Help with task create

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

Help with task create

ソリューションへジャンプ
1,310件の閲覧回数
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,064件の閲覧回数
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,065件の閲覧回数
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 件の賞賛
返信