cancel
Showing results for 
Search instead for 
Did you mean: 

How to write one page in the flash memory? STM32F103CBT6

Tymofii.Chashurin
Associate

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

1 REPLY 1
Mon2
Senior III

Found this using Google and "IAP STM32F013CBT6" keywords:

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