Readme.txt for the sample start project
for M52233DEMO

Supported hardware:
===================
The sample project for Freescale ColdFire MCF52233
is prepared to run on an M52233DEMO 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 the onboard
P&E Micro debugger.
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 P&E Micro
using the default flash loader.


* Release:
is prepared to run from the internal Flash of
the CPU and used an embOS release library.
The application is downloaded via P&E Micro
using the default flash loader
The application contains no debug information.




