STM32CubeMX configuration bug report
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-03-17 11:28 PM
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
Labels:
- Labels:
-
STM32CubeMX
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-03-30 3:50 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
