This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UART2 and UART3 simulation in keil 3.11

Hi I configured UARTS of lpc2378 using keil version 3.11 .In simulator i got the output for uart0 and uart1 ...but
uart2 and uart3 are not working.I also configured power on bit in the pconp register.....I want to know whether keil 3.11 supports UART2 and UART3 simulation...please help me

Parents
  • Hi,
    UART2 and UART3 are fully simulated for the LPC23xx. Check if you have also configured the RxD/TxD in the Pin Connection Block and make sure that you assign the UART to a serial window (otherwise you won't see any output). Use the ASSIGN command (UART0 and UART1 are already assigned to Serial Window 1 & 2, but not also UART 2 & 3).

Reply
  • Hi,
    UART2 and UART3 are fully simulated for the LPC23xx. Check if you have also configured the RxD/TxD in the Pin Connection Block and make sure that you assign the UART to a serial window (otherwise you won't see any output). Use the ASSIGN command (UART0 and UART1 are already assigned to Serial Window 1 & 2, but not also UART 2 & 3).

Children
No data