STM32H7B3I-DK SDRAM SIZE
Hello.
I am developing a system using STM32H7A3LIH6Q with CubeIDE.
I use the SDRAM with IS42S16800J-6BLI,
I am trying to use the BSP in the firmware package STM32Cude FW_H7 V1.10.0 as it is the same as STM32H7B3I-DK.
I have a question here.
In stm32h7b3i_discovery_sdram.h of Driver-BSP-STM32H7B3I-DK in STM32Cude FW_H7 V1.10.0, it is defined with SDRAM_DEVICE_SIZE 0x800000.
Is there a reason why it should be 0x1000000 since the "IS42S16800J-6BLI" is 128Mbits?
