• NXP LPC17xx USB Bootloader
    Hi people! I'm using the keil MDK 4.11 and can't compile the USB bootloader for lpc17xx. I receive a lot of the errors like this: "memory.c(14): error: #5: cannot open source input file "LPC17xx...
  • lpc17xx IAP and booting
    Hello everyone, I'm having a little issue with flashing (and booting) program from another program itself running on the flash (IAP). Let me start by expliciting the context : - IDE : µvision4 ...
  • 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...
  • 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...
  • LPC17xx Interrupt
    Hi everyone I wrote a simple program for timer0 of lpc1768 it works but I do not know after the interrupt what to do and how can I jump to vector address of timer0 , the interrupt state is pending...