Is there a HAL API to read and write flash memory (user flash) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-15 11:23 PM
I am trying to find a few KB of permanent storage on the STM32F303 part.
The TRM mentions the flash map and the HAL seems to have some API's. However, I am unable to find any decent material on storing user data on flash.
Is there any good example of this? Also, Is there a HAL API to get the UID of the part??
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-16 2:06 AM
HAL API for getting UID is in this file:
For storing non-volatile user data read AN3969 and take a look at STSW-STM32066.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-16 2:06 AM
HAL API for getting UID is in this file:
For storing non-volatile user data read AN3969 and take a look at STSW-STM32066.
