cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L05x - How can I read SRAM via bootloader(system) ?

XPeng.1
Associate

Hi,

I'm trying STM32L05x embedded bootloader - Read Memory command via UART.

I can read flash memory (e.g. address start by 0x0800_0000), but when I try to read SRAM ( start by 0x2000_0000) , it always return NACK.

Is it not possible to read SRAM via bootloader?

1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3

0693W000003CCciQAG.png

JW

You could perhaps write code residing higher in RAM, and execute that to perform different modes of access, external memory or whatever.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks a lot !