MQX TAD a strange error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MQX TAD a strange error

ソリューションへジャンプ
2,285件の閲覧回数
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,440件の閲覧回数
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,440件の閲覧回数
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,441件の閲覧回数
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 件の賞賛
返信