Question
UART Transmit only? or how do i reliably remove UART configuration from the RX pin?
Hi,
I'm using a UART for "printf" debugging so it's only transmitting, it never receive, so i'm not using the RX pin for anything so i would like to know if:
- Is reliable to set the RX pin to perform another function?
- If so, can i do it directly on CubeMX? I tried but when i set the RX pin to another function the configuration of the uart on the left pannel gets deactivated.
- I guess is it possible to do it, i only should place a function to reconfigure the RX pin to another function just after the PERIPHERAL_Init section, but the UART driver will be still working?
- Have you tried something similar?
Regards :beaming_face_with_smiling_eyes:
