Readme.txt for the sample start project
for MCF52223_SK

Supported hardware:
===================
The sample project for Freescale ColdFire MCF52223
is prepared to run on an IAR MCF52223_SK eval board,
but may be used on other target hardware as well.

Configurations:
===============

* Debug_RAM:
is prepared to run in internal RAM of
the CPU and used an embOS debug library.
The application is downloaded via J-Link.
The macro file MCF522xx_RAM.mac ensures that
the PC and SP are set correctly after reset.
The CFMCONFIG area is excluded by a #define
NO_CFM_CONFIG_IN_STARTUP in the assembeler setting.


* Debug_Flash:
is prepared to run from the internal Flash of
the CPU and used an embOS debug library.
The application is downloaded via J-Link.


* Release:
is prepared to run from the internal Flash of
the CPU and used an embOS release library.
The application is downloaded via J-Link,
but contains no debug information.

