SLAAEJ0 November   2023 AM625 , MSPM0L1306

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
    1. 1.1 SPI Transaction Dataflow
    2. 1.2 AM62x Processor
    3. 1.3 MSPM0L130x Microcontroller
  5. 2Hardware Setup
    1. 2.1 A53 Core Hardware Setup
    2. 2.2 M4F Core Hardware Setup
  6. 3Software Setup
    1. 3.1 Cloning the Beyond SDK GitHub Repository
    2. 3.2 SK-AM62x Software Setup
      1. 3.2.1 A53 Core
      2. 3.2.2 M4F Core
    3. 3.3 LP-MSPM0L130x Software Setup
  7. 4Steps for Execution
    1. 4.1 Run Project on LP-MSPM0L130x
    2. 4.2 Run Project on SK-AM62x
      1. 4.2.1 A53 Core
      2. 4.2.2 M4F Core
  8. 5Results
    1. 5.1 Single Byte Single Channel
    2. 5.2 Single Byte Multi Channel
    3. 5.3 Multi Byte Single Channel
    4. 5.4 Multi Byte Multi Channel
  9. 6Summary
  10. 7References

LP-MSPM0L130x Software Setup

CCS (Code Composer Studio) can be used for development on the MSPM0 Launchpad. Review the CCS User’s Guide for general CCS related help. To enable development on MSPM0 devices, select “MSPM0 32-bit Arm Cortex-M0+ General Purpose MCUs” in the “Select Components” window during CCS installation.

Follow the following steps for adding new target configuration for MSPM0:

  • Create a new target configuration

GUID-89A599FD-366E-4531-B240-66494FC532BF-low.png

  • Give a nice name to the new target configuration, typically {soc name}_{JTAG type}

GUID-4E387712-A6DB-4670-B8D0-FD8865192B8C-low.png

  • Select connection as XDS110 USB Debug Probe

GUID-3FA33B4E-FC49-48F1-9753-800EEEFD002D-low.png

  • In "Board or Device" type "MSPM0L130" and select "MSPM0L1306"

GUID-2758490D-67C5-40E0-9BA4-773A5E7E765C-low.png

  • Click "Save" to save the newly created target configuration.