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.
2019-10-16 02: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.
2019-10-16 02: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.