I am working on STM32F103C8T6 blue pill board.
Does this Microcontroller has FLASH memory to store some data ??
If yes then please tell the starting memory address.
I am working on STM32F103C8T6 blue pill board.
Does this Microcontroller has FLASH memory to store some data ??
If yes then please tell the starting memory address.
There is a Flash memory that can be used for storing both code and data constants.
You have this manual "PM0075 Programming manual STM32F10xxx Flash memory microcontrollers" which describes how to program to the STM32F10xxx Flash memory.
For the base address, please refer to the related STM32F10xxx reference manual.
With Regards,
Imen.
In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
The Cube/HAL code trees should have assorted examples. The FLASH memory always starts at 0x08000000, but the overall size, and size of the sectors depends on the specific part.
thank you @Imen DAHMEN Thank you so much for your response. i will go through the manual you have mentioned. It would have been very helpful if i get some example code for flash memory st5m32f103c8t6.