Skip to main content
Visitor II
August 5, 2020
Solved

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

  • August 5, 2020
  • 2 replies
  • 946 views

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?

    This topic has been closed for replies.
    Best answer by waclawek.jan

    0693W000003CCciQAG.png

    JW

    2 replies

    Super User
    August 5, 2020

    0693W000003CCciQAG.png

    JW

    XPeng.1Author
    Visitor II
    August 6, 2020

    Thanks a lot !

    Graduate II
    August 5, 2020

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