You are viewing an older revision! See the latest version
m0 beta
Getting up and running with the beta mbed NXP LPC11U24
This is a beta; expect some rough edges!
Setup¶
Signup by plugging in the mbed, and clicking on the mbed.htm file.
- If you are already an mbed user, you can add it to your existing account by loging in beforehand
- If the board has already been registered, use the signup code provided to setup.
Once you are logged in, you need to switch to "betamode" by following the link:
Warning
You must be in betamode for this to work!
Starting Point and Creating New Programs¶
Whenever you start, rather than using "new program", import the basic hello world to ensure the beta libraries are pulled in:
Click the link, and choose import program. This project includes the libraries needed to target the LPC11U24
Workshop Notes¶
- mbed NXP LPC11U24 - Hello World Handouts (A4) 4Mb
- mbed NXP LPC11U24 - Hello World Slides (English) 2Mb
Workshop Projects¶
You can import these projects to get the code examples:
- Lab 1 - Basic IO: http://mbed.org/users/chris/programs/m0-AnalogIn/latest
- Lab 2 - Interrupts and Timing (Ticker): http://mbed.org/users/chris/programs/m0-Ticker/latest
- Lab 2 - Interrupts and Timing (InnterruptIn): http://mbed.org/users/chris/programs/m0-InterruptIn/latest
- Lab 2 - Interrupts and Timing (both): http://mbed.org/users/chris/programs/m0-TickerInterruptIn/latest
- Lab 3 - Filesystem and file handling: http://mbed.org/users/chris/programs/m0-Filesystem/latest
- Lab 4 - Sleep and Deepsleep (sleep): http://mbed.org/users/chris/programs/m0-sleep/latest
- Lab 4 - Sleep and Deepsleep (deepsleep): http://mbed.org/users/chris/programs/m0-deepsleep/latest
- Lab 5 - USB Device (keyboard): http://mbed.org/users/chris/programs/m0-USBKeyboard/latest
- Lab 5 - USB Device (mouse): http://mbed.org/users/chris/programs/m0-USBMouse/latest