cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 internal eeprom

Attila Szabo
Associate II

Hi!

I am working with a STM32L053 MCU. I would like to write to the internal eeprom, and based on the datasheet it takes 3.2 ms.

I have doubts that during that time interrupts will be ignored. It is not clear for me why. 

I thought that the code is in the flash and the eeprom is independent from the flash. 

(Or maybe this EEPROM is not a real EEPROM, but emulated EEPROM in flash?)

Best regards

1 REPLY 1
RomainR.
ST Employee

Hello @Attila Szabo (Community Member)

I can suggest the recommendation of AN4808 for STM32L0.

https://www.st.com/resource/en/application_note/an4808-writing-to-nonvolatile-memory-without-disrupting-code-execution-on-microcontrollers-of-the-stm32l0-and-stm32l1-series-stmicroelectronics.pdf

And firmware packege X-CUBE-NVMRWW.

https://www.st.com/en/embedded-software/x-cube-nvmrww.html

Best regards,

Romain,

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.