TouchGFX STM32L4R9I-EVAL : Why it's working using internal but not external SRAM ?
Dear all,
Sorry if my english is not clear, and let me know if something is not clear.
I need help...
Using an STM32L4R9i Eval and the following "modules" HW and SW : Round TFT (MB1314), touchGFX, FMC (External SRAM), DSI/MIPI (LTDC), DMA2D.
I'm struggling since few days to a display issue.
OK : Using the internal SRAM and all the related configuration for previous modules everything is working fine.
NOK : Changing the previous configuration but using the external SRAM, available on the evaluation board (through the FMC), my picture, in that case is not correctly displayed.
But I can see that the external SRAM is correctly fill, through the debugger.
I guess that it should come from a synchronization between the FMC, DMA2D and the LTDC... but this is a completely new topic for me, and I'm not an expert.
Does someone can help me, to know in which direction I should look for ?
Let me know if you need more details, code or
Thank you in advance for your help.