User manual
LPC4357 Developer’s Kit - User’s Guide
Page 51
Copyright 2012 © Embedded Artists AB
A *.bin file must be created. In Keil uVision this is done by adding the following
user command:
fromelf --bin -o "$L@L.bin" "$L@L.axf"
See the project files in the sample applications for how it is added to the compile
process.
Settings in lpc_dfusec
Use the "HDR/RAW modes" tab. Point to the binary file and make sure that the "Auto
append header..." checkbox is ticked.
Figure 31 – LPC DFU Download Options
2) Download to internal FLASH (code size ≤512Kbyte)
Make sure that the application fit within 512Kbyte and setup linking to place it in FLASH
starting at address 0x1A000000.
A header must be added to the binary that represents that application. . In Keil
uVision this is done by adding the following user command:
$K\ARM\BIN\ELFDWT.EXE !L BASEADDRESS(0x1A000000)
See the project files in the sample applications for how it is added to the compile
process.
A *.bin file must be created. In Keil uVision this is done by adding the following
user command:
fromelf --bin -o "$L@L.bin" "$L@L.axf"
See the project files in the sample applications for how it is added to the compile
process.
Settings in lpc_dfusec
See Figure 32for details of the description below.
1. Use the "Program Mode" tab.
2. Only “Step 0” is used.
3. For “Algo”, select the file
Programming_algorithms\iram_dfu_util_iflash.bin.hdr