Associate II
October 27, 2018
Solved
STM32H7 : Activating SWO with CubeMX and TrueSTUDIO
- October 27, 2018
- 3 replies
- 2853 views
Hello,
I'm independent developer involved in a STM32H7 project.
I need to activate traces in SWV console of TrueSTUDIO.
I've attached my .io CubeMX project, I think it is well configured.
I've configured in the debugger tab of TrueStudio : SWD // SWV checkbox
I've checked the port 0 of "ITM Stimulus ports" zone in the "Configure Trace" window and activated "Start Trace" button.
Finally in the main loop of my program i've added : ITM_SendChar('T');
Nothing appear in the SWC console, is anybody can help ?