2019-04-02 09:56 PM
I am using STM32F091CCT6, i want to store a variable data into flash memory. That value does not change after power on reset. Any example code available for this application.
2019-04-03 02:44 AM
Hello,
Try the FLASH example with the CubeF0 firmware package and modify it depending on your needs: STM32Cube_FW_F0_V1.9.0\Projects\STM32F091RC-Nucleo\Examples\FLASH
Regards,
Imen
2019-04-03 11:39 PM
Thanks for your reply. I did with this example and able to write into selected flash address but after power on reset the variable goes to initial value.