Hello
In the project that I developed, using all UART ports, [UART 0...5]. and another Peripheral Interfaces.
I have to use pins:
UART5_TXD_MUX2 |
UART5_RXD_MUX2 |
and
UART3_CTSN_MUX1 |
UART3_RTSN_MUX1 |
But, in the same pins are located SYSBOOT Configuration Pins also known as: LCD DATA 0 ....15.
The situation by configuring the AM335x pins is the following: I do not have much choice on the definition of UART5 and UART3 pins
I must to use this pins.
My questions is:
Can I use UART5 and UART3 without problems?
After initialization, the sysboot pull-up or pull-down resistors it will hinder the work of UART communication?
Тhanks in advance.