Question
Trace SWO output in non-debug mode
I've successfully configured the SWO trace output and read the prints in STM32CUBE IDE -> SWV ITM Data Console. I see these prints are working in debug mode. Do STM32 chip (ARM Core) prints the same in non-debug mode (application mode)? If yes, how to do it?
I've not routed UART pins to any test points for debug print. So, thinking if SWO will help to get the debug message both in debug and production
