This is a qustion about STM32F407VET6's Flash memory area over the 512kb

59 Views Asked by At

I'm currently using stm32f407vgt6 blackboard because the board using existing stm32f407vgt6 has been discontinued. I modified Lcd, touch, rtc, etc. and program ported normally. One of the differences between the two boards is that the existing one is 1MB of flash memory, and the vet6 blackboard is 512kbyte. Existing programs show sector 8,9 area (0x08080000, 0x080A0000) when looking at memory in debug mode, and I can see that the data is stored normally and stored after reboot, but this area is already over 512kb, but I don't know what area it is, so I'm thinking about whether or not to move it. If anyone knows what area this area is, I'd appreciate it.

I'm expecting accurate area of flash memory and over 512kb area

enter image description here

0

There are 0 best solutions below