2019-05-27 02:38 AM
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
2019-05-27 04:14 AM
Found this using Google and "IAP STM32F013CBT6" keywords:
https://ioprog.com/2018/05/23/using-flash-memory-on-the-stm32f103/