Hi,
I'm using custom board with STM32H7 series microcontroller, external SDRAM (FMC), external QSPI Flash, and LCD interfaced through 24 bit Parallel RGB. I would like to know how to place images and fonts in external flash and frame buffer in external RAM. we are using STM32Cube IDE.
I tried hello world example given in embedded wizard studio and followed the instructions. To execute this example i have used Atollic True studio and have changed the required hardware configuration like MPU, QSPI, FMC, LTDC based on my custom board but didn't get the expected result in LCD and it displays blank screen.
I would like to know how to change the asset and frame buffer location. In linker file found a section which is created for QSPI Flash and static images were assigned to that location. I tried to move those images to internal flash by removing the section and had change the frame buffer from address 0xc0000000 to internal SRAM address. Still same issue exists.