cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 CUBE IDE - taskEntry() function definition

Shanmugapriya
Associate II

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.

4 REPLIES 4
Rim LANDOLSI
ST Employee

Hello @Shanmugapriya and welcome to the community,

Could you please provide the CubeIDE and touchgfx Designer version?

Thanks,

Rim.

CubeIDE - 1.1.0

TouchGFX - 4.12.3

@Rim LANDOLSI 

CubeIDE - 1.1.0

TouchGFX - 4.12.3

@Rim LANDOLSI Any updates?