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
Set initial PCONP|=0x03000000; You can use UART2 and UART3
It support UART2 and UART3 You can use when New create Start up Code
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).