no task to run

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

no task to run

1,248 次查看
ava
Contributor II

Hello Everyone,

I am using MK60FX512VLQ12 controller, CW10.6 & MQX4.1.

In my project I am using different task as main,usb,can,gprs,sd card & its working fine.

But recently I have observed sometimes my system get hang after restarting it works fine, then I debug the code and come to know that it goes to dispatch.s where its written no task to run and in MQX task summary status for all tasks is OK  & it is in time delay loop.

Then why I am getting no task to run?

How to solve this problem?

Please help me.

Thanks.

2 回复数

1,068 次查看
ivadorazinova
NXP Employee
NXP Employee

Dear T tech,


it could be problem with your stack size.


Please,check these threads if is not the same problem like you have

Re: MQX on custom board stuck in dispatch.s

Debug stuck in dispatch.s with MQX 4.1


If does not help, we find another solution.


Best Regards,

Iva

1,068 次查看
ava
Contributor II

Hi Iva,

Thanks for your reply I will go through these post.

I am trying by modifying the stack size for the tasks.

Thanks.