Hey,
I'm working on a StarterWare application using several different UARTS. Currently I'm using the uartStdio library (on UART0) for printing out messages and debugging and I'm trying to use UART5 for another interface. My program seems to be running fine reading UART5 and sending data out on UART5, but once I call UARTModuleReset on UART5 during initialization, I no longer get any of the messages I'm sending to the console (UART0). Anyone have any suggestions for tracking that down?
Gil Crouse