Hitex LPC3250-Stick Board Support Package

This package contains project templates, system files and example programs for the Hitex LPC3250-Stick.

CrossWorks Version 4 Installation Instructions

This package can only be installed if you have the following CrossWorks license bolt-ons:

To install this support package
  1. Click the Tools > Package Manager menu option to open the package manager window.
  2. Right click on the Hitex LPC3250-Stick 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 Hitex LPC3250-Stick 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 CrossWorks Tasking Library Package and NXP LPC3200 CPU Support Package installation instructions.
  2. Download the file Hitex_LPC3250_Stick.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 Hitex LPC3250-Stick 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 Hitex LPC3250 Stick Projects

CrossStudio for ARM supports the Hitex LPC3250 Stick with loading and debugging applications into SDRAM and NAND flash.

To create a new Hitex LPC3250 Stick project
To create a new target interface for the Hitex LPC3250 Stick
To build, load and debug an application running in SDRAM
To load and debug an SDRAM application into the NAND flash.

Hitex LPC3250 Stick Project Specifics

Target Reset Script

The reset script for Hitex_LPC3250_Stick_Target.js supplies the function to set up the clocks and SDRAM.

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.

Board Specific Files

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

Known Problems

Millisecond Timer

The millisecond timer (RTC clock) appears to clock 10 times slower than expected. You can set the preprocessor definition RTC_CLK_32KHZ on the file LPC3200.c to be 32756/10 to workaround this.