SPRADA3 july 2023 AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1
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:
examples\empty\am263x-cc\system_nortos\makefile
examples\empty\am263x-cc\system_nortos\makefile_projectspec
examples\empty\am263x-cc\system_nortos\makefile_system_ccs_bootimage_gen
examples\empty\am263x-cc\system_nortos\system.projectspec
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.
AM2631 is a single core device; multi-core system projects are not supported for single-core devices.