Skip to main content
Tymofii.Chashurin
Visitor II
May 27, 2019
Question

How to write one page in the flash memory? STM32F103CBT6

  • May 27, 2019
  • 1 reply
  • 953 views

Hello. I am working on my bootloader. I am using STM32F103CBT6. I need assistance how to write a C function for programing of 1 flash memory page. The task is; C function should receive a pointer to the 1kB buffer with data and the flash page address which is needed to be written. Does anybody has a working solution or could provide some ideas for me? Thanks in advance.

Kind regards,

TC

This topic has been closed for replies.

1 reply

Mon2
Senior III
May 27, 2019

Found this using Google and "IAP STM32F013CBT6" keywords:

https://ioprog.com/2018/05/23/using-flash-memory-on-the-stm32f103/