Development & debug through CCS#

This section discusses how to develop and debug a standalone remote core application through CCS.

Obtain the SDKs and CCS#

Just as the Processor SDK Linux is the foundational software for Linux development, the MCU+ SDK provided by TI assists RTOS and bare metal (or NORTOS) development. Both the Linux SDK and the MCU+ SDK can be downloaded from https://www.ti.com/tool/PROCESSOR-SDK-AM62A.

Once the MCU+ SDK is installed, please follow the MCU+ SDK Getting Started instructions to setup the SDK.

Look up the specific version of CCS that was tested with the MCU+ SDK on page Download, Install and Setup CCS. Download that specific version of CCS from here.

Continue to follow MCU+ SDK Getting Started instructions to setup CCS and the EVM. After CCS and the EVM are set up, development can start.

How to build and debug an MCU+ application in CCS#

Follow the MCU+ SDK Getting Started instructions here to build and run the “Hello World” example through CCS for your desired core. Verify that the text output appears in the console as expected.