I have an additional FreeRTOS task running. All the task does at the moment is call xQueueReceive. Adding this call affects the GUI task such that it stops running after some time (not immediately). Nowhere in the code is sending messages to the queu...