1
Plug It In!2
Get Software3
Build, RunSign in to save your progress. Don't have an account? Create one.
Let's take your LPC8N04 Development Board for a test drive! You have the choice of watching the sequence in a short video or following the detailed actions list below.
On windows 7 or 8 platforms, before using your board it is recommended that you install the VCOM device driver. Start by downloading the firmware and driver package and from here. For Windows 10, MacOS and Linux platforms you can skip this step and go straight to 1.2.
If using Windows 7 or 8, run the device driver installation executable file that is included in this package.
Something went wrong! Please try again.
Using the supplied micro USB cable, connect J4 on the board to a host computer or install a battery in one of the coin cell battery holders. Turn the board over an observe the 5 x 7 array of LEDs – the LEDs in the center column will repeatedly light in turn (note that the LEDs will go out after a few minutes to save power (in case a battery is being used).
On an NFC-enabled Android phone, go to the Google Playstore and download the free NXP LPC8N04 application. After first ensuring you have NFC enabled in your phone setting, start the App and then place the phone over the antenna section of the LPC8N04 board. You will see a message scrolling across the LED array.
The demo application has several more features; please refer to the board user manual for a full description of how to use these.
Something went wrong! Please try again.
LPC8xx Family Code Bundles are easy to understand drivers and examples, with full source code provided.
Something went wrong! Please try again.
NXP offers a free, GNU/Eclipse based toolchain called MCUXpresso IDE.
Want to use a different toolchain?
No problem! LPC8N04 board support packages are also available for IAR and Keil.
Something went wrong! Please try again.
Some Code Bundle UART examples set up for IAR and Keil tools use the MCU UART for print output, and this is also an option for the MCUXpresso IDE. If you are not sure how to use a terminal application try one of these tutorials:
Not sure how to use a terminal application? Try one of these tutorials:
Something went wrong! Please try again.
Tera Term is a very popular open source terminal emulation application. This program can be used to display information sent from your NXP development platform's virtual serial port.
Something went wrong! Please try again.
PuTTY is a popular terminal emulation application. This program can be used to display information sent from your NXP development platform's virtual serial port.
Something went wrong! Please try again.
Note that MCUXpresso IDE (version 10.1 or later) has built-in knowledge of the LPC8N04, so does not require any installation steps. Follow the steps below to build and run a simple example from the LPC8N04 Development Board BSP – a set of drivers and example code from NXP. This BSP can be downloaded from the Software and Tools tab of the board page on nxp.com.
1. Download the BSP from nxp.com.
2. Open a new workspace in the IDE (you can create a new workspace by typing in a directory name of your choice when the IDE starts up.)
3. In the Quickstart panel of the IDE, click in “Import project(s) from the file system”.
4. In the “Import project(s) from file system...” dialog box that opens, click “Browse...” in the Project Archive (from zip) section, and select the BSP downloaded from nxp.com (as described in Step 1 above.) Click “Next >” on the “Import project(s) from file system...” dialog to continue.
5. You will see several projects listed in the Code Bundle; click “Finish” to import them all.
6. The dialog box will close, and you will see the imported projects in the Project tab at the upper left window of the IDE. Click on demo_app to select it, then select Build from the Quickstart panel. You will see the build processing in the Console window to the right of the Quickstart panel. The projects are set up to include dependency checking, so the build process will automatically build the utility and peripheral libraries as well as the example program.
7. Ensuring the Board is connected to the host computer, click Debug in the Quickstart panel. The IDE will search for available debug probes. Select the debug probe that appears for your board, then click OK. Note that the IDE will remember your selection for the next time you debug this project, so will not prompt for this again, unless it cannot find the board.
8. The code will execute to main(). Press F8 to resume and run the program. You will now see the demo application running, as described in part 1 of the Getting Started Guide.
Something went wrong! Please try again.