May have a bug in STM32Cube_FW_F7
Hello,
In STM32Cube_FW_F7 for STM32F769I_EVAL Board, in sample for IAP_Main, in this directory:
"STM32Cube_FW_F7_V1.X.X\Projects\STM32F769I_EVAL\Applications\IAP\IAP_Main\Inc\flash_if.h"
in line 94 i saw the address of Sector 11 is wrong. It is Currently:
#define ADDR_FLASH_SECTOR_11 ((uint32_t)0x08C00000)
but the currect value shuold be:
#define ADDR_FLASH_SECTOR_11 ((uint32_t)0x081C0000)