• UART2 and UART3 not working on MCB1768
    We recently received the MCB1768 evaluation board off your site. I have both uart0 and uart1 succesfully transmitting data but I do NOT have uart2 and uart3 transmitting data. Yes, I have enabled their...
  • UART2 and UART3 not working on MCB1768
    We recently received the MCB1768 evaluation board off your site. I have both uart0 and uart1 succesfully transmitting data but I do NOT have uart2 and uart3 transmitting data. Yes, I have enabled their...
  • try a software UART, code is at silabs, for UART2
    Try a software UART, code is at silabs, for your second UART. That way you can use the same stuff you already have. It will take away some of the processor steam but you can use timer interrupts to keep...
  • try a software UART, code is at silabs, for UART2
    Try a software UART, code is at silabs, for your second UART. That way you can use the same stuff you already have. It will take away some of the processor steam but you can use timer interrupts to keep...
  • Again UART2 and UART3 - (not being simulated) - Help Needed
    Dear All, I found lots of threads regarding UART2 and UART3 for LPC2378 With keil simulator not working and , how to work around tom get resolve This issue using PCONP and all that. Still I...