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,
Solved! Go to Solution.
Hi
MQX Lite doesn't allow dynamic task creation, all tasks resources are pre-allocated at the compile time.
Have a great day,
Daniel
Hi
MQX Lite doesn't allow dynamic task creation, all tasks resources are pre-allocated at the compile time.
Have a great day,
Daniel