MQX TAD a strange error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MQX TAD a strange error

跳至解决方案
2,269 次查看
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 项奖励
回复
1 解答
1,424 次查看
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 项奖励
回复
2 回复数
1,424 次查看
JuroV
NXP Employee
NXP Employee

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

0 项奖励
回复
1,425 次查看
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 项奖励
回复