Content originally posted in LPCWare by Mike45 on Mon Nov 01 04:54:06 MST 2010
I am using a 1343 embedded artists board with a breakout rs232 connector that i soldered. I am using the UART example that comes in the examples folder for the 1343.
When i posted this message i was using both linux and xp simultaneously on my mac through parallels. With this setup i got no echo back from my terminal program. I tried running the rs232 separately on another mac with parallels and now it echos back data, but in an unpredictable way.
The strangest thing is that the 1343 is running and reporting interrupt cases through IIR_THRE, which was not enabled in my .h file. More wackiness -
If i were to type 205(dec) into the terminal, i receive 0x26 0x2A. Using printfs in my program tell me that the 1343 processed two RDA interrupts, followed by two RLS interrupts, and a THRE interrupt.