How to write EEPROM with STM32CubeProgrammer via USB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-30 2:56 AM
Hi Everyone,
I have a STM32L1 connected via USB in DFU-Mode.
I'd like to write EEPROM, but trying to do so results in "Memory Limits Error".
Using old DfuSe 3.0.6., this is possible... What am I missing?
Is CubeProgrammer at all capable of writing EEPROM?
Thank you!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-30 3:44 AM
you meant writting in flash?
click verbosity level 3 and show us what you get.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-30 3:44 AM
you meant writting in flash?
click verbosity level 3 and show us what you get.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-30 4:41 AM
Hi,
no, I meant writing EEPROM.
STM32L1 has at most 512kB Flash and then up to 16kB EEPROM.
Flash starts at
0x0800 0000
EEPROM starts 512kB "later" at
0x0808 0000
it ends at
0x0808 4000
The Tool correctly reads 0x0808 0000...
Looking at what the tool outputs, it seems to be confused with EEPROM and Flash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-30 4:42 AM
Oh, I forgot: Thank you! :smiling_face_with_smiling_eyes:
