Review: BlueBoard-LPC1768

Jeffrey wrote a review of the NGX technologies BlueBoard LPC1768 Cortex-M3 development board. It comes with a unique USB bootloader that appears as a USB flash drive. Just drag a firmware update into the drive.

The greatest advantage of this board is that it can be flashed using its USB port. There is no seperate flashing tool hardware or software needed. Just plug the board into the USB port and press a button sequence. The board will appear as an mass storage device(like our USB pen drives). The compiled bin just has to be pasted into the drive. Once the reset button is pressed, the new compiled software will start to work.

Join the Conversation

13 Comments

    1. It wouldn’t be bad if not for the shipping charge to the US. Approximately 1600 rupees or another $30.00.

  1. BTW, NGX was the first(?) out with a NXP Cortex-M4 dev board. It’s kind of (is?) the M4 LPCxpresso board for NXP, at least so far.

  2. I don’t have time to dig through this product’s files. Is the drag and drop bootloader open-source? If so, what’s the license.

    1. If you are too lazy to Google it, just email the company, they will know.

      NXP chips have a bootloader in ROM.

      1. You are right makomk, I was thinking about the 13xx parts, it seems that the 17xx ones do not have a USB bootloader in ROM.

  3. I believe there is NXP sample code to do it as well, might be what they have based it off. It’s built in to some of the LPC’s as well. LPC11U has a built in USB stack in ROM, it has a boot pin that activates a Mass storage device that lets you drop a hex file into it for flashing.

  4. Hello

    The drag and drop bootloader is indeed open source.
    When you install LPCXpresso it installs a lot of examples for all LPC1XXX microcontrollers and I found a USB bootloader example that leaves 448Kbyte of user space.
    Haven’t tested it so it could be that NGX edited it a bit.

Leave a comment

Your email address will not be published. Required fields are marked *

Notify me of followup comments via e-mail. You can also subscribe without commenting.