Resolved! How to define UART RX pin in initialization? Should we define as alternative function push-pull or floating pin? And why?
We are using STM32F103VCT6 in our projects. We are communicating through RS-485. When we initialize RX pin as alternative function push-pull there occurs a voltage drop on RX pin voltage level. We are curious about UART peripheral GPIO diagram. And w...