• LPC1754, uVision4, Boot Rom - RAM change
    I use LPC1754, and Keil uVision4. I have a small code that use noinit memory , at the end of the first region of RAM From 0x10003F00 to 0x10003FFF. - 256 bytes. I zeroed this region, and make reset...
  • LPC1754, uVision4, Boot Rom - RAM change
    I use LPC1754, and Keil uVision4. I have a small code that use noinit memory , at the end of the first region of RAM From 0x10003F00 to 0x10003FFF. - 256 bytes. I zeroed this region, and make reset...
  • LPC1754
    Hi, to all please help me i have checked the nxp usb host lite example with ulink 2 debugger,its gets stuck at void Host_WDHWait (void) { while (!HOST_WdhIntr) { ; } HOST_WdhIntr = 0; } ...
  • LPC1754
    Hi, to all please help me i have checked the nxp usb host lite example with ulink 2 debugger,its gets stuck at void Host_WDHWait (void) { while (!HOST_WdhIntr) { ; } HOST_WdhIntr = 0; } ...
  • JUMP FROM BOOT PROGRAM TO APPLICATION PROGRAM
    I want to jump from a boot program to another program saved in another address with C166, What are the steps I must follow?