Question
Hello! Does anybody know why the function HAL_StatusTypeDef HAL_FLASHEx_Erase(FLASH_EraseInitTypeDef *pEraseInit, uint32_t *PageError) doesn't work properly with STM32F407, but the function works perfect with STM32F303?
Wnen I work with STM32F407 and call this function my programm goes to infinite loop cause of unexpected interrupt. But there is no problem with STM32F303.
Is there any features STM32F4 I don't know about?
