HAL_UARTEx_ReceiveToIdle does not receive data correctly through RS485 IC
I'm using a rs485 IC. I transmit and receive data through it. When I send small amount of data like 10-20 there is no problem but when I try to receive more than 40 HAL_UARTEx_ReceiveToIdle makes nonsense. It receive data different then what I send o...