2016-12-12 07:24 AM
Hello,
Can anyone help me on read/write run time data to internal flash of a STM32L471.
Thanks ...
2016-12-12 12:07 PM
The flash reads like any other memory, review structures, and pointers to structures, to access the block of flash you plan on using. Try to keep all of your data within a structure, it will be much easier to manage, and allow you to journal the data across an erased block before you need to erase again.
Review Cube/HAL examples for writing flash on the L4 parts. Flash must be erased before it can be (re)written.
2016-12-12 01:13 PM
Thank you ,
working fine ,I had problem with read and write function using HAL function ,
STM32L4
Reference manual explains steps to implement it ..
2016-12-13 07:23 AM
Hi
Tipanatti.Nagaraj
I have moved this post to the
where product related questions are posted.Thanks
Oli