Hi,
I have prepared a RTOS project using more than one ADC.
When I create tasks in main() by calling "xTaskCreateStatic" The MCU does not boot up properly. But, if I create the task as recommended in TI example codes that a task is created with the highest priority and then it create more tasks and then delete itself then the problem with multiple ADCs activation is resolved. Can you explain what is the difference between multiple task creation in main() and the recommended method mentioned above.
BR
Saman