• 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...
  • 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...
  • 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...
  • Invoking a function
    An assembly question here. Whenever we want to invoke a function, say "TESTING", we would have to use the commands like CALL, JMP ...ETC.. TESTING: MOV R0,#33 ; ; ; Is it possible that...
  • Invoking Debugger on a Running Program
    Can the debugger be setup to 'capture' the current C program execution location of a program running in flash if it is not running when the program starts execution? When I worked with the TI GO DSP...