Other Parts Discussed in Thread: EK-TM4C123GXL
Tool/software: Code Composer Studio
Hello,
I need help with configuration FreeRTOS in CCS. I try to follow instructions from official site but without success
( The following directories must be in the compiler’s include path (the compiler must be told to search these directories for header files):
- FreeRTOS/Source/include
- FreeRTOS/Source/portable/[compiler]/[architecture].
- Whichever directory contains the FreeRTOSConfig.h file to be used – see the Configuration File paragraph below.
Depending on the port, it may also be necessary for the same directories to be in the assembler’s include path. )
So I think I ok include FreeRTOS/Source/include and FreeRTOS/Source/portable/[compiler]/[architecture].
I manual add FreeRTOSConfig.h and maybe that is problem. So please guide me how to config FreeRTOS in CCS, every info will help me a lot.





