Embedded Artists LPC3250 OEM Board Support Package

This package contains project templates, system files and example programs for the Embedded Artists LPC3250 OEM Board.

Package Installation Instructions

CrossWorks Version 2.x Installation Instructions

To install this support package using CrossStudio:

  1. Click the Tools > Package Manager menu option to open the package manager window.
  2. Right click on the Embedded Artists LPC3250 OEM Board Support Package entry and select Install Selected Packages.
  3. Click Next to take you to the summary page.
  4. Click Next to install the package.
  5. Click Finish to close the package manager window.

Alternatively, to manually install this support package:

  1. Download the file EA_LPC3250_OEM.hzq using your web browser.
  2. Click the Tools > Manually Install Packages menu option.
  3. Select the file you have just downloaded to install the package.

Package Version History

2.1

2.0

Creating EA LPC3250 OEM Projects

CrossStudio for ARM supports the EA LPC3250 OEM board with loading and debugging applications into SDRAM and into the NAND flash.

To create a new EA LPC3250 OEM Board project
To build, load and debug an application running in SDRAM
To load and debug an SDRAM application into the NAND Flash.

Embedded Artists LPC3250 OEM Project Specifics

Target Reset Script

The reset script for EA_LPC3250_OEM_Target.js supplies the reset script to set up the clocks and SDRAM. The reset script executes a program in IRAM to set up the clocks and SDRAM. This progam can be built with this project which in turn uses the NXP LPC3200 CDL which has been built into the library EA_LPC3250_OEM_lib.a.

Building EA_LPC3250_OEM_lib.a

The project builds the NXP LPC3200 CDL library. This project requires the global macro LPC3250_SAMPLES to be defined to be the root of the installed NXP LPC3200 CDL, for example LPC3250_SAMPLES=c:/nxpmcu_lpc32xx_cdl_v201/nxpmcu/software.

Flash Loaders

The loaders solution has projects to build the flash loader and secondary boot loader for the NAND Flash. This solution also contains the NAND flash initialisation application. Note that the library is used by the secondary boot loader to initialise the clocks and SDRAM.

Board Specific Files

The file EA_LPC3250_OEM.c provides a led and button pressed function.