STM32F101R8T6 Flash writing and reading example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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-writing- Labels:
-
Bootloader
-
Flash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-08-31 2: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-08-31 5: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-09-11 2:04 AM
Thank you for the replay .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-09-11 8:09 AM
Hi
Goudra.Basavanagouda
goudra.basavanagouda wrote:
Thank you for the replay .
https://community.st.com/0D50X00009bMM5DSAW
-Nesrine-
