Best Technique for Viewing UART Debugging – Is DR Register Reliable?
Hi everyone,
I'm debugging UART on my STM32 and wondering about the best way to monitor data transmission. Currently, I'm checking the DR (Data Register) in the debugger, but I notice that it shows different values each time I restart the debug session.
Is this the correct way to view UART data, or should I be looking elsewhere ? Any insights on the proper debugging approach would be appreciated.
Thanks!
