
NXP LPCXpresso824-MAX Board Support Package
This package contains project templates, system files and example programs for the NXP LPCXpresso824-MAX.
CrossWorks Version 3 Installation Instructions
- To install this support package
-
- Click the Tools > Package Manager menu option to open the package manager window.
- Right click on the NXP LPCXpresso824-MAX 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 NXP LPCXpresso824-MAX Board Support Package link to view the package and its contents.
- To manually install this support package
-
- If you have not done so already, install the following packages:
- Download the file NXP_LPCXpresso824_MAX.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 NXP LPCXpresso824-MAX Board Support Package link to view the package and its contents.
- To install this support package using other versions
Release Notes
1.4
- Corrected constant section name used when compiling CMSIS system code.
1.3
- Updated examples to work with LP800 support package version 1.4.
1.2
- Now uses CMSIS 5 packages.
1.1
- Added MTB support.
- Added CMSIS-DSP samples.
1.0
- Initial Release.
Documentation
Using Micro Trace Buffer
To use the Micro Trace Buffer (MTB):
- Set the Target Trace Options > Trace Interface Type project property to MTB.
- Set the Target Trace Options > MTB RAM Address and Target Trace Options > MTB RAM Size project properties so that they describe an area in internal SRAM to store the MTB. The MTB address should be aligned to the size. The MTB can't be located in an area of RAM used by the program, you could ensure this by modifying the RAM segment description in the memory map file.
- Click Debug > Other Windows > Execution Trace to view the execution trace window.