cancel
Showing results for 
Search instead for 
Did you mean: 

Is that possible to call other function along with the touchGFX function in RTOS thread?

KM L.1
Associate II

I have called TouchGFX function in the default thread and its working fine but now i want to add other module function so is that possible and does that work?

Thank You

1 REPLY 1
Martin KJELDSEN
Chief III

Hi,

Not 100% sure what you mean, but yes you can create multiple threads and do communication between them using a queue.

Here i am using (in an older application) a task to communicate with TouchGFX UI task in Model::tick()

http://sw-center-st-com.s3-eu-west-1.amazonaws.com/touchgfx/TouchGFX/Community/hw_integration_tasks_exti_4.9.3.zip

/Martin