2021-05-16 07:50 PM
So I am trying to implement:
This means I need to:
Can someone give me some pointer please how to implement this 2-way communication? A sample would be great.
Solved! Go to Solution.
2021-05-19 07:40 AM
Simple way use global variable state and case it in both tasks.
More multicore oriented is use mesage queues. Backend Communication | TouchGFX Documentation
2021-05-19 07:40 AM
Simple way use global variable state and case it in both tasks.
More multicore oriented is use mesage queues. Backend Communication | TouchGFX Documentation
2021-05-19 06:28 PM
Thank you @MM..1 , this what I was looking for
2021-05-19 07:15 PM
2021-05-19 07:44 PM
Sweetttttt, thank you @Alexandre RENOUX , definitely help :grinning_face: .
I love this community hehehhe
2021-12-30 06:45 AM
Alexandre,
This is quite possibly the most useful document I have seen related to TouchGFX. It is much better than trying to follow the online documentation. I stumbled across this accidentally while looking for some other information, and immediately downloaded it to my design documentation folder. Maybe this is easily found somewhere else, but I have not run across it in 2 months of using TouchGFX.
I HIGHLY RECOMMEND that a sticky thread be placed at the top of the TouchGFX Q&A with the title "BACKEND COMMUNICATION TO GUI - WITH OR WITHOUT OS" and that this document be in the first post.
P.S. - You are a great communicator. The information was very clearly presented. If you have produced other TouchGFX documents like this one, please share!