Objective

In this tutorial, we will be discussing how to upload the .hex and .bin files to Lpc1768 board.
For flashing the hex files, we will be using the flash magic software along with a Usb to Serial converter.


The board is shipped with USB bootloader. If you want to use it directly follow the steps on how to flash the bin file. '

Generating .hex File

Check the tutoial LPC2148 Keil Setup for generating the .hex file using keil.


.Hex Using Flash Magic

You need a USB to Serial(UART) converter in order to get this working. The neat thing about the NXP controllers is, they come with a UART bootloader from the factory. LPC2148FlashMagicConnection.jpg

Lpc1768 Usb2Serial.jpg


Note: If your converter does not have DTR and RTS lines, "hold down the ISP/PRI_BLD switch, RESET the board(press and release reset switch) and then release the ISP switch ". Now the Boot Controller will be in ISP/PRI_BLD mode and you can flash the hex file using flash magic.

Now open the flash magic software and follow the below steps.

  1. Select the IC from Select Menu.
  2. Select the COM Port. Check the device manager for detected Com port.
  3. Select Baud rate from 9600-115200
  4. Select None Isp Option.
  5. Oscillator Freq 12.000000(12Mhz).
  6. Check the Erase blocks used by Hex file option
  7. Browse and Select the hex file.
  8. Check the Verify After Programming Option.
  9. If DTR and RTS are used then go to Options->Advanced Options-> Hardware Config and select the Use DTR and RTS Option.
  10. Hit the Start Button to flash the hex file.
  11. Once the hex file is flashed, Reset the board. Now the controller should run your application code.

0 Lpc2148FlashMagic.jpg

Have an opinion, suggestion , question or feedback about the article let it out here!