adapt LTDC_Paint example (STM32H750 Discoboard) for another external SDRAM
Hello,
Based on the example LTDC_Paint for the STM32H750 Discoboard I try to adapt the software to run with 2x W9825G6KH SDRAM instead of the IS42S32400F-6BL.
The program is loaded from an external flash (QSPI).
I thought that I just have to adjust the function BSP_SDRAM_Init() in the "BSP_LCD_Init(0, LCD_ORIENTATION_LANDSCAPE)" function.
Unfortunately the display still shows nothing. I can measure the SDRAM clock (100 MHz) as well as the pixel clock.
But here I have to say, that the program crashes (resp. doesn't come into the while loop), if the functions UTIL_LCD_FillCircle... in the function Draw_menu();. are not commented out.
Troubleshooting is difficult, respectively I try with LED at the moment..
I suspect that the memory/addresses are set/read completely wrong....
Does somebody have some hints that I should still check? Should I also adjust something in the build/debug configuration or in the linker file?
Thanks
