Bit and Byte synchronous differ in the flow control mechanism of the serial port. Byte synchronous requires that the host MCU toggle its SRDY line before an entire byte (8-bits) is sent or received by ANT. Bit synchronous requires that the host MCU toggle its SRDY line before each bit is clocked by ANT. That is, ANT will not generate a clock transition unless it detects an SRDY falling edge. Byte synchronous is most appropriate if using a hardware SPI module in the host MCU. Bit synchronous should be used if there is no hardware support for either synchronous or asynchronous serial communication on the host MCU and the entire interface must be implemented in software using GPIOs. This is also known as â??bit-bashingâ?.
Signature
For a complete list of frequently asked questions and answers, please view the FAQ user profile by clicking on the FAQ user name.