STM32H74x/75x SDRAM (re-)mapping and caching
Hello,
maybe this MCU is pretty old but... I'm designing HW for the H75x using SDRAM on bank 1 (SDCKE0+SDNE0).
RM0433 table 154 shows text "SDRAM bank 1" at 0x7000.0000 and 0xC000.0000, also figure 98 but table 7 "Reserved or remap of SDRAM Bank 2".


Q1: Is this an error in the documentation? If so, which table is correct?
Q2: Does this mean that SDRAM is accessible at two different memory regions at the same time, e.g. SDRAM bank 1 at 0x7000.0000 and 0xC000.0000? How, what for?
Q3: I guess that storage in the "External Devices" region (BTW: what does this name stand for?) is not write cacheable, not executeable but read cacheable?
Q4: If the NOR/SRAM bank is remapped to this region, the MCU cannot execute code from this device?
Q5: If the SDRAM is in the "External Memories" region, does this have a significant performance boost e.g. if data is stored here? Is there any drawback?
I have a STM32H753_EVAL2 on my side so I can do some tests if required/recommended.
Best regards
