no task to run

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

no task to run

601 Views
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 Replies

421 Views
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

421 Views
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.