2015-09-05 08:52 PM
Hi, ST sirs,
I am using the internal data eeprom of stm32L152. I have the problem that write data eeprom will ''crash'', I found that when the value of data = 0x00, the system will crash. Write other value is OK. Is that need spacial process when data value = 0x00. By the way, why the data eeprom need erase process? When will the data eeprom need be erase? I only do the read and write procedure. Thank you. #crash #stm32l #data-eeprom2015-09-06 05:15 AM
I can't say I've heard of this issue before, so I'm a bit skeptical.
How does it crash? Are you sure you're erasing the right memory area? Can you write a small/complete example that demonstrates this failure clearly?2015-09-06 06:19 AM
2015-09-17 11:22 PM