I have two custom boards, one with a STM32F407 MCU that I use as a USART RS485 master, the other configured as a USART RS485 slave that echoes back everything I send from the master.I'm using the HAL libaray, and have successfully tested some simple ...