Skip to main content
Slh
Senior
April 16, 2019
Solved

May have a bug in STM32Cube_FW_F7

  • April 16, 2019
  • 1 reply
  • 669 views

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)

This topic has been closed for replies.
Best answer by Imen.D

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

1 reply

Imen.DBest answer
Technical Moderator
April 16, 2019

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks