How to use SDRAM for bss and data region?
I am using STM32H747I-DISCO board, I want to use external SDRAM for bss and data region and I called the SDRAM initialization function inside the SystemInit() function and I tried with the debugger point it will go to hard fault when debugger point hit the SDRAM initialization function. and Checked the SDRAM initialization by read and write it is working fine, please anyone suggest how to use external SDRAM for bss and data memory.
