I am using an STM32L010k8 with HAL driver version 1.11.2, when I erase a single flash page at address 0x08004000, the very first call to function FLASH_WaitForLastOperation within HAL_FLASHEx_Erase fails because the OPTVERR bit in FLASH_SR register i...