Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Homepage
Program "lpclcd" sample via USB Bootloader using offline uVision toolchain(MDK)¶
NXP USB Bootloader needs checksum. if you use MDK, needs extra command to create checksum before create .bin file.
You must add project option's "Run User Program After build" section,
$K\ARM\BIN\ELFDWT.EXE !L
see http://www.keil.com/support/docs/3592.htm and http://www.keil.com/support/man/docs/uv4/uv4_ut_elfdwt.htm
If you create .bin on mbed online compiler, or program via JTAG(SWD), this process(option) is not needed.