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.

AM2432: FreeRTOS Kernel and DPL

Hi Expert,

I plan to create several application tasks and use semaphores for our own driver. My question is, whether the created application and drivers must call DPL, OR just can call FreeRTOS kernel API directly?

e.g. xTaskCreateStatic() vs TaskP_construct()

I thought calling xTaskCreateStatic() should be okay for application tasks like TI examples in SDK but, was concerned that there could be a problem in cooperation with TI driver and stack calling DPL, like lwip stack since the different path to FreeRTOS. And if it doesn't matter, I also wonder about any benefits when using DPL.

Could you clarify which one I have to use for implementing the application tasks and our drivers?

Regards,

Moonil