Debugging SRAM Memory with vs Code
Hi,I am trying to understand the memory on my STM32F302R8Looking in the manual I understood the SRAM to be at 0x2000 0000 - 0x2000 3FFFThis is the first time I have used VS Code for Cortex and understood that I would be able to view this using the Me...