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.

CCSTUDIO: Adding DSPLIB in CCS Project

Part Number: CCSTUDIO
Other Parts Discussed in Thread: MSPWARE,

Hi,

I am using CCStudio v11.1 and I want to add the DSPLib to a new project. I have installed MSPWare which includes DSPLib. I am able to run the examples included with that without any issue. Now, I would like to add the DSPLib in my new Project. I have followed this procedure:

1. Imported dsplib folders in the project: import-> general -> file system -> selected the dsplib directory and included 'include' and 'source' folders.

2. in Project properties -> MSP430Linker-> File Search Path -> Add <dir> to library search path -> Added the folder there

Now, added DSPLib.h in main.c

#include "DSPLib.h"

Building it throws:

cannot open source file "DSPLib.h"

I am able to navigate to DSPLib.h using F3 (Open declaration). What could be the issue? Any other method to add?

Regards,

Kamlesh