Update the C2000WARE_ROOT and FreeRTOS_ROOT path variable in the example projectspec files available at following location in the repo: FreeRTOS-Partner-Supported-Demos\C2000_F2838x_C28x_CCS\CCS
Import the example project file in CCS
Build and debug the project
Known Issues
Support for "fpu64" is not added yet to the port. The examples should specify "fpu32" as option for floating point.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
FreeRTOS port for TI c28x based microcontrollers
Description
This pull request consists of FreeRTOS c28x port related files. This port has been tested with the standard demo test project as explained in following link: https://github.com/FreeRTOS/FreeRTOS/blob/main/FreeRTOS/Demo/ThirdParty/Template/README.md
The test project is available in a separate pull request: https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos/pull/5
Test Steps
To run the demos on TMDSCNCD28388D controlcard, the following steps are required:
Known Issues
Support for "fpu64" is not added yet to the port. The examples should specify "fpu32" as option for floating point.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.