Hello,
I use j-trace with stm32h743 and IAR.
Can anyone please help with it ?
Thanks,
Ran
I use j-trace with stm32h743 and IAR.
- On testing the trace with SEGGER cortex-m reference board (stm32h7407, which comes with the j-trace product) and IAR, the functionality works great.
- I then moved to stm32h743 eval board. Using CN8 (ETM Trace connector) , I get no complaints from IAR on triggering ETM in the "ETM function trace" window , yet the windows is always empty, and also "ETM trace settings", window is disabled except for "trace buffer size". In the functional reference board, this window is not disabled. I expected it to work without issues, because after reset and jumping to main the trace pins should be configured by default to " trace" functionality. But even after trying to configure pins(PE2-PE5 according to schematics of stm32h743I MB1246B) in main() start after HAL_init pins , the results are still the same (pinmux configarion here : pastebin.pl/view/ffea4eaa )
Can anyone please help with it ?
Thanks,
Ran