ReadMe.txt for the TI AM3359 start project.

This project was built for IAR Embedded Workbench for ARM V8.11.1.

Supported hardware:
===================
The sample project for the AM3359 is prepared to run on
a BeagleBone Black. Using different target hardware may
require modifications.

Configurations:
===============
- Debug_iRAM:
  This configuration is prepared for download into internal
  SRAM using the onboard debug-interface of the BeagleBone
  Black. An embOS debug and profiling library is used.

- Release_iRAM:
  This configuration is prepared for download into internal
  SRAM using the onboard debug-interface of the BeagleBone
  Black. An embOS release library is used.

- Debug_DDR-RAM:
  This configuration is prepared for download into external
  DDR-RAM using the onboard debug-interface of the BeagleBone
  Black. An embOS debug and profiling library is used.

- Release_DDR-RAM:
  This configuration is prepared for download into external
  DDR-RAM using the onboard debug-interface of the BeagleBone
  Black. An embOS release library is used.

- Debug_iRAM_JLink:
  This configuration is prepared for download into internal
  SRAM using J-Link. An embOS debug and profiling library
  is used.

- Release_iRAM_JLink:
  This configuration is prepared for download into internal
  SRAM using J-Link. An embOS release library is used.

- Debug_DDR-RAM_JLink:
  This configuration is prepared for download into external
  DDR-RAM using J-Link. An embOS debug and profiling library
  is used.

- Release_DDR-RAM_JLink:
  This configuration is prepared for download into external
  DDR-RAM using J-Link. An embOS release library is used.
