read write flash
read write flash
how to write and save variables, occasional data in a stm32 and in particular a F303K8. with stm32duino. It seems to me that we can record in flash memory? or should we use an external eeprom. Is there a library and examples?
Re: read write flash
first of all, review the ref manual for your soc
https://www.st.com/resource/en/referenc ... ronics.pdf
and there is an EEPROM library if you are using the 'official' STM core.
https://github.com/stm32duino/Arduino_C ... ies/EEPROM
many other stuff are documented in the Wiki
https://github.com/stm32duino/Arduino_Core_STM32/wiki
https://www.st.com/resource/en/referenc ... ronics.pdf
and there is an EEPROM library if you are using the 'official' STM core.
https://github.com/stm32duino/Arduino_C ... ies/EEPROM
many other stuff are documented in the Wiki
https://github.com/stm32duino/Arduino_Core_STM32/wiki