FMC memory map confusion
Hello,
I have a little confusion regarding FMC memory map.
I hope someone can help me with it.
Accoring to reference (stm32h743) FMC external memories are mapped as following:
0x6C000000 -0x6FFFFFFF
FMC NOR/PSRAM/SRAM 4 Bank1 (or remap of FMC SDRAM Bank1)
0x68000000 -0x6BFFFFFF
FMC NOR/PSRAM/SRAM 3 Bank1 (or remap of FMC SDRAM Bank1)
0x64000000 -0x67FFFFFF
FMC NOR/PSRAM/SRAM 2 Bank1 (or remap of FMC SDRAM Bank1)
0x60000000 -0x63FFFFFF
FMC NOR/PSRAM/SRAM 1 Bank1 (or remap of FMC SDRAM Bank1)NOR is mapped to first bank (0x60000000), does it mean that we can access it only from 0x60000000 -0x63FFFFFF ?
I see in NOR datasheet that it has 128M Bytes size which mean that only half of it can be addressed using this memory addresses above...
Does it make sense ?
Thanks you,
ran