This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM263X: multiple ADCs activation when multiple thread created in main function

Part Number: MCU-PLUS-SDK-AM263X

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