Store values in internal flash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-26 12:13 AM
Can variable values be stored in some fixed addresses of internal flash and retrieved from them after reset?
is there any example for same.
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-26 2:24 AM
@Uwe Bonnes wrote:You can write to erased memory cells.
@GauravK for more on this, see:
and follow the link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-26 2:07 AM
You can write to erased memory cells. This must happen in chunks, e.g. 256 bits on H7 and down to single bytes on some older families. If the retrieved value needs to be reporgrammed later, look for EPROM emulation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-26 2:16 AM - edited ‎2024-04-26 2:22 AM
As @Uwe Bonnes suggested, what you're looking for is:
Application note AN4894, How to use EEPROM emulation on STM32 MCUs:
and the X-CUBE-EEPROM EEPROM emulation expansion software for STM32Cube:
https://www.st.com/en/embedded-software/x-cube-eeprom.html
EDIT:
Older stuff for F4:
AN3969: EEPROM emulation in STM32F40x/STM32F41x microcontrollers
See also:
https://www.st.com/en/embedded-software/stsw-stm32066.html
https://community.st.com/s/question/0D50X00009XkhQn/stm32f4-eeprom-emulation-hal-library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-26 2:24 AM
@Uwe Bonnes wrote:You can write to erased memory cells.
@GauravK for more on this, see:
and follow the link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 2:09 AM
I will be checking and get back if needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-17 8:20 PM
Hi,
I am working on STM32G0 series and trying to save the records (120bytes each record) into internal mcu flash memory location and when it required will read the read the stored records and do our operations.
Please let us know the logic.
Regards,
Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-18 2:19 AM
See the links posted earlier!
Some more info here - including links to some other implementations:
