• 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; } ...
  • receive data in buffer uart1
    hi.. I am using LPC2387 board. By using sample code of UART1 i am trying to store data in buffer. I am sending Data using .exe Data sent by .exe is in byte. but I cant store this data in buffer...
  • 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...
  • 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...
  • UART1
    Hi at All In LPC2364 the TX1 and RX1 pin on Uart1 are present in Port0 and Port2,is possible use both this pin for receive and transmit the data from two system? when device1 transmit/receive on Uart1...