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.

TMDSCNCD28388D: 28388D - Control card

Part Number: TMDSCNCD28388D
Other Parts Discussed in Thread: TMS320F28388D, C2000WARE

Tool/software:

I am having the control card of 28388 with its docking board. Kindly guide me on how to interface with the CCS. I did the coding in CCS for 28388. Now need to check the PWM waveforms.

  • Hi Deepti,

    https://www.ti.com/lit/ug/spruil8b/spruil8b.pdf?ts=1752011366883&ref_url=https%253A%252F%252Fwww.google.com%252F

    Based on this document, this is a technical guide for the TMS320F28388D controlCARD from Texas Instruments. Here are the key points:

    1. The controlCARD is designed to help users learn and experiment with the F2838x microcontroller device, which is part of TI's C2000 family.

    2. Key Hardware Features:

    • F28388D Microcontroller
    • 180-pin HSEC8 Edge Card Interface
    • Built-in Isolated JTAG Emulation (XDS100v2)
    • USB, microSD card, and isolated UART connectivity
    • Robust power supply filtering
    • ADC clamping and anti-aliasing filters
    • DP83822 10/100M Ethernet PHY for EtherCAT communication
    1. Important Setup Notes:
    • Can be powered through the HSEC connector via baseboard or through micro-USB connector (J3)
    • Requires proper switch configurations for different operating modes (debug, standalone, etc.)
    • Clock configuration options: can be configured for either 20MHz or 25MHz clock source
    1. Software Development:
    1. Important Considerations:
    • Different controlCARD revisions (MCU063E1, E2, A, B) have specific warnings and notes
    • Clock frequency compatibility issues between different versions need to be considered
    • Some versions require specific C2000Ware versions for compatibility

    The document provides detailed technical information about hardware connections, switch configurations, and proper setup procedures for using the controlCARD in various applications.

  • Thank you.