cancel
Showing results for 
Search instead for 
Did you mean: 

How do I burn System memory of STM32F407 via OpenOCD?

Alexander Kurakin
Associate II
Posted on May 12, 2017 at 21:12

Good day!

How do I burn System memory of STM32F407 via OpenOCD?

I do:

dump_image old.bin 0x1fff0000 0x7800

load_image program.elf 0

It says:

21366 bytes written at address 0x1fff0000

But then

dump_image new.bin 0x1fff0000 0x7800

diff old.bin new.bin

says they're equal...

Help, please! Thanks!

#flash #system-memory #openocd
3 REPLIES 3
Posted on May 12, 2017 at 22:19

It is ROM/OTP, you don't get to change it.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on May 26, 2017 at 16:41

So, is System memory (30Kb at 0x1fff 0000) read only? And there is no way to program it? Nor programmatically nor via OpenOCD?

Thanks!

Posted on May 26, 2017 at 17:36

There is no provision for user programming.

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