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

NXP LPC1113 Uart tie-in to uVision

I am trying to learn to use the uVision IDE from Keil on an Open1114 development board and cannot seem to get the UART simulation. I am using a simple UART program that came with the IDE that prints a message and then will echo Ascii characters with the hex value.

I can connect with the development board through the com interface and program it with the "Flash Magic" program.

However, I cannot see any output on any of the "virtual" UARTs of the IDE and cannot seem to input a character. The program is always at the reading of the UART_receive routine, looking for a character as if there is not a character available and the breakpoints that are set are not hit.

How do I select the "virtual" UART under the IDE so I can test the code ?

0