USB Bootloader LPC1114FN28/102

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Bootloader LPC1114FN28/102

356 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by qqqyounng on Mon Jun 22 08:09:01 MST 2015
Hi

I will introduce the production example of nonHID.
This is a USB Bootloader of LPC1114FN28/102 (28PIN).

[img]http://hp.vector.co.jp/authors/VA058115/common/Prototype.jpg[/img]

The driver can use libUSB supplied with the 16FUSB.

I've used the WinFormLibUsb (Mr.Joseph Chiu customers' USB host.)
Thanks to him, thank you very much for the wonderful program.

http://libusb.6.n5.nabble.com/Accessing-LibUsb-Win32-with-Visual-C-and-WinForms-td10502.html

[img]http://hp.vector.co.jp/authors/VA058115/common/BootloaderHost.jpg[/img]

Starting the Bootloader and the program writing method

[Write Procedure]
1.Make a boot switch to ON.
2.Connect the USB device.
3.Host program start-up.
4.The following message is displayed in the lower left when properly is started
  "\\.\libusb 0-0001-0x04d8-0x0628"
5.Select a HEX file.
6.Push "File transfer" button.

[Start-up of the written program]
(Continue to 6,USB plug will not be pulled out)
7.Make a boot switch to OFF.
  USB communication is cut off.
  USB device is not recognized.
  It is supplied from the USB power supply only.
8.Push Reset SW.
9.Start User Program.

[Restriction]
The upper limit of the user program size < $6FFC
Bootloader rewrites the reset vector.
(PowerON/Reset --> Pri-Bootloader --> goto User Program)
note:No limit to interrupt the user to use.

Best regards,
DAN

Original Attachment has been moved to: USB1114_src_Bootloader_int12MHz_1.zip

Labels (1)
0 Kudos
0 Replies