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.

TMS320F28379D: FREE RTOS Examples

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

Hi,

Are there any examples available for trying the FreeRtos with the 28379D or the 28379S? I tried searching in the C2000 ware but couldnt see anything for the 2837x series.

Thank you,

Aditya

  • Hi,

    Apologies for the delay.

    No, we do not have an example for F2837x specifically. But you can use other device example as reference. The FreeRTOS port should remain the same.

    Regards,

    Veena

  • Hi Veena,

    Thank you. I started testing the freertos_ex2_c28x_led_blinky_syscfg project in the kernel/demo folder in the C2000ware. I removed all the 2838x related information from the device folder in the project and replaced it with 2837x specific information. I am trying to compile the code but it gives me the following error that part 2838x_337Bga not found. I have already changed the device in system configuration plugin to 28379D with the correct part number but I am not sure what else needs to be updated.

    Is there any guide to translating code from the demo examples to other C2000 devices?

    Thank you,

    Aditya 

    Building file: "../freertos_ex2_c28x_led_blinky_syscfg.syscfg"
    Invoking: SysConfig
    "C:/ti/ccs1200/ccs/utils/sysconfig_1.15.0/sysconfig_cli.bat" -s "C:/ti/c2000/C2000Ware_4_03_00_00/.metadata/sdk.json" -d "F2837xS" --script ".../workspace/freertos_ex2_c28x_led_blinky_syscfg/freertos_ex2_c28x_led_blinky_syscfg.syscfg" -o "syscfg" --package 337bga --part F2838x_337bga --compiler ccs
    subdir_rules.mk:16: recipe for target 'build-48193183' failed
    Part not found: F2838x_337bga. This part may be available in a newer version of SysConfig
    gmake: *** [build-48193183] Error 1
    gmake: Target 'all' not remade because of errors.

  • In the sysconfig view, have you changed the device to F2837x?

    If you have any device specific flags under Project properties->Sysconfig->Miscellaneousm could you remove them and try?

    Regards,

    Veena

  • Thanks a lot! This solved the problem I was having.