Methods of debugging when MCU operations require real-time operaton
Hi. I am testing some USB_FS communication between my PC and my STM32 board (specifically STM32756-EVAL). I am wondering what the most appropriate and standard debugging methods in STM32 are, in situations where the debugger cannot be used.
The reason I ask is because I had a previous post asking about USB_FS, where I was told that
> USB device operation requires real-time response. Debugger is intrusive, it causes the device to lose connection with host.
Hence, I am searching for the standard method of debugging without the STM32 debugger. So far I using a blinking LED as a signal for "where the code is" but other than that, nothing at the moment. Thanks.
