SPRADE4 January   2024 AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Control Card Overview
  5. 2SDK and Dependencies
    1. 2.1 Software Development Kit
    2. 2.2 Python
    3. 2.3 OpenSSL
  6. 3 Code Composer Studio
    1. 3.1 Download/Install
  7. 4Power Connections
    1. 4.1 System Power
  8. 5Build and Run Example
    1. 5.1 CCS Device Setup
      1. 5.1.1 Configure the Device's BOOT Mode to be Used With CCS Scripting
      2. 5.1.2 Setup UART Terminal
    2. 5.2 Example Project Setup
  9. 6References

Setup UART Terminal

  1. On Windows: use the "Device Manager" application to see the detected UART prots:
    1. Expand the "Ports (COM and LPT) tab.
    2. Locate "XDS110 Class Application/User UART" and that is the COM port associated with the device.

      GUID-20231211-SS0I-RG2F-FPKN-CNWBNTZCLT8G-low.jpg

      Figure 5-2 UART Port on Device Manager
  2. In CCS, navigate to View > Terminal.
  3. Open a new UART terminal:

    GUID-20231016-SS0I-KB3C-H20Z-WTMW8CNXJ81D-low.png

    Figure 5-3 UART Terminal in CCS
  4. In the "Launch Terminal" pop-up, select the associated COM port and leave the other options default:
    1. Choose "Serial Terminal"
    2. Default: 115200 Baud Rate, 8 data bits, No parity, 1 stop bit

      GUID-20231212-SS0I-9ZGN-F1QM-NTVB7GSB00M1-low.jpg

      Figure 5-4 UART Terminal Setup
  5. Click OK and the UART port is connected.