Skip to main content
HoMan Statham
Associate II
September 30, 2022
Solved

The STM32 Selection Guide 2021 Shows that STM32F407VET6 contains 512K flash, but actually the flash could be wroten from address 0x0800 0000 to the 0x080F FFFF, So what's the problem?!

  • September 30, 2022
  • 1 reply
  • 1002 views

The STM32 Selection Guide 2021 Shows that STM32F407VET6 contains 512K flash, but actually the flash could be wroten from address 0x0800 0000 to the 0x080F FFFF, So what's the problem?! 

This topic has been closed for replies.
Best answer by TDK

It has 1MB of Flash but only the first 512kB is tested and guaranteed to work. ST uses the same die for multiple chips.

1 reply

TDK
TDKBest answer
September 30, 2022

It has 1MB of Flash but only the first 512kB is tested and guaranteed to work. ST uses the same die for multiple chips.

"If you feel a post has answered your question, please click ""Accept as Solution""."
HoMan Statham
Associate II
September 30, 2022

I get it,thank you�?