2017-08-30 10:47 PM
HI,
We are using STM32F101R8T6 controller in our project, we want to dedicate some portion of the Flash memory to store the project configuration parameters. We want to know
STM32F101R8T6 support flash writing and reading? If yes, we request you, please provide example codes and Library for STM32F101R8T6 flash writing and reading. It will help us a lot.
Thanks in advance,
Basavanagouda.
#boot-loader #flash-read-and-write #flash-writing2017-08-31 02:30 PM
Hello!
you can download the
firmwareInside, you will find working examples for flash programming for your device.
There is a template project also. Use it to add the example files you need to work with
Regards
vf
2017-08-31 05:01 PM
The memory is within the chip's addressable space, you can read it directly with pointers, etc. just like any other memory
Writing example
STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\FLASH\Program\readme.txt
There are also IAP examples
2017-09-11 02:04 AM
Thank you for the replay .
2017-09-11 08:09 AM
Hi
Goudra.Basavanagouda
goudra.basavanagouda wrote:
Thank you for the replay .
https://community.st.com/0D50X00009bMM5DSAW
-Nesrine-