
NXP LPCXpresso54114 Board Support Package
This package contains project templates, system files and example programs for the NXP LPCXpresso54114.
CrossWorks Version 4 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 LPCXpresso54114 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 LPCXpresso54114 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_LPCXpresso54114.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 LPCXpresso54114 Board Support Package link to view the package and its contents.
Release Notes
4.0
- Initial Release.
Documentation
Dual Core Projects
To build and debug a dual-core application that runs in Flash memory
- Load the sample dual-core project.
- Select the _CM4 project as the active project and build it.
- The _CM0 project will be built because it is a dependent project.
- Connect to the target and start debugging. This will load the _CM4 project and then load the _CM0 project because the "Debug Dependent Projects" project property is set to "Yes".
- The debugger will stop in the _CM4 project.
- You can now debug the _CM4 project.
- You can select the _CM0 project using the toolbar in the text editor window.
- The debugger will stop in the _CM0 project.
- You can now debug the _CM0 project.
- At any time you can switch projects noting that the debug state of the project is not changed by the project switch.
- Using the Project Explorer right click on the Solution 'LPC5410x Dual Core Samples' node and select Save Solution As... to take a copy of the project file.