Hello All,
I am using STM8S208MB micro controller in my project having two UART interfaces as follows:
--UART with clock output for synchronous operation - LIN master mode
--UART with LIN 2.1 compliant, master/slave modes and automatic resynchronization
The STM8 UARTs don't have the flow control bits.
I would like to know how I will interface this MCU with ANT device.
With reference to the document named â??Interfacing with ANT General Purpose Chip-sets and Modules
D00000794 Rev2.0â?, RX, TX and CTS lines are required of the host MCU.
How should I proceed further?