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.

using PSP drivers instead of CSL files

Hello,

I am trying to generate c code from Simulink blocks (Matlab 2008a). But I could not build the code, because CCS v3.3 generates an error in csl_chiphal.h like this:

fatal error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e 6201)

I  know that DM6437 no longer have support by the chip support library (CSL) and I should use PSP drivers which I already have in C:\dvsdk_1_01_00_15\psp_1_00_02_00. But I do not know how to use this PSP drivers instead of CSL files, how should I include these files to my CCS project?

I am new on CCS and these c code generation process, therefore if you help me on this, I will be very grateful.

Thanks in advance.

Duygu