SLAAEJ0 November 2023 AM625 , MSPM0L1306
Write prebuilt SK-AM62x binaries to the on-chip flash:
Import the CCS project into a different Workspace than the MSPM0 Workspace
<Beyond-SDK-installation-path>/Beyond-SDK/am62x/MSPM0-ADC-RTC-Attach/MSPM0-ADC-Attach-SPI/<x_Byte_x_Channel_SPI>/Controller/AM62x-M4F_Core_MCU_Domain/Debug/<file-name>.out
This allows for two different debugging sessions for each device
Build the imported CCS project.
Right-click on AM62x_XDS110.ccxml in Target Configurations window
Select “Launch Selected Configuration”
In the Debug window, click on the "Texas Instruments XDS110 USB Debug Probe_0/BLAZAR_Cortex_M4F_1"
Select Run -> Connect Target
Select Run -> Reset -> Subsystem Reset
Select Run -> Load -> Load Program
Browse to the prebuilt binary for the AM62x project and click “OK”.
This will write the flash with the binary.
Select Run -> Resume