• 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...
  • 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...
  • 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; } ...
  • MCB2300 only receiving last byte in UART1 FIFO
    Hi, I'm having some issues with reading in a serial stream on UART1. For some reason, I'm only able to receive the last byte of my message. Some code snippets: /*----------------------------...