SPRADF9 January   2024 AM263P4 , AM263P4-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 Hardware Setup
  8. 5Build and Run Example
    1. 5.1 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 port:
    1. Expand the "Ports (COM & LPT) tab.
    2. Locate "XDS110 Class Application/User UART" and that is the COM port associated with the device.

      GUID-20231212-SS0I-HXWC-Z28Z-NC8SB1RG98HR-low.jpg

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

    GUID-C9F04437-C576-4DBA-A941-AF2C2A33CD10-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-6GWB-NLVV-GX3QZFJF6LPS-low.jpg

      Figure 5-4 UART Terminal Setup
  5. Click OK and the UART port is connected.
  6. Check that "C" is being printed in the UART terminal to verify the device is connected.

    GUID-20231212-SS0I-BG1F-TZ8K-9CQJ4BT2WPBP-low.jpg

    Figure 5-5 UART Terminal Output