Skip to main content
KM L.1
Associate III
November 24, 2020
Question

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

  • November 24, 2020
  • 1 reply
  • 698 views

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

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
November 25, 2020

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