Hi,
I want to automatically detect the baud rate of sender and tune my Uart to the same baud rate so that user doesn't have to manually configure the uart communication parameters.
I am using LPC54608J512BD208 microcontroller. Uart is used for Modbus RTU communication over RS485. I want the my slave device i.e LPC546 microcontroller unit to tune automatically to the sender's communication parameters.
Most of the microcontrollers provide auto baud rate detection feature in hardware. I couldn't find this feature in lpc546.
I want to implement autobaud rate detection feature in this microcontroller, how do i go about it?
Thanks & best regards,
Prasanna