how to erase a single page of flash memory
hello guys i need help with stm32f103 and stmcube ide
i want to erase a pege of flash memory during runtime of programme ,in my case i want to erase page no 63 i have found this following code in hal_flash_ex.c but i dont know how to use it or modify it to get result
HAL_FLASHEx_Erase(FLASH_EraseInitTypeDef *pEraseInit, uint32_t *PageError)
or may be i am trying a wrong hal function please help me
this function HAL_FLASH_ErasePage() is not available in my hal driver hal_flash.c or hal_flash_ex.c
thanks
