cancel
Showing results for 
Search instead for 
Did you mean: 

May have a bug in STM32Cube_FW_F7

Slh
Senior

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)

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

1 REPLY 1
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen