I have a little project and I need to store wifi config in stm32 but I don't want to use EEPROM so I decided to use STM32F103C8's flash memory.
https://www.youtube.com/watch?v=Qt3T7ij9qYY in this video this guy uses STM32F4** series. At blue arrow it shows flash_erase_sector
. This function is defined in stm32f4**_hal_flash_ex.h
. S I wonder can I integrate this function to stm32f103c8?