Closed AminTakhtiNejad closed 6 years ago
hey thanks for lib is usart synchronous mode is implemented? i wanted to use slave sync mode, where UCSR1C=(1<<UMSEL1) and baud rate is = 0 is this possible?
Actually it is not implemented.
In slave mode clockrate is limited to fcpu/4 by hardware design, and also interrupts won't keep up at such speed.
hey thanks for lib is usart synchronous mode is implemented? i wanted to use slave sync mode, where UCSR1C=(1<<UMSEL1) and baud rate is = 0 is this possible?