??? 04/17/09 01:22 Modified: 04/17/09 01:27 Read: times |
#164680 - TI flag is set at the begin of (first) stop bit! Responding to: ???'s previous message |
Chico said:
Its really necessary to wait 8 uS after sending the byte? Making this wouldnt be 3 stop bits? The UART sets the TI flag at the begin of stop bit. So, from the moment on where TI goes high we have to wait the first stop bit's time and additional 4µsec to fabricate the second stop bit. The first stop bit is fabricated by the UART, the second stop bit by just waiting additional 4µsec, while doing nothing with the TXD pin. As the time is counted from the begin of first stop bit, we need to wait 8µsec in total. Kai |