2024-05-06 09:57 PM
Hi team,
I am developing a POC to change screen when we click an icon on the display in STM32 Cube IDE. I am using STM32F429I Disco board with ili9488 LCD driver and tsc2004 Touch Sensor Controller. I have developed the Graphics in TouchGFX designer. When I generate the code, I could not see the task Entry () function be called and executed. There is a function declaration such as virtual void taskEntry();
Can you suggest how and why taskEntry function is for and where it needs to be defined and the definition inside this call.
Thank you in advance.
2024-05-07 07:18 AM
Hello @Shanmugapriya and welcome to the community,
Could you please provide the CubeIDE and touchgfx Designer version?
Thanks,
Rim.
2024-05-07 09:27 PM
CubeIDE - 1.1.0
TouchGFX - 4.12.3
2024-05-08 09:59 PM
2024-05-14 11:14 PM
@Rim LANDOLSI Any updates?