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.

TMS320F28P650DK: FreeRTOS in CCS 12.7.1

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

Tool/software:

Hello,

        Could you please share user manual/any link which says about steps to create new project with FreeRTOS using CCS 12.7.1 version.

Currently i have created a project in which FreeRTOS tasks are not running.Other configured MCU modules are working as expected.

System Core Frequency set is : 200 MHz

SysTick Rate : 1000 Hz.

Launchpad using is: TMS320F28P650DK9 Board.

Please Help here ASAP.

Best Regards,

Avinash

  • Hi Avinash,

    In the new FreeRTOS project, you would need to link

    1. All 3 port files from [C2000Ware]\kernel\FreeRTOS\Source\portable\CCS\C2000_C28x

    2. Source files from [C2000Ware]\kernel\FreeRTOS\Source & heap from [C2000Ware]\kernel\FreeRTOS\Source\portable\MemMang (whichever required)

    3. Project should have a FreeRTOSConfig.h defined with reqd. configurations

    Alternatively, if FreeRTOS is added using Sysconfig, these files should be generated/linked automatically.

    Thanks,

    Arnav

  • Hello Arnav,

                        yes i followed the same steps as you mentioned.

    Thanks,

    Avinash