2021-11-18 12:30 AM
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
Solved! Go to Solution.
2021-11-18 05:31 AM
You can use a page of flash to act as EEPROM memory storage. Need to erase before you write.
2021-11-18 05:31 AM
You can use a page of flash to act as EEPROM memory storage. Need to erase before you write.
2021-11-18 07:02 AM
If you only want data not to be lost when you reset, you can use Backup ram in RTC.
2022-02-17 01:08 AM
Thank you. It works well.
2022-02-17 01:09 AM
Thank you. This can be another reference