Associate
December 10, 2025
Solved
Print in SWV on a 32L476GDISCOVERY
- December 10, 2025
- 4 replies
- 510 views
Hello everyone!
My problem is supposed to be a very simple one. I use an interrupt to send messages to my PC, then I send a message back to my STM32. The message is received in good order but I can't print it out. I watched every single YouTube video out there, implemented every single solution (including connecting the SWO to the PB3 pin) - nothing works so far.
Can anyone tell me where am I mistaken?
My Debug Configuration:

Main.c, main.h, and syscalls.c are attached

