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

Example Project Setup

  1. Navigate to Project > Import CCS Projects...
  2. Click "Browse.." and navigate to the below path:
    1. C:\ti\mcu_plus_sdk_am263x_<latest_download_version>\examples\hello_world\am263x-cc\r5fss0-0_nortos\ti-arm-clang

Build in 1-Click Debug Mode

  1. Right-click on the project name "hello_world.." and select Debug As > 1 Code Composer Debug Session

    GUID-20231212-SS0I-HWKM-05C9-XJJRDRXBSCJB-low.jpg

    Figure 5-5 Debug CCS Project
  2. Select "Texas Instruments XDS110 USB Debug Probe/Cortex_R5_0" as the core.
  3. Wait for the "Build Finished" status in the console.
  4. Navigate to Run > Resume and click to run the example.
  5. Open the USB console again by navigating to View > Terminal.
  6. The program is seen on CCS console or UART, if enabled.

    GUID-20231212-SS0I-CKB6-XJW3-SWCLPSK77P7V-low.jpg

    Figure 5-6 "Hello World" Output