‎2023-01-30 02: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.
‎2023-01-30 03:44 AM
you meant writting in flash?
click verbosity level 3 and show us what you get.
‎2023-01-30 03:44 AM
you meant writting in flash?
click verbosity level 3 and show us what you get.
‎2023-01-30 04: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
‎2023-01-30 04:42 AM
Oh, I forgot: Thank you! :smiling_face_with_smiling_eyes: