Skip to main content
wxie
Associate
December 26, 2019
Question

unknown memory region

  • December 26, 2019
  • 4 replies
  • 1889 views

I used mac and st-flash v1.5.1 to download .bin file to B-L475E-IOT01A1, but I got "unknown memory region", could anyone help me to solve this? Thanks

    This topic has been closed for replies.

    4 replies

    turboscrew
    Senior III
    December 26, 2019

    What were you trying to do? Read from a board?

    If writing to a board, .bin is just binary file. It doesn't contain any load information.

    wxie
    wxieAuthor
    Associate
    December 26, 2019
    I use st-flash write *.bin 0x80000000 to download the firmwirm, is this right? Or what I should write? Thanks
    �?�自我的iPhone
    turboscrew
    Senior III
    December 26, 2019

    Maybe you should try 0x0800 0000 as the start address?

    wxie
    wxieAuthor
    Associate
    December 27, 2019
    It works, I typed the wrong address, thanks for your kind help
    �?�自我的iPhone