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.

CCS/TMDSCNCD28335: I have error after execution of program.

Part Number: TMDSCNCD28335

Tool/software: Code Composer Studio

What are the files need to be added in DCL_DF23 controller.

  • The files you need will depend on which DF23 controller you want to use and which core it will be running on.  For example, (assuming you have the latest version of DCL on your machine) if you want to use DCL_DF23_C1 you will need to add the following source files to your project:

    DCL_DF23_C1.asm

    DCL_error.c

    You will also need to include the header file "DCLF32.h" (since this controller runs on the FPU32).  This file and the library header file "DCL.h" must be in your project include path.  

    You will need to edit your linker command file to place the section "dclfuncs".  There is a step-by-step guide of how to add a DCL controller to existing code in chapter 2 of the User's Guide.

    Hope this helps.

    Regards,

    Richard