using TouchGFX on stm32h747 with video mode & display with no Gram
Hi,
After creating a project by touchgfx designer for stm32h747 it work fine with ST display.
I'm using a display with no Graphic ram and it work only with video mode.
my display work fine with a single buffer video mode example.(after a minor change)
For touchGFX designer project with stm32h747 I did changes in stmcudeMX to adapt to video mode but my display didn't show anything.
After digging in code:
1)using a debugger I didn't see any call for:
enableLCDControllerInterrupt()
2)
in main task , i didn't exit from: OSWrappers::waitForVSync();
i found waitForVSync() exit by HAL_DSI_TearingEffectCallback()
But tearing effect is happened for my understanding in command mode with display which include gram
not for video mode.
I wonder if touchGFX initialization work with video mode for stm32h747?
I found a forum which having stm32f and work with video mode, I saw a line callback but not tearing effect.
should I mask tearing effect callback and add manually line callback?
In general I'm trying to adapt stm32h747 touch GFX designer project to work with video mode. if any instructions or what manually I should do? (I found few example but for stm32f series )
BR yuval