Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Set Target to AM572x - Cortex A15 and the secondary Target field to AM572X_PHYCORE_RDK.

    Note

    If AM572X_PHYCORE_RDK isn't a selectable option in the secondary Target field, it is likely that the am572x_phycore_rdk.xml file was not correctly installed in the Install CCS Configuration Files step. Please review this step and try again after restarting CCS.


  2. Set Connection to Texas Instruments XDS2xx USB Debug Probe.
  3. Click the Cortex A [ARM] tab and set your project name to hello_world.
  4. Under Advanced Settings Tool-chain, set Linker command file to AM572x.lds.
  5. Under Project templates and examples, select Hello World from the Basic Examples section.
    Your New CCS Project window should now look similar to this screenshot:
  6. Click Finish.

...

  1. From the drop-down menu, click File → Import...
  2. In the Import window, expand Code Composer Studio and select CCS Projects, and click Next.
  3. In the Import CCS Eclipse Projects window, click the Select search-directory radial button and click Browse next to the Select search-directory field. Navigate to the $RTOS_INSTALL_ROOT/pdk_am57xx_1_0_12/packages/MyExampleProjects directory and select the directory that contains the project that you would like to import. Click OK.
  4. The imported project should now be present in the Project Explorer window. Right click the imported project in the Project Explorer window and select Properties.
  5. In the General section of the Properties window, open the Main the Project tab and select AM572x - Cortex A15 in the first Variant drop-down menu and AM572X_PHYCORE_RDK [Cortex A] in the second Variant drop-down menu.
  6. In the same section as step five, select Texas Instruments XDS2xx USB Debug in the Connection drop-down menu. Your project Properties window should now look similar to the following screenshot:
  7. Click OK.

...