With reference to the application developed with the board AWR2944, the built-in function used inside main function was xTaskCreateStatic() with a function name inside it. I need an explanation regarding the function mentioned.
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.
With reference to the application developed with the board AWR2944, the built-in function used inside main function was xTaskCreateStatic() with a function name inside it. I need an explanation regarding the function mentioned.
Hi,
I think you refer to the demo provided with
C:\ti\mmwave_mcuplus_sdk_04_02_00_02
C:\ti\mmwave_mcuplus_sdk_04_02_00_02\mmwave_mcuplus_sdk_04_02_00_02\ti\demo\awr294x\mmw
This demo is implemented using freertos.
Please see freertos for more information regarding this API.
Thank you
Cesar
This API creates a task.
I am not clear about your question
thank you
Cesar