• Receive Buffer lpc1768
    Hey, I tried to debug your example with the CAN-Bus (cantest.c). (1) there are two counters CAN1RxCount and CAN2RxCount but there are never requested (2) When I debug this program I have always...
  • UART data Receiving
    Hi All, I am trying to receive data from UART and keep it in Receiver buffer. I need to check character by character whether the data received is a printable ASCII character or not. I am using LPC1768...
  • uart 3 not receiving
    i wrote a code for uart3 but the data was not receiving ,i checked all pheripherals like power control and pinsel regsistery and baudrate too, here i posted my code please do the needfull as soon as...
  • Problem with LPC1768 UART
    Hi I have some problem with LPC1768 UART1 and FIFO. 1. I use RTX project and in initializing Uart send a string and with receive an response start my tasks. but in receive sequence I RECEIVE ONLY...
  • LPC1768 UART FIFO
    Dear all, I have been using LPC1768 UART for a while now. So far I have always set the trigger level to 1 byte and have not really used FIFO. Now I am intended to set the trigger level to 14 bytes...