Skip to main content
Candra SN.
Associate III
November 18, 2021
Solved

Save data variable without loss after reset with STM32WLE5CBU6

  • November 18, 2021
  • 2 replies
  • 1310 views

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

This topic has been closed for replies.
Best answer by TDK

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

2 replies

TDK
TDKBest answer
Super User
November 18, 2021

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""."
Candra SN.
Associate III
February 17, 2022

Thank you. It works well.

Muhammed Güler
Senior III
November 18, 2021

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

Candra SN.
Associate III
February 17, 2022

Thank you. This can be another reference