I am developing a product using STM32F407ZGT.
During multi-communication with other products, it was found that RS-485 communication was not available under 7BIT and ODD conditions.
I am asking for help to solve it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-10 6:13 PM
Please check whether 7BIT communication is not supported for STM32F407ZGT product.
Labels:
- Labels:
-
STM32F4 Series
-
UART-USART
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
2021-06-10 6:51 PM
The STM32F4 support 8 or 9 bits for UART, including the parity bit.
7 data bits + 1 parity bit (odd) is supported.
7 data bits with no parity is not supported.
If you feel a post has answered your question, please click "Accept as Solution".
