Embedded Artists LPC3250 OEM Board Support Package

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

CrossWorks Version 2 Installation Instructions

To install this support package
  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.
  6. Click the Tools > Show Installed Packages.
  7. Click on the Embedded Artists LPC3250 OEM Board Support Package link to view the package and its contents.
To manually install this support package
  1. If you have not done so already, follow the NXP LPC3200 CPU Support Package installation instructions.
  2. Download the file EA_LPC3250_OEM.hzq using your web browser.
  3. Click the Tools > Manually Install Packages menu option.
  4. Select the file you have just downloaded to install the package.
  5. Click the Tools > Show Installed Packages.
  6. Click on the Embedded Artists LPC3250 OEM Board Support Package link to view the package and its contents.
To install this support package using other versions

Release Notes

2.2

2.1

2.0

Documentation

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.