Hello All,
I'am using TM4C123 LAUNCHPAD and another TIVA C SERIES MCU TM4C129. I want to send the ADC data of 8 analog inputs from launchpad to TM4C129 MCU via UART.
Now ADC data is 12 bits and via UART we can send maximum 8 bits at a time. So I'am first converting the 12 bit data into 16 Bits and sending it in two packets of 8 bits .
On the receiving end I convert it back to 16 bits and use the data so that i do not have data loss.
However , BY this way I'am only able to send the data of maximum 4 ADC pins . How can I Send the remaining 4 ADC Pins Data.
My limitation is that I cannot use another UART Port.