Hi
With this example, I can read the task Queue, task size etc..
But before call _task_create this example call
my_task_queue = _taskq_create(MQX_TASK_QUEUE_FIFO);
Is this can make the difference???:smileyconfused:
Edit: (With Example)
In fact, after the first shoot, if I "Terminate" (ctrl + F2) and/or "Disconnect" and then re-flash ("Debug Configuration...") The MQX visualization not work again (Stack, task...)
I must Close KDS, and then restart it, then re-flash and MQX visualization work again for only one "shoot"..
:smileycry:
And then with my real project, this work never!..I can read only before the first _task_create..