Could UART function on lines with 10nF capacitance?
I am using all of the pins of a STM32L471RE in a design.
In manufacturing, there is the need to communicate with the MCU over UART (during Functional Testing (FCT)).
The problem is that all the pins are taken, so there are no free UART ports available.
One idea is to use 2 pins which are not needed during FCT, which have a UART port (UART4). However, these pins have pullup resistors and capacitors, due to their normal function. Shown below.

My questions:
- Could the MCU's UART port still work with the capacitors and pullup resistors? Would the capacitors pull too much current during switching and damage the port?
- If this would work, what baud would you recommend? Obviously it must be low due to the capacitance.
- If the UART would not work on these lines, would the only option be to find pins without capacitors and bit-bang UART?
Thanks for your help.
