Does adding new task in touchgfx project, eliminates working of __weak void TouchGFX_Task(void *argument) ?
Hello All,
I am working on touchgfx project where I had default __weak void TouchGFX_Task(void *argument) task which was working fine for GUI and touch.
Later I have added other task for data transfer over uart1 using another task in main.
Now the problem is the GUI task is showing only first screen and getting freeze, no touch detection and other task is sending data over uart (which is working fine).
Does adding additional task causing the elimination of TouchGFX_Task, or do I need to make some more settings or changes to TouchGFX_Task to function normal ?
