Does anyone have issues with HAL_FLASH_Program(...) on STM32F767ZI ?
I save config data (40 bytes total) in a dedicated flash sector (in my case sector 3)with the application running on the board. Before I write the sector is erased.I write several words with multiple calls of HAL_FLASH_Program(FLASH_TYPEPROGRAM_HALFW...