2015-03-17 11:28 PM
I use the STM32CubeMX.
However, it has a wrong configuration problem for UART. I want to use the asynchronous RX only mode, but it's not configurable. My configuration procesures: 1. Configuration -> Peripherals -> UART4 as Asynchronous Then 2 pin is set as UART4_TX, UART4_RX 2. I want to use the RX only, so I disable the TX pin. Then the UART4 configuration is changed as Disable. As a result, I can't configure as Asynchronous RX only mode. #cubemx #stm32cubemx2015-03-30 03:50 AM
You have to select single wire (Half-Duplex) mode, then the TX pin can be used for both reception and transmission.
RX pin will be free.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.