Resolved! Double Word Write Into flash produce error (STM32F429xxx)
Posted on July 12, 2018 at 18:15#define APPLICATION_START_ADDRESS 0x8008000void flashErase(uint8_t startSector, uint8_t numberOfSectors){ HAL_FLASH_Unlock(); Flash_eraseInitStruct.TypeErase = FLASH_TYPEERASE_SECTORS; Flash_eraseInitStruct.Vo...