stm32l4xx_hal_flash_ex.c - HAL_FLASHEx_Erase - FLASH_FlushCaches();
Posted on September 23, 2016 at 20:24I am observing an odd behavior with HAL_FLASHEx_Erase. When called to erase multiple pages, the function waits until all pages have been erased before calling FLASH_FlushCaches. I have observed that my simple S...