nucleu-h745zi-q rs485 without external module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-15 12:14 PM
Hello
// nucleu-h745zi-q
I want to use hardware flow control rs485
Previously, i used an external module because there was only rs232 (f103).
** question ** . With this feature, can the module be removed and the microcontroller directly connected to A B receiver?
- Labels:
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-15 12:37 PM
No.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-15 12:38 PM - edited ‎2024-01-15 12:42 PM
Hi,
You need to connect a rs485 driver, thats all. And set a UART to 485-mode (thats capable to do this).
Something like DS485M (from Ti) .
look at mouser ... many :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-15 1:14 PM
Thank you for your answer
I used to run rs485 easily without hardware flow control
I would like to know what difference will be made by adding this feature?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-15 3:30 PM
The ST-LINK on the NUCLEO does not implement RS232 levels.
RS485 differential pairs need a transceiver, and a control signal to enable the driver. Direction rather than "flow" control
Perhaps RS422 where you have a separate pair for each of transmit and receive signals?
Up vote any posts that you find helpful, it shows what's working..
