Hi,
I have a problem. I trying to install freeRTOS on my controler. I'm added all needed files for freeRTOS, but when i build the project i have the problem. could not open source file "portmacro.h"
I'm linking freeRTOS files with project files
"${workspace_loc:/${ProjName}/FreeRTOS/include}"
I use ccsV5.4 compiler
Some suggestions?