MQX TAD a strange error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MQX TAD a strange error

Jump to solution
1,170 Views
admin
Specialist II

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.

0 Kudos
1 Solution
325 Views
admin
Specialist II

I resolve my problem without using task_destroy and inserting the property MQX_TIME_SLICE_TASK . For utilizing task_destroy I have to modify the config file and rebuild library files?!

View solution in original post

0 Kudos
2 Replies
325 Views
JuroV
NXP Employee
NXP Employee

It is really important to know how do you destroy the task, what is the result value etc.

0 Kudos
326 Views
admin
Specialist II

I resolve my problem without using task_destroy and inserting the property MQX_TIME_SLICE_TASK . For utilizing task_destroy I have to modify the config file and rebuild library files?!

0 Kudos