Help with task create

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

Help with task create

Jump to solution
779 Views
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,

Tags (2)
0 Kudos
1 Solution
533 Views
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

View solution in original post

0 Kudos
1 Reply
534 Views
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 Kudos