Content originally posted in LPCWare by Ziemowit on Tue Sep 18 05:51:05 MST 2012
Ad #1 I'm talking about LPCXpresso LPC1114 (sorry)
Ad #2 Nice video :) As I see, pull-ups are not necessary...
Ad #3 :O I took it from LPC111x User Manual (UM10398 Rev. 11), table 159 on page 143:
[I]PIO0_3 — General purpose digital input/output pin. This pin is monitored
during reset: Together with a LOW level on pin PIO0_1, a LOW level starts
the flash ISP command handler via C_CAN and a [COLOR=Red]HIGH level starts the
flash ISP command handler via UART[/COLOR].[/I]
If I understand well, low level calls CAN routine of bootloader, but I pulled down this pin, as you suggested and... it works!!! Now I can upload hex via UART :)
So I have to thank you, Zero :) It seems you're right! But what about NXP doc?