Question
Read back RAM contents on STM32F302R8
Posted on August 27, 2015 at 02:02
Hi, 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 and try to look at the memory, i get an error saying, cannot read memory!
I also tried with the ST Visual Programmer tool, but that only allows me to read program memory ( starting @80000000 ). Is there a quick way for me to read back my RAM? I've been using UART but its very slow and painful to go between ASCII ( which is what my UART tool outputs ) and HEX ( which is what I need to see! )thank you! #stm32 #ram