Part Number: TL16C554A
Other Parts Discussed in Thread: AM3354,
Dear team,
My customer want to implement 48 port UART. May I know if we could use AM3354 + 12* TL16C554AIPM to extend 48 ports UART? Thank you.
Regards,
Polly
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hey Polly,
Just to be sure, are you going to be putting the serial communication side of the TL16C554A to the AM3354? Or are you going to use the parallel side of the TL16C554A to connect to the AM3354?
I assume it's the former, where you will be connecting between the two devices in parallel. If this is the case, we will need to look at how many GPIO's the device (AM3354) has available and which pins you need to access from the TL16C554A. D0-7, A0-A2, CSa-CSd, IOW, and IOR are all necessary pins you will need to use but you could also need to look at TXRDY/RXRDY and INTa-INTd. The mandatory pins up the GPIO count to 17. If you are using 12 of these devices then you will require atleast 204 GPIOs. So the question is if the AM3354 has 204 GPIOs available.
If this is correct, please let me know. I will change the thread assignment to the sitara group to confirm they have this many pins available.
Thanks,
-Bobby
Hey Biser,
Thanks for the additional comments.
"so probably external buffering will be required too"
I just want to check what you mean by this point, from my analog background buffering means to redrive the signal. Am I correct to assume, you mean buffering in the sense of memory? If so, our TL16C554A does have a 16 byte FIFO to hold data.
"The main question here is how will these external UARTs be driven using GPIOs"
An alternative approach would be to use an I2C I/O expanders (keypad scanner) to handle some of the UART device's I/O ports if bit banging the GPIOs is not supported. This of course would reduce the speed of communication because I2C would require multiple transactions to perform the GPIO bit banging. The advantage here is it would be possible for us to poll the UART data from parallel to serial through the I2C I/O expanders.
My thoughts here are it is possible but difficult to support the 12 UART devices using the Sitara.
-Bobby