2023-02-01 03:10 AM
I am using STM32F407G Discovery1 board. I'm printing Hello world and I want to debug to see the string. I do debug configuration: I set debug probe ST-LINK GDB server, i check SWD like interface and enable SWV with core clock 16MHz but still I don't see anything printed in the SWV ITM Data Console. When I do "run", it download the file successfully but then shut down and exit and terminate all. I also tried to put some variable in the code but they are visible only when I build the project. When I debug they aren't visible or updated. How can I resolve?
P.S. In the image there is what it appear in the console when I click run debug