最新的MDK410已经解决了这个问题。描述如下:
[Checksum Utility]
Added: ELFDWT utility creates boot checksum for NXP LPC11xx, LPC13xx, and LPC17xx device series. Usage is:
C:\Keil\ARM\BIN\ELFDWT elf_file.AXF
使用方法如下:
The checksum creation can be automated in µVision by entering in the dialog Project - Options for Target - User, Run User Programs After Build/Rebuild, Run #1:
$K\ARM\BIN\ELFDWT.EXE #L
When this command is enabled µVision calls the ELFDWT utility and the required checksum gets inserted into the AXF linker output file. Note that this process is not needed when programs are downloaded using ULINK. ULINK automatically adds the checksum during Flash programming.
然后使用FROMELF命令行生成BIN的文件就可以直接烧入芯片了。
|