Tool/software: Code Composer Studio
Grace is no longer a native plugin to CCS. I am running the standalone version of Grace and using it to generate source files.
How do I get these into CCS? I tried just copying them into the /workspace_v7/project_name/ directory but I get error "grace.h not found"
The Grace generated file CSL_init.c contain this include:
#include <ti/mcu/msp430/Grace.h>
But no such file, or even directory, exists.