cancel
Showing results for 
Search instead for 
Did you mean: 

Save data variable without loss after reset with STM32WLE5CBU6

Candra SN.
Associate III

Hi,

I want to save my data calculation in internal memory or flash memory without loss after reset. But, I dont know how to do that. Because in the STM32WL MCU dont have memory bank.

Any assistance would be greatly appreciated

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

You can use a page of flash to act as EEPROM memory storage. Need to erase before you write.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

4 REPLIES 4
TDK
Guru

You can use a page of flash to act as EEPROM memory storage. Need to erase before you write.

If you feel a post has answered your question, please click "Accept as Solution".
Muhammed Güler
Senior III

If you only want data not to be lost when you reset, you can use Backup ram in RTC.

Thank you. It works well.

Thank you. This can be another reference