| Package Title | LPC3250-Stick Board Support Package |
| Package Version | 2.1 |
| Board | Hitex LPC3250-Stick |
| CPU | NXP LPC3250 |
| Required Additional Packages | None |
| Required CrossStudio Version | 2.0 or later |
This package contains project templates, system files and example programs for the LPC3250-Stick.
Package Installation Instructions
CrossWorks Version 2.x Installation Instructions
To install this support package using CrossStudio:
- Click the Tools > Package Manager menu option to open the package manager window.
- Right click on the LPC3250-Stick 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.
Alternatively, to manually install this support package:
- Download the file Hitex_LPC3250_Stick.hzq using your web browser.
- Click the Tools > Manually Install Packages menu option.
- Select the file you have just downloaded to install the package.
Package Version History
2.1
- Added CTL VFP example.
2.0
- Initial Release.
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
- Select the File | New | New Project menu item.
- Select Hitex 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 create a new target interface for the Hitex LPC3250 Stick
- Open the Targets windows using Targets | Targets menu item.
- In the targets window right click on the STR9-comStick target and select Copy.
- In the targets window right click and select Paste.
- Using the right click menu (on the copied target entry) select rename and change the name to LPC3250-Stick.
- Yet again using the right click menu select Properties.
- In the properties window change the PID entry to be 0x0026.
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 LPC3250-Stick 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 LPC3250-Stick 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.
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 (click to load solution) 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.