Solved
TouchGFX: How to implement 2-way Task Communication of GUI task and other?
So I am trying to implement:
- When user insert USB Stick, the display show USB stick icon
- User then able to click the icon and chose option to log the real life time data displayed by the dynamic graph.
This means I need to:
- Send message from USB Host task to GUI task (i.e. TouchGFX_Task) to indicate the USB stick has been connected/disconnected
- Send message from GUI task to USB Host task of request to log the data into USB stick.
Can someone give me some pointer please how to implement this 2-way communication? A sample would be great.
