Help with task create

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

Help with task create

跳至解决方案
1,285 次查看
wendersonolivei
Contributor IV

Hi all,

I'm learning how to use the MQX Lite RTOS, I saw the examples at C:\Freescale\CW MCU v10.5\MCU\CodeWarrior_Examples\Processor_Expert\MQXLite\Kinetis\FRDM_KL25Z\L and I'm using the LWSEM example for a few tests.

Well, I've created one more task in MQX without enable "MQX AUTOSTART TASK". So, when I do this, the stack for that task isn't created? Should I create the stack with a static declaration?

Thanks,

标记 (2)
0 项奖励
回复
1 解答
1,039 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi

MQX Lite doesn't allow dynamic task creation, all tasks resources are pre-allocated at the compile time.


Have a great day,
Daniel

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,040 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi

MQX Lite doesn't allow dynamic task creation, all tasks resources are pre-allocated at the compile time.


Have a great day,
Daniel

0 项奖励
回复