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.

TDA4VM-Q1: FreeRTOS : How to run freertos_test_ut demo and test the TaskDelay function.

Part Number: TDA4VM-Q1

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. 

https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/08_05_00_11/exports/docs/pdk_jacinto_08_05_00_36/docs/userguide/jacinto/modules/freertos.html?highlight=freertos

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