Which STM32 ICs have Hardware RS485 Flow Control options built-in (DEAT, DEDT, DEM bits)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 5:49 AM
The STM32F070RBT has Hardware Flow Control for RS485, with DEAT, DEDT and DEM bits in USART_CR1 and USART_CR3 registers.
How do we identify which series of ICs have these features easily? Is it a particular series or type? The STM32F4 IC we are currently using does not have this option however it is not highlighted as different on the datasheets.
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 6:08 AM
You'd need to look at this historically - the RS485 features first appeared in 'F0/'F3.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 6:08 AM
You'd need to look at this historically - the RS485 features first appeared in 'F0/'F3.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 6:09 AM
F1,F2,F4 and L1 were designed before F0/F3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 7:08 AM
Thanks both. Can it be assumed that all F0/F3 UARTs have this feature do you know?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 9:03 AM
I don't know.
But in general: if it is important, don't "assume", check it, work through the datasheets.
