2022-09-29 07:09 PM
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?!
Solved! Go to Solution.
2022-09-29 07:55 PM
It has 1MB of Flash but only the first 512kB is tested and guaranteed to work. ST uses the same die for multiple chips.
2022-09-29 07:55 PM
It has 1MB of Flash but only the first 512kB is tested and guaranteed to work. ST uses the same die for multiple chips.
2022-09-30 02:37 AM
I get it,thank you�?