Question
STM32F4 RS485 and RTS pin
Posted on December 08, 2015 at 12:11
From the description of RTS functionality it seems like it works the way it should for RS485. What do you think? null
Hello there,
I need to implement rs485 communication using STM32F407. I am using MAX487 chip which has a direction pin. I have searched the forums for a hardware solution to this, and found a topic which says that it is not possible:/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a//my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/HowTo%20UART%20with%20RS485%20direction-signal&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=462
But on the other hand, I was wondering isnt it possible to use USART with RTS pin enabled and use that RTS pin as direction control? In that way i would not need to wait for interrupts to manually toggle DE pin.
From the description of RTS functionality it seems like it works the way it should for RS485. What do you think? null