This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

geting hex file from lpc1768

Hi guys 

I have NXP LPC1768 microprocessor and  I want export the hex program of lpc1768 to my hex file on my computer to use it again.

can any one   tell me how to get hex file from the  lpc1768 ? 

Parents
  • The easiest way to get the file is:

    1. Sketch > Export Compiled Binary
    2. Wait for the compilation process to finish
    3. Sketch > Show Sketch Folder

    You will find an extra file in the sketch folder, which in this case will have a .hex extension. This is the compiled file which would normally be uploaded to the Arduino Liteblue board via Sketch > Upload.

    Note that the "Export Compiled Binary" feature is only available from Arduino IDE 1.6.5 and newer.

Reply
  • The easiest way to get the file is:

    1. Sketch > Export Compiled Binary
    2. Wait for the compilation process to finish
    3. Sketch > Show Sketch Folder

    You will find an extra file in the sketch folder, which in this case will have a .hex extension. This is the compiled file which would normally be uploaded to the Arduino Liteblue board via Sketch > Upload.

    Note that the "Export Compiled Binary" feature is only available from Arduino IDE 1.6.5 and newer.

Children