• LPC1754. Secondary boot. Jump to Application.
    I use LPC1754 for my project. As I can't get boot source from NXP, I made secondary boot program. It is writed in sector 0 and 1 in flash. When power up, real boot execute my secondaray boot program...
  • LPC1754. Secondary boot. Jump to Application.
    I use LPC1754 for my project. As I can't get boot source from NXP, I made secondary boot program. It is writed in sector 0 and 1 in flash. When power up, real boot execute my secondaray boot program...
  • 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; } ...
  • full SRAM of LPC1754 is not accessible
    Hi all, I am using LPC1754 Microcontroller for our project. I am unable to access whole 32K SRAM of LPC1754. As soon as I tries to use SRAM more than 16K my application gets hang. Does there are some...