Read back RAM contents on STM32F302R8
Posted on August 27, 2015 at 02:02Hi, I am running a small program on my nucleo board and it would be very helpful to read back the RAM contents during processing. The IRAM is set in Keil to start @ 0x20000000. But if I set a breakpoint in my code a...