How do I burn System memory of STM32F407 via OpenOCD?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-12 12:12 PM
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- Labels:
-
Flash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-12 1:19 PM
It is ROM/OTP, you don't get to change it.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-26 9:41 AM
So, is System memory (30Kb at 0x1fff 0000) read only? And there is no way to program it? Nor programmatically nor via OpenOCD?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-26 10:36 AM
There is no provision for user programming.
Up vote any posts that you find helpful, it shows what's working..
