SPRADA3 july   2023 AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. Introduction
  5. Device Nomenclature
  6. R5 Cores and TCM in AM263x
    1. 3.1 R5 Core Nomenclature in Am263x
  7. Example Support for AM263x Family
  8. IPC Example Support for Two-Core Devices (AM2632)
    1. 5.1 Option 1 Using MulticoreImageGen.js
    2. 5.2 Option Two (Migration Guide from a Four-Core System Project to a Two-Core System Project)
  9. System Project Example Support for Two-Core Devices (AM2632)
  10. Target Configuration in CCS
    1. 7.1 Prerequisites
    2. 7.2 Creating a Target Configuration
  11. Connecting to the Target Core
  12. Hardware Description for Launch Pad and Control Card
    1. 9.1 Launchpad Pinout for Standard Analog Devices
    2. 9.2 ADC and DAC Mapping in Launchpad for Standard Analog
    3. 9.3 Pinmux Mapping - Standard Analog - Launch Pad
    4. 9.4 ADC and DAC Mapping in Control Card for Standard Analog
  13. 10Summary
  14. 11References

System Project Example Support for Two-Core Devices (AM2632)

In MCU-PLUS-SDK_AM263x, system projects are configured for 2-core devices by default. But the examples are present for core - R50_0 and R50_1. These examples can be modified to enable the system project for the cores R50_0 and R51_0.

To find the system projects, go to → C:\ti\mcu_plus_sdk_am263x_08_05_00_24\examples\empty. Here, the SDK has 2 System Projects: freeRtos System Project and Nortos System Project. The engineer can choose a system project for the application.

The following files need to be modified:

  1. examples\empty\am263x-cc\system_nortos\makefile

  2. examples\empty\am263x-cc\system_nortos\makefile_projectspec

  3. examples\empty\am263x-cc\system_nortos\makefile_system_ccs_bootimage_gen

  4. examples\empty\am263x-cc\system_nortos\system.projectspec

  5. examples\empty\am263x-cc\system_nortos\system.xml

Replace r5fss0-1 core with r5fss1-0 in these files. These changes are explained in the Section 5.

Note:

AM2631 is a single core device; multi-core system projects are not supported for single-core devices.