HAL_FLASHEx_Erase error
I'm trying to store a simple runtime setting in flash memory of a stm32f103 with 64kb of flash.In my testing I'm targeting the second to last page at 63 with address 0x0800FFE0I can write fine to empty pages using HAL_FLASH_Program() but any call to ...