Hi, Expert,
As below PDK doc shows, we have tested the TaskDelay Function. I want to test the function . Can you pls help to provide steps to test the function? Thanks.
Regards,
Fredy Zhang
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.
Hi, Expert,
As below PDK doc shows, we have tested the TaskDelay Function. I want to test the function . Can you pls help to provide steps to test the function? Thanks.
Regards,
Fredy Zhang
Hi Fredy,
FreeRTOS UT tests the TaskDelay function. Please refer to <PDK>\packages\ti\kernel\test\freertos\ut\test_freertos.c.
To build the test run the following commands:
1) cd <PDK>\packages\ti\build
2) make BOARD=j721e_evm CORE=mcu1_0 freertos_test_ut
Regards,
Parth