2019-02-21 08:01 AM
I created a TouchGFX project for the STM32429I-EVAL1 board in CubeMX 5.0.1. I configured all the peripherals needed and verified that the LCD and SDRAM are working correctly. After generating the code in CubeMX I also generated the code in TouchGFX.
It seems however that TouchGFX does not draw to the framebuffer address (SDRAM). The values do not change and remain static. Am I missing something to make this work?
I included the .ioc file for creating the project.
Solved! Go to Solution.
2019-02-22 04:07 AM
Fixed it by enabling the LTDC interrupts.
2019-02-22 04:07 AM
Fixed it by enabling the LTDC interrupts.