SPRUJC0 April   2024

 

  1.   1
  2.   Description
  3.   Get Started
  4.   Features
  5.   Applications
  6.   6
  7. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specifications
    4. 1.4 Device Information
  8. 2Hardware
    1. 2.1 Hardware Description
      1. 2.1.1 Functional Description and Connections
        1. 2.1.1.1  Power Domains
        2. 2.1.1.2  LEDs
        3. 2.1.1.3  Encoder Connectors
        4. 2.1.1.4  FSI
        5. 2.1.1.5  PGA
        6. 2.1.1.6  CAN
        7. 2.1.1.7  CLB
        8. 2.1.1.8  Boot Modes
        9. 2.1.1.9  BoosterPack Sites
        10. 2.1.1.10 Analog Voltage Reference Header
        11. 2.1.1.11 Other Headers and Jumpers
          1. 2.1.1.11.1 USB Isolation Block
          2. 2.1.1.11.2 BoosterPack Site 2 Power Isolation
          3. 2.1.1.11.3 Alternate Power
      2. 2.1.2 Debug Interface
        1. 2.1.2.1 XDS110 Debug Probe
        2. 2.1.2.2 XDS110 Output
        3. 2.1.2.3 Virtual COM Port
      3. 2.1.3 Alternate Routing
        1. 2.1.3.1 Overview
        2. 2.1.3.2 UART Routing
        3. 2.1.3.3 EQEP Routing
        4. 2.1.3.4 CAN Routing
        5. 2.1.3.5 PGA Routing
        6. 2.1.3.6 FSI Routing
        7. 2.1.3.7 X1/X2 Routing
        8. 2.1.3.8 PWM DAC
    2. 2.2 Using the F28P55x LaunchPad
    3. 2.3 BoosterPacks
    4. 2.4 Hardware Revisions
      1. 2.4.1 Revision A
  9. 3Software
    1. 3.1 Software Development
      1. 3.1.1 Software Tools and Packages
      2. 3.1.2 F28P55x LaunchPad Demo Program
      3. 3.1.3 Programming and Running Other Software on the F28P55x LaunchPad
  10. 4Hardware Design Files
    1. 4.1 Schematic
    2. 4.2 PCB Layout
      1. 4.2.1 LAUNCHXL-F28P55X Board Dimensions
    3. 4.3 Bill of Materials (BOM)
  11. 5Additional Information
    1. 5.1 Frequently Asked Questions
    2. 5.2 Trademarks
  12. 6References
    1. 6.1 Reference Documents
    2. 6.2 Other TI Components Used in This Design

F28P55x LaunchPad Demo Program

The LAUNCHXL-F28P55X includes a TMSF28P550SJ9PZ device pre-programmed with a demo program. When the LaunchPad is powered on the demo program begins with an LED blink sequence on LED4 and LED5. After a few seconds the device switches into an ADC sampling mode.

Every 1 second the ADC samples pin ADCINA6 and the sampled value is represented as follows: If the sample is above mid-scale (2048), then the red LED4 illuminates. If the sample is below mid-scale, then the green LED5 illuminates.

In addition to the LED indicators, ADC sample results are also displayed on your PC through the USB/UART connection. To view the UART information on your PC, first determine the COM port associated with the LaunchPad. To do this in Windows open the Device Manager. Look for an entry under Ports (COM and LPT) titled XDS110 Class Application/User UART (COMX), where X is a number. Remember this number for opening a serial terminal.

GUID-5EEE557A-A1E1-4183-A422-429FD4B813FC-low.png Figure 3-1 LaunchPad XDS110 COM Port

The demo application's UART data was tested using PuTTY, which is a free and open-source terminal emulator. To view the UART data in a serial terminal program open the COM port found using the Windows Device Manager with the following settings.

115200 Baud, 8 data bits, no parity, 1 stop bit.

After properly opening the serial port in your serial terminal, reset the LaunchPad by pressing the S1 reset button and observe the serial terminal to see the TI logo in ASCII art.

GUID-20240408-SS0I-J7DQ-SGDZ-3ZNHKVTGPK9L-low.svg Figure 3-2 LaunchPad Demo Serial Terminal - TI Logo

After a few moments, the ADC value sampled on the ADCINA6 pin appears in the bottom right corner of the terminal and be updated each second. Using a jumper wire connect the ADCINA6 header to a 3.3V, GND, or other 0-3.3V signal to see the on-screen value change.

GUID-B2E72E18-69B9-4E4D-8017-1F234F604AF9-low.pngFigure 3-3 LaunchPad Demo Serial Terminal - ADC Sampling