
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 3 Installation Instructions
This package can only be installed if you have the following CrossWorks license bolt-ons:
- ARM License
- To install this support package
-
- Click the Tools > Package Manager menu option to open the package manager window.
- Right click on the Embedded Artists LPC3250 OEM Board Support Package entry and select Install Selected Packages.
- Click Next to take you to the summary page.
- Click Next to install the package.
- Click Finish to close the package manager window.
- Click the Tools > Show Installed Packages.
- Click on the Embedded Artists LPC3250 OEM Board Support Package link to view the package and its contents.
- To manually install this support package
-
- If you have not done so already, follow the CrossWorks Tasking Library Package and NXP LPC3200 CPU Support Package installation instructions.
- Download the file EA_LPC3250_OEM.hzq using your web browser.
- Click the Tools > Manually Install Packages menu option.
- Select the file you have just downloaded to install the package.
- Click the Tools > Show Installed Packages.
- 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
- Changed default debug handler for new projects to be None and added a coprocessor execute address property to enable VFP registers to be viewed.
- Uses standard CTL VFP sample as shipped in CrossWorks for ARM version 2.3.0.
- Uses CrossWorks for ARM shared sample source code.
- Added OnConnect function to target script to enable ETM usage.
2.1
- Uses latest NXP CDL software to initialise clocks and SDRAM.
2.0
- Initial Release.
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
- Select the File | New | New Project menu item.
- Select Embedded Artists from the Manufacturers category list.
- Select the required project template type from the Project Templates list.
- Set the required project name and location directory.
- Click OK.
To build, load and debug an application running in SDRAM
- Select the project to work on by using the Project | Set Active Project menu option.
- Select the SDRAM placement by clicking on the project node in the project explorer.
- Build the project by using the Build | Build Project menu option.
- Connect to the appropriate target in the target window.
- Download and start debugging the current project by using Debug | Start Debugging.
To load and debug an SDRAM application into the NAND Flash.
- Connect to the appropriate target in the target window.
- Right click on the project node in the project explorer and select Program NAND. Note that the NAND flash must have been initialised by downloading the NAND Flash Init application which is supplied in the loader solution.
- Start debugging by using Debug | Reset and Debug.
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 NXP LPC3200 CDL, for example LPC3250_SAMPLES=c:/nxpmcu_lpc32xx_cdl_v201/nxpmcu/software.
builds the NXP LPC3200 CDL library. This project requires the global macro LPC3250_SAMPLES to be defined to be the root of the installedFlash Loaders
The loaders library is used by the secondary boot loader to initialise the clocks and SDRAM.
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 theBoard Specific Files
The file EA_LPC3250_OEM.c provides a led and button pressed function.