Skip to main content
just4you
Associate III
March 18, 2015
Question

STM32CubeMX configuration bug report

  • March 18, 2015
  • 1 reply
  • 684 views
Posted on March 18, 2015 at 07:28

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 #stm32cubemx
This topic has been closed for replies.

1 reply

Amel NASRI
ST Technical Moderator
March 30, 2015
Posted on March 30, 2015 at 12:50

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 "Best Answer" on the reply which solved your issue or answered your question.