SPRADE4
January 2024
AM2631
,
AM2631-Q1
,
AM2632
,
AM2632-Q1
,
AM2634
,
AM2634-Q1
1
Abstract
Trademarks
1
Control Card Overview
2
SDK and Dependencies
2.1
Software Development Kit
2.2
Python
2.3
OpenSSL
3
Code Composer Studio
3.1
Download/Install
4
Power Connections
4.1
System Power
5
Build and Run Example
5.1
CCS Device Setup
5.1.1
Configure the Device's BOOT Mode to be Used With CCS Scripting
5.1.2
Setup UART Terminal
5.2
Example Project Setup
6
References
5.1.2
Setup UART Terminal
On Windows: use the "Device Manager" application to see the detected UART prots:
Expand the "Ports (COM and LPT) tab.
Locate "XDS110 Class Application/User UART" and that is the COM port associated with the device.
Figure 5-2
UART Port on Device Manager
In CCS, navigate to View > Terminal.
Open a new UART terminal:
Figure 5-3
UART Terminal in CCS
In the "Launch Terminal" pop-up, select the associated COM port and leave the other options default:
Choose "Serial Terminal"
Default: 115200 Baud Rate, 8 data bits, No parity, 1 stop bit
Figure 5-4
UART Terminal Setup
Click OK and the UART port is connected.