Hi! Utilizing TAD on MQX 3.5.1 I have this strange error (watch the bitmap) ... what is the meaning?
I'm using MQX with 2 tasks:
{ USB_TASK, Usb_task, 4000, 8, "usb", 0},
{ MAIN_TASK, Main_task, 5000, 8, "main", MQX_AUTO_START_TASK}
and the error appears when after creating the usb_task and using my mass storage I want to destroy this usb_task.