Readme.txt for BSP for M52223EVB

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

Readme.txt for the sample start project
for M52223EVB

Supported hardware:
===================
The sample project for Freescale ColdFire M52223EVB
is prepared to run on an M52223EVB 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.
The VBR_ADDRESS has to be set to 0x20000000 in the
project settings or linker file.


* 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.



