Memory Map Issues of STM32F303RE
Hello,
I am checking the Flash size and memory map of STM32F303RE
However, I noticed the address of Flash memory is from 0x0800 0000 to 0x0804 0000.
It means only about 262K address line, but the STM32F303RE's Flash is 512K.
How does it arrange the size beyond its address range?
Is it typo error in datasheet?