• 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...
  • 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...
  • USART RECEIVE BUFFER INITIALIZE
    hello i am using the CMSIS USART DRIVER to communicate with a BT module, i am using a stm32f205vft6. when setting the usart interface to receive data , the buffer is always appended with data...
  • 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: /*----------------------------...
  • receive 9-bit data via UART1 using LPC1754
    Hello, How to set up the UART1 to receive a 9-bit data (RS485) message for LPC1754? 1 start bit, 9 data bits, 1 stop bit Is setting parity needed? I get every byte I receive an parity error...