• some confusion about UART1 TX FIFO.
    Hi, I want to send command an array of hexadecimal values together to my device pn544 through uart1. Basically,save the command in TX FIFO and transmit the bytes together here is part of my code....
  • some confusion about UART1 TX FIFO.
    Hi, I want to send command an array of hexadecimal values together to my device pn544 through uart1. Basically,save the command in TX FIFO and transmit the bytes together here is part of my code....
  • MCB2300 UART1 troubles
    I'm trying to use both UART0 and UART1 to communicate with 2 different devices. Adapting example code, I try to initialize both of them as so. PINSEL0 |= 0x00000050; /* Enable TxD0 and RxD0 */ ...
  • MCB2300 UART1 troubles
    I'm trying to use both UART0 and UART1 to communicate with 2 different devices. Adapting example code, I try to initialize both of them as so. PINSEL0 |= 0x00000050; /* Enable TxD0 and RxD0 */ ...
  • 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...