I'm trying to set up uart communication (U5) between two EK-TM4C1294XL. The EK on the bottom is the
transmitter EK, the one on top is the receiver EK.
Both uarts are setup in 9 bit mode with fifo disabled. The 9bit output is displayed through U0 on PuTTY
formatted as a 16 bit integer.
Every 10 seconds, the transmitter EK sends a hex number to the receiver EK. When debugged alone (no
receiver EK), the transmit byte is displayed on PuTTY correctly. The receiver EK should send back a different
byte in response. Both uarts are set up with an interrupt on receive mode only.
Should one EK have an external power source? I currently have both EKs powered through the same computer.
The receiver EK is not responding correctly. I have not seen the uart outputs on the scope yet, I will if I must.
The EKs are listed on separate com ports, but I see PuTTY working only on the transmitter EK com port. It doesn't
matter which EK is hooked up to the U0 Rx jumper, the only byte I see on PuTTY is the transmitted byte.
Is it possible for an USB stick to independently power an EK? Will the USB stick example help set this up?
Or should I look for a battery for this?
Thank you,
Priya