2019-04-16 01:30 AM
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)
Solved! Go to Solution.
2019-04-16 02:46 AM
Hello,
You are right, the correct value for base address of Sector 11 (Single Bank Flash) is 0x081C 0000.
I raised this issue internally for fix in the coming release.
Thanks for bringing this to our attention.
Regards,
Imen
2019-04-16 02:46 AM
Hello,
You are right, the correct value for base address of Sector 11 (Single Bank Flash) is 0x081C 0000.
I raised this issue internally for fix in the coming release.
Thanks for bringing this to our attention.
Regards,
Imen