2020-08-30 12:11 PM
Hello!
I am new in STM32, forgot my stupid question...
How can i store a variable in EEPROM or flash?
I have a STM32L031K6 Nucleo board, and got my CC1101-868MHZ transceiver with interrupts to work.
I receive a unique address over RF, and want to store this client address, now i can't find any examples for storing...
is there any examples to store variables in EEPROM or flash?
Thanks guys!
2020-08-30 01:25 PM
NVM Operation code example in the Appendix in RM? Or the same in SnippetsL0?
JW
2020-08-31 05:44 AM
Maybe you already have found it, but in L0 firmware package, you can find this example:
STM32Cube_FW_L0_V1.11.3\Projects\NUCLEO-L031K6\Examples\FLASH\FLASH_EraseProgram