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 have seen examples for STM32F4 series, where they write asFALSH_ERASE(SECTOR 11,); and FLASH_PROGRAM_HALFWORD(XXX,XXX,XXX);FLASH_Unlock();How to program for flash memory in STM32F103C8T6 ??Please help if anybody knows answer for this.Your help will...