STM32H730ZB - SDRAM BANK1 wrong address
Hi,
I create a new project with STM32CubeIde 1.15.1 (but same with 1.10.1)
I add SDRAM 1 - BANK 1

When I debug this project, after HAL_SDRAM_Init function in MX_FMC_Init(), I can wath the memory in MEMORY BROWSER at address 0x60000000.
But on reference manual, SDRAM should be at 0xC0000000.

I select Default mapping in Bank Mapping :

If I select bank swapped, I have my datas at 0xC0000000.
Is it a bug of STM32CubeIDE ?
