• UART register's
    What is the difference between RDA(receive data available) and RDR (receive data ready)? In IRQ where exactly the data should be collected in UART_Buffer[].
  • uart pack installer issue
    Dear All, I'm trying to implement "UART" into the cortex-m3 by using uVision5.24. So I opened pack installer of uVision. But I can't find any regarding of UART in Pack Installer. All Devices...
  • UART Tx issues
    I have a windows app that sends the following 8 bytes to the NXP LPC2478 UART2 at 38400, 8 bits 1 stop. 01 06 02 00 01 03 09 9B Once received the NXP echos these bytes back to PC. What I...
  • C8051F320 UART Issue
    I know my MAX487EESA UART Transeiver chip is sending data to the recieve pin on the F320, as I can watch high and low activity on the scope. The baud rate needs to be 460800 from my device and I have...
  • LPC932 and UART Issue
    Hi, I have a problem when using the LPC932. By Enabling the UART Break Detect Reset through AUXR1 |=0xC0; (also selecting clock low power) the LCP932 does not executed. I know this because in my program...