• NXP LPC17xx USB Secondary Bootloader
    Hi, I'm using 'NXP LPC17xx USB Secondary Bootloader'. I read the whole "AN10866.pdf" which commes together with the code on this link: ics.nxp.com/.../an10866.zip I did everything as described...
  • LPC17xx bootloader jump to application
    Hello, I'm working on a bootloader for the lpc1754. This bootloader downloads an application to flash (address 0x6000). When download is succesfull, it has start the new software from address 0x6000...
  • Boot ROM Question of NXP LPC17xx
    Note: This was originally posted on 9th June 2011 at http://forums.arm.com Hi, I am about to use LPC17xx to do some work. But I don't quite understand it's boot ROM remapping.  According to ARMv7 architecture...
  • NXP LPC17xx re-invoke booloader solved
    I'm posting this in case it helps someone else someday. I had been having a problem where an NXP LPC17xx part would boot fine if P2[10] was held low, but would crash in the middle of using the bootloader...
  • USB CDC on LPC17XX
    Hello! I need to send arrays of data over the USB to PC with use of USB-CDC example offered by KEIL (LPC1768). The code goes something like that: unsigned char dataToSend[] = {'L','E','O','S...