Line 24: Line 24:
 
#Select Baud rate from 9600-115200
 
#Select Baud rate from 9600-115200
 
#Select None Isp Option.
 
#Select None Isp Option.
 +
#Set the freq as 12000000(12Mhz).
 
#Check the Erase blocks used by Hex file option
 
#Check the Erase blocks used by Hex file option
 
#Browse and Select the hex file.
 
#Browse and Select the hex file.

Revision as of 12:07, 8 March 2016

Explorer (talk) 17:50, 7 March 2016 (IST)


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.
To upload the .bin, no external hardware is required but board should have the secondary boot loader.

Using Flash Magic

You need a USB to Serial(UART) convertor in order to get this working. The neat thing about the NXP controllers is, they come with a UART boot-loader form the factory. Even though we put a USB boot-loader on top it, the serial boot-loader is still there for you.



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 Contoller 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 manger for detected Com port.
  3. Select Baud rate from 9600-115200
  4. Select None Isp Option.
  5. Set the freq as 12000000(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.

.