How to get Segger RTT to work with sleep modes on stm32
I'm trying to use RTT on an stm32L433 and it looks like it doesn't work when the device is in sleep mode (no output on the RTTViewer).my test code is a loop with a printf and a 2seconds sleep.when a debugger is attached, stepping through the code mak...