During a write operation to the Flash memory, any attempt to read the Flash memory willstall the bus. The read operation will proceed correctly once the write operation hascompleted. This means that code or data fetches cannot be made while a write/eraseoperation is ongoing.For write and eras...
//1、解锁FLASH HAL_FLASH_Unlock();//2、擦除FLASH //初始化FLASH_EraseInitTypeDef FLASH_Erase...