I recently installed CCS 6.0. It does not seem to contain Grace project. How can I download version 2.20.2.32 to match an existing project ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I recently installed CCS 6.0. It does not seem to contain Grace project. How can I download version 2.20.2.32 to match an existing project ?
I am trying to work on an existing project that uses Grace 2.20.2. I would like to download that version if I can.
Robert,
Since you are using CCS 6, you don't need to "match" grace with an existing project. Grace is just a host-side CCS plug-in, and you should just use the latest version of that tool. The source code that the newest version of Grace ultimately produces should just be the same (or better) than any older version, and will be fully source compatible.
That may be OK, but when I try to build the project I get and error. CSL_init.c line 8 shows cannot open source file.
#include <ti/mcu/msp430/Grace.h>
I had to change it to
#include "C:/ti/grace_3_00_02_64/packages/ti/mcu/msp430/Grace.h"
to remove that error.
Can I add something to the project include path to make the first line compile correctly ?
**Attention** This is a public forum