Skip to main content
Rsu.1
Associate II
November 5, 2020
Question

STM32F429IGT6 FLASH size is 1M, why can read and write 0x08120000 address data?

  • November 5, 2020
  • 2 replies
  • 707 views

STM32F429IGT6 FLASH size is 1M, why can read and write 0x08120000 address data?0x08120,000 is over 1M

This topic has been closed for replies.

2 replies

Peter BENSCH
ST Technical Moderator
November 5, 2020

Your 1M version still has the same die as the 2M version. However, only what is specified in the data sheet is checked and guaranteed under the given conditions.

So if you have to guarantee the functionality of your system to someone, you should definitely leave the second 1M block unused.

When your question is answered, please close this topic by choosing Select as Best.

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Rsu.1
Rsu.1Author
Associate II
November 6, 2020

OK thanks