SPRUJ71 august   2023

 

  1.   1
  2.   C2000 F28P65x Series LaunchPad Development Kit
  3.   Trademarks
  4. 1Board Overview
    1. 1.1 Kit Contents
    2. 1.2 Features
    3. 1.3 Specifications
      1. 1.3.1 External Power Supply or Accessory Requirements
    4. 1.4 Using the F28P65x LaunchPad
    5. 1.5 BoosterPacks
    6. 1.6 Hardware Revisions
      1. 1.6.1 Revision A
  5. 2Software Development
    1. 2.1 Software Tools and Packages
    2. 2.2 F28P65x LaunchPad Demo Program
    3. 2.3 Programming and Running Other Software on the F28P65x LaunchPad
  6. 3Hardware Description
    1. 3.1 Functional Description and Connections
      1. 3.1.1  Microcontroller
      2. 3.1.2  Power Domains
      3. 3.1.3  LEDs
      4. 3.1.4  Encoder Connectors
      5. 3.1.5  FSI
      6. 3.1.6  CAN
      7. 3.1.7  EtherCAT
      8. 3.1.8  CLB
      9. 3.1.9  Boot Modes
      10. 3.1.10 BoosterPack Sites
      11. 3.1.11 Analog Voltage Reference
      12. 3.1.12 Differential ADC Header
      13. 3.1.13 Other Headers and Jumpers
        1. 3.1.13.1 XDS Isolation Block
        2. 3.1.13.2 BoosterPack Site 2 Power Isolation
        3. 3.1.13.3 Alternate Power
    2. 3.2 Debug Interface
      1. 3.2.1 XDS110 Debug Probe
      2. 3.2.2 XDS110 Output
      3. 3.2.3 Virtual COM Port
    3. 3.3 Alternate Routing
      1. 3.3.1 Overview
      2. 3.3.2 UART Routing
      3. 3.3.3 EQEP Routing
      4. 3.3.4 CAN Routing
      5. 3.3.5 FSI Routing
      6. 3.3.6 PWM DAC
  7. 4Board Design
    1. 4.1 Schematic
    2. 4.2 PCB Layout
    3. 4.3 BOM
    4. 4.4 LAUNCHXL-F28P65X Board Dimensions
  8. 5Frequently Asked Questions
  9. 6References
    1. 6.1 Reference Documents
    2. 6.2 Other TI Components Used in This Design

Frequently Asked Questions

  1. Why isn't my C2000 device getting any power even though I have the USB-C cable connected to USB1?
    1. Make sure that the USB 5-V power and GND jumpers are connected (JP1).
    2. Make sure that "ENABLE +3V3 LDO" jumper header (J16) is populated with a jumper. This generates the 3.3-V rail for the board from the 5-V USB power.
      1. To avoid contention on the 5-V rail, make sure that the "ENABLE +5V0 BOOST" jumper (J17) is disconnected when supplying 5 V through the USB.
  2. Can other programming and debug tools (such as an XDS200 debug probe) be used with the F28P65x LaunchPad?
    1. The F28P65x LaunchPad utilizes an on-board XDS110 debug probe in a 4-pin JTAG configuration.
  3. What versions of Code Composer Studio IDE can be used to develop software for the F28P65x LaunchPad?
    1. The on-board XDS110 debug probe is compatible with Code Composer Studio development environment version 6.1.0 and later.
  4. Why can't I connect to the LaunchPad in Code Composer Studio IDE?
    1. Are shunts present on J101 for TCK and TMS?
    2. Is the XDS110 and the F28P650DK9 MCU powered? Are LED1, LED7, LED3 and LED6 illuminated? For further details on powering the LaunchPad, see Section 3.1.2.
      1. If JP1 shunts are disconnected, the power provided through the USB is isolated from the rest of the board. Make sure that 3.3 V or 5 V is supplied to any of the available connectors on the target side of the isolation.
    3. Is the USB-C cable connected to the PCB and is the USB region receiving power? Is LED1 illuminated?
      1. The XDS region must be powered with the 5 V from the USB cable. LED1 illuminates when 5-V USB power is connected. The XDS-side 5-V to 3.3-V LDO regulator requires 5-V on the USB side to generate the +3V3 rail for the XDS110 device.
    4. Make sure that the target configuration is set up to use JTAG in 4-pin advanced mode. Open the Target Configuration file (.ccxml) in Code Composer Studio IDE. Click on the Advanced tab and select JTAG (1149.1) SWD and cJTAG are disabled. Alternately, a working Target configuration file is included in the launchxl_ex1_f28p65x_demo project "TMS320F28P650DK9.ccxml". You can use this without modifications.
      GUID-20230607-SS0I-VNZL-2NQX-WPDQPJRSCVM6-low.svg Figure 5-1 Target Configuration Advanced Options
      GUID-20230614-SS0I-8PT0-CL8C-P9KPSRNCCBLW-low.svg Figure 5-2 Target Configuration Included in the Demo Project
  5. Why is the serial connection not working?
    1. Are you using the correct COM port?
      1. Right click on My Computer and select Properties. Navigate to the Hardware tab in the dialog box and open the device manager. Scroll to Ports (COM & LPT) and expand this entry. Is XDS110 Class Application/User UART listed? If so, read the COM number to the right of the entry; this is the COM number to use.
    2. Are you using the correct baud rate? Most, if not all, of the examples are configured for a baud rate of 115200 when the CPU is running at 200 MHz. If you have changed the PLL settings or developed your own code, you can recalculate the baud rate for your specific application. For information on how to do this, see the TMS320F28P65x C2000 Real-Time Microcontrollers Technical Reference Manual.
    3. Does the UART channel wired to the debug probe match the UART channel configured in software?
      1. The F28P65x LaunchPad provides an option for one of two possible UART channels to be routed to the debug probe. Make sure that S2 is configured to the appropriate UART channel for the application software. For details, see Section 3.3.2.