This directory contains the FreeRTOS port for the Texas Instruments F29H85x series of MCUs equipped with C2000 C29x core(s), developed using the c29clang compiler. Guidelines for using this port can be found below.
The standard test project for validating port functionality can be found in the Partner-Supported Demos repository. Additional example projects can be found in the F29H85X-SDK.
configUSE_MINI_LIST_ITEM must be set to 0 for C29x port. Refer to configuration docs for more information
Currently, the c29clang compiler utilizes some FPU registers even when FPU operations are not done. Therefore FPU context are always saved & restored
Default resources utilized:
These resources are configured in portdefines.h. It is recommended to use the default configurations. However, if these are updated during development, make sure to Clean & Rebuild your CCS project.