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?
2024-01-15 12:37 PM
No.
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 :
2024-01-15 01: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?
2024-01-15 03: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?