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.

Is a Header file available for the delfino control card?

Other Parts Discussed in Thread: TMDSDOCK28343, CONTROLSUITE

We purchased and received the docking station with control card, part number TMDSDOCK28343. I loaded the code composer studio and the controlSUITE folders onto my computer and tested some examples and created a new project. TI provides all the header files for the compiler, and the processor, but I could not find a specific header file for the control card. I think the card part number is TMDSCNCD28343.

  • Hello Robert,

    When you say specific header file for your control card, are you meaning that you are expecting to see a header file labeled CD28343?  If so then this is not the case.  This series of devices generally all have the same core design, so the header files use a generic naming convention.  The header files used for your device start with DSP2834x_.  They can be found in the following locations, if you installed controlSuite in the default directory, and have let your controlSuite update:  C:\ti\controlSUITE\device_support\c2834x\v112\DSP2834x_headers &  C:\ti\controlSUITE\device_support\c2834x\v112\DSP2834x_common

    Now the thing that does change within this series of devices is the amount of memory in each, so the memory map will change for each one. The cmd file that defines the memory for your device is called 28343_RAM_lnk.cmd, and can be found here: C:\ti\controlSUITE\device_support\c2834x\v112\DSP2834x_common\cmd

    A very good resource to explain more about the header files can be found here: C:\ti\controlSUITE\device_support\c2834x\v112\doc\controlSUITE_DSP2834x_HeaderFiles_Quickstart_Readme.pdf

    Regards,

    Kelvin