Determining Clock Accuracy Requirements for UART Communications

2003年08月07日

要約

This application note discusses the timing requirements for the commonly used serial asynchronous communications protocol implemented in UARTs. The article shows how to determine the tolerance for the UART clock source at both ends of an asynchronous link.

Background

The RS-232 specification dates back to 1962, when it was first released by the Electronic Industries Alliance (EIA). The specification has changed over time, incorporating higher data rates and closing the compatibility gaps between the Telecommunications Industry Association (TIA), International Telecommunication Union (ITU), and International Standards Organization (ISO) requirements. The current version of the RS-232 specification is EIA/TIA-232-F, issued in October 1997.

RS-232 benefited from the availability of MSI ICs from the late 1970s, which had the complexity to handle the specification at a reasonable cost. These ICs are universal asynchronous receive transmitters (UARTs). Many large-scale integration (LSI) ICs (including microcontrollers) now include the functionality.

As is often the case, the availability of UARTs drove the industry to use the RS-232 serial protocol in non-RS-232 ways. Common examples are RS-485 transmissions, optoisolated transmissions, and transmissions using a single-ended physical layer (that is, 0 to 3.3V instead of ±5V or ±10V). This article covers the general timing aspects of the serial interface, not application nuances of handshaking or the physical layer. Therefore, the application note is applicable to all generalized UART applications.

UART Timing

A typical UART frame is shown in Figure 1. It comprises a START bit, 8 data bits, and a STOP bit. Other variants are also possible in RS-232 applications. For example, the data packet could be 5, 6, or 7 bits long, there could be 2 STOP bits, or a parity bit could be inserted between the data packet and the STOP bit for rudimentary error detection. Figure 1 shows the signaling as seen at a UART's transmit data (TXD) or receive data (RXD) pins. RS-232 bus drivers invert as well as level shift, so a logic 1 is a negative voltage on the bus and a logic 0 is a positive voltage.

Figure 1. Typical UART data frame.

Figure 1. A typical UART data frame.

When two UARTs communicate, it is a given that both transmitter and receiver know the signaling speed. The receiver does not know when a packet will be sent (no receiver clock); hence, the protocol is termed "asynchronous." The receiver circuitry is correspondingly more complex than that of the transmitter. The transmitter simply has to output a frame of data at a defined bit rate. Contrastingly, the receiver has to recognize the start of the frame to synchronize itself, and therefore determine the best data-sampling point for the bit stream.

Figure 2 shows a common method used by a UART receiver to synchronize itself to a received frame. The receive UART uses a clock that is 16 times the data rate. A new frame is recognized by the falling edge at the beginning of the active-low START bit. This occurs when the signal changes from the active-high STOP bit or bus idle condition. The receive UART resets its counters on this falling edge, expects the mid-START bit to occur after 8 clock cycles, and anticipates the midpoint of each subsequent bit to appear every 16 clock cycles thereafter. The START bit is typically sampled at the middle of bit time to check that the level is still low and ensure that the detected falling edge was a START bit, not a noise spike. Another improvement is to sample the START bit three times (clock counts 7, 8, and 9, out of 16) instead of sampling it only at the midbit position (clock count 8 out of 16).

Figure 2. UART receive frame synchronization and data sampling points.

Figure 2. UART receive frame synchronization and data sampling points.

Timing Accuracy

How accurate must the receive UART clock be to receive data correctly? Since the absolute clock rate is unimportant for the purposes of accurate reception, a better question would be to ask how different the transmit and receive UART clocks can be. The first point to understand is that because the UART receiver synchronizes itself to the start of each and every frame, we only care about accurate data sampling during one frame. There is no buildup of error beyond a frame's STOP bit, which simplifies analysis because we only have to consider one frame for the worst-case scenario.

When do we get a timing error due to transmit-receive clock mismatch? Our goal is to sample each bit at the midpoint (Figure 2). If we sample one-half a bit-period too early or too late, we will be sampling at the bit transition and have problems (Figure 3).

Figure 3. UART receive sampling range.

Figure 3. UART receive sampling range.

In reality, we cannot sample close to the bit-transition point reliably. The primary reason for this is the finite (and typically slow) transmission rise and fall times. These times become even slower if overly capacitive cabling is used. A long bus incurs high attenuation, which reduces noise margin and makes it more important to sample when the bit level has settled.

It is difficult to quantitatively assess a worst-case acceptable sampling range across a bit's period. EIA/TIA-232-F does specify a 4% of bit-period maximum slew time for a transmission, but this is difficult to achieve for long runs at 192kbps. But for the purpose of this application note, let us define two data path scenarios. Consider a "nasty" scenario, which can only be sampled reliably within the middle 50% of the bit time (Figure 4). This could equate to a long capacitive RS-232 run. The "normal" scenario can be sampled within the middle 75% of the bit time (Figure 5). This equates to a relatively benign bus (such as a meter-length bus with buffered CMOS logic levels or an RS-485 differential pair) within an equipment chassis.

Figure 4. Diagram of UART

Figure 4. UART "nasty link" is sampled reliably within 50% of bit time.

Figure 5. Diagram of UART

Figure 5. UART "normal link" is sampled reliably within 75% of bit time.

For Figures 4 and 5, we can determine that the error budget is ±25% and ±37.5% from the optimal bit-center sampling point for the nasty and normal scenarios, respectively. This error is equivalent to ±4 or ±6 periods of the 16x UART receive clock. Another error to include in this budget is the synchronization error when the falling edge of the START bit is detected. The UART will most likely start on the next rising edge of its 16x clock after detecting the START-bit. Since the 16x clock and the received data stream are asynchronous, the falling edge of the START bit could occur just after a 16x clock rising edge. The falling edge could, alternatively, occur just before the clock rising edge, but not with enough setup time to use it. This means that the UART has a ±1 bit error built in at the synchronization point. So our error budget reduces from ±4 or ±6 clock periods to ±3 or ±5 periods.

We will presume that short-term clock errors (essentially jitter) are very small, and therefore we are only considering midterm and long-term errors. These errors point to a mismatch in the transmit UART and receive UART timing that is consistent during a frame. Since the timing is synchronized at the falling edge of the START bit, the worst-case timing error will be at the last data sampling point, which is the STOP bit1. The optimum sampling point for the STOP bit is its bit center, which is calculated as:

(16 internal clock cycles per bit) × (1 start bit + 8 data bits + ½ a stop bit) = (16) × (9.5) = 152 UART receive clocks after the original falling edge of the START bit.

Now we can calculate our allowable error as a percentage. For the normal scenario, the clock mismatch error can be ±5/152 = ±3.3%. For the "nasty" scenario it can be ±3/152 = ±2%. As hinted earlier, although the problem will materialize at the receive end of the link, clock mismatch is actually a tolerance issue shared between the transmit and receive UARTs. So presuming that both UARTs are attempting to communicate at exactly the same bit rate (baud), the allowable error can be shared, in any proportion, between the two UARTs.

Making use of the allowable error budget is helpful in systems where both ends of the link are being designed at the same time. This is partly because the tolerance of both ends will be known, and partly because trade-offs and cost savings can be made. In general, a standard low-cost, ceramic resonator with ±0.5% accuracy and a further ±0.5% drift over temperature and life can be used for the clock source at both ends of the link. This meets the 2% "nasty" scenario discussed earlier. If the system uses a master controller (typically a microcontroller or a PC) with a standard 100ppm crystal oscillator for the UART clock source, the link error can be cut approximately in half. Be careful with microcontrollers that synthesize baud frequencies for their internal UARTs. Depending on the choice of microcontroller clock, the baud rates may not be exact. If the error can be determined, it can be easily included in the link error budget.

It may appear odd that the STOP bit is sampled, but it is. If the STOP bit is detected as a low level instead of the expected high level, UARTs typically report a frame error.



myAnalogに追加

myAnalog のリソース セクション、既存のプロジェクト、または新しいプロジェクトに記事を追加します。

新規プロジェクトを作成

この記事に関して

製品

MAX3203E
製造中

高速データインタフェース用、低容量、2/3/4/6チャネル、±15kV ESD保護アレイ

MAX3204E
製造中

高速データインタフェース用、低容量、2/3/4/6チャネル、±15kV ESD保護アレイ

MAX3206E
新規設計に推奨

高速データインタフェース用、低容量、2/3/4/6チャネル、±15kV ESD保護アレイ

MAX14830 製造中

クワッドシリアルUART、128ワードFIFO内蔵

MAX3107 製造中

SPI/I²C UART、128ワードFIFO内蔵

MAX3111E

SPI/MICROWIRE対応のUARTおよび±15kV ESD保護のRS-232トランシーバ、コンデンサ内蔵

MAX3100 製造中

SPI/MICROWIRE対応UART

MAX3110E

SPI/MICROWIRE対応のUARTおよび±15kV ESD保護のRS-232トランシーバ、コンデンサ内蔵

MAX3140 製造中

真のフェイルセーフRS-485/RS-422トランシーバ内蔵、SPI/MICROWIRE対応UART

MAX209 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX242 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX232 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX237 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX200 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX213 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX3238E 製造中

+3.0V~+5.5V、10nA、250kbps RS-232トランシーバ、±15kV ESD保護I/Oおよびロジックピン付

MAX3228E

±15kV ESD保護、+2.5V~+5.5V、RS-232トランシーバ、UCSPおよびWLP

MAX232E 製造中

±15kV ESD保護、+5V RS-232トランシーバ

MAX3227E 製造中

AutoShutdown Plus付き、±15kV ESD保護、1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX3241 製造中

3.0V~5.5V、低電力、最大1Mbps、真のRS-232トランシーバ

MAX233A 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3225 製造中

AutoShutdown Plus付き、消費電流1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX208 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX245

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX231 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX221 製造中

+5V、1µA、シングルRS-232トランシーバ、AutoShutdown付

MAX216 製造中

低電力、AppleTalk™ インタフェーストランシーバ

MAX213E 製造中

±15kV ESD保護、+5V RS-232トランシーバ

MAX3238 製造中

+3.0V~+5.5V、1µA、最大250kbps、真のRS-232トランシーバ、AutoShutdown Plus付

MAX3244E 製造中

AutoShutdown Plus付き、±15kV ESD保護、1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX3228

+2.5V~+5.5V、RS-232トランシーバ、UCSP

MAX3243E 製造中

AutoShutdown付き、±15kV ESD保護、1µA、3.0V~5.5V、250kbps、RS-232トランシーバ

MAX3188E 製造中

±15kV ESD保護、1Mbps、1µA、RS-232トランスミッタ、6ピンSOT23

MAX3244 製造中

AutoShutdown Plus付き、消費電流1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX221E 製造中

±15kV ESD保護、+5V、1µA、シングルRS-232トランシーバ、AutoShutdown付

MAX239 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX203 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX3209E 製造中

マザーボード/デスクトップ用、±15kV ESD保護、12V、デュアルRS-232シリアルポート、低電力スタンバイ付

MAX244 最終販売

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX234 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX220 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3189E 製造中

±15kV ESD保護、1Mbps、1µA、RS-232トランスミッタ、6ピンSOT23

MAX3227 製造中

AutoShutdown Plus付き、消費電流1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX3221E 製造中

AutoShutdown付き、±15kV ESD保護、1µA、3.0V~5.5V、250kbps、RS-232トランシーバ

MAX3243 製造中

+3V~+5.5V RS-232トランシーバ、AutoShutdown内蔵

MAX3233E 最終販売

±15kV ESD保護、1µA、250kbps、3.3V/5V、デュアルRS-232トランシーバ、コンデンサ内蔵

MAX3232E 製造中

±15kV ESD保護、最小10nA、3.0V~5.5V、最大1Mbps、真のRS-232トランシーバ

MAX218 製造中

1.8V~4.25V駆動、真のRS-232デュアルトランシーバ

MAX202 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX3248E 製造中

+3.0V~+5.5V、10nA、250kbps RS-232トランシーバ、±15kV ESD保護I/Oおよびロジックピン付

MAX233 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX223 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX208E 製造中

±15kV ESD保護、+5V RS-232トランシーバ

MAX3222E 製造中

±15kV ESD保護、最小10nA、3.0V~5.5V、最大1Mbps、真のRS-232トランシーバ

MAX3190 製造中

±15kV ESD保護、460kbps、RS-232トランスミッタ、6ピンSOT23

MAX205E

±15kV ESD保護、+5V RS-232トランシーバ

MAX3232 製造中

3.0V~5.5V、低電力、最大1Mbps、真のRS-232トランシーバ

MAX211E 製造中

±15kV ESD保護、+5V RS-232トランシーバ

MAX247

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3222 製造中

3.0V~5.5V、低電力、最大1Mbps、真のRS-232トランシーバ

MAX205

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX3226E 製造中

AutoShutdown Plus付き、±15kV ESD保護、1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX3225E 新規設計に推奨

AutoShutdown Plus付き、±15kV ESD保護、1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX222 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX212 製造中

+3V駆動、低電力、真のRS-232トランシーバ

MAX3237E 製造中

±15kV ESD保護、最小10nA、3.0V~5.5V、最大1Mbps、真のRS-232トランシーバ

MAX241E 製造中

±15kV ESD保護、+5V RS-232トランシーバ

MAX3229E

±15kV ESD保護、+2.5V~+5.5V、RS-232トランシーバ、UCSPおよびWLP

MAX3245 製造中

AutoShutdown Plus付き、消費電流1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX232A

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3229 製造中

+2.5V~+5.5V、RS-232トランシーバ、UCSP

MAX246

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3221 製造中

+3V~+5.5V RS-232トランシーバ、AutoShutdown内蔵

MAX236 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3190E

±15kV ESD保護、460kbps、RS-232トランスミッタ、6ピンSOT23

MAX204 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX241 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX211 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX3189

1Mbps、1µA RS-232トランスミッタ、6ピンSOT23

MAX3245E 製造中

AutoShutdown Plus付き、±15kV ESD保護、1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX3224 製造中

AutoShutdown Plus付き、消費電流1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX3218 製造中

1µA、消費電流、1.8V~4.25V駆動RS-232トランシーバ、AutoShutdown内蔵

MAX207 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX3246E

±15kV ESD保護、最小10nA、3.0V~5.5V、最大1Mbps、真のRS-232トランシーバ

MAX249 最終販売

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX235

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX225

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX240 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX230 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3188

1Mbps、1µA RS-232トランスミッタ、6ピンSOT23

MAX3237 製造中

3.0V~5.5V、低電力、最大1Mbps、真のRS-232トランシーバ

MAX3223 製造中

+3V~+5.5V RS-232トランシーバ、AutoShutdown内蔵

MAX206 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX243 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3224E 製造中

AutoShutdown Plus付き、±15kV ESD保護、1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX248 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX3223E 製造中

AutoShutdown付き、±15kV ESD保護、1µA、3.0V~5.5V、250kbps、RS-232トランシーバ

MAX238 製造中

+5V駆動、マルチチャネルRS-232ドライバ/レシーバ

MAX201 製造中

0.1µFコンデンサ外付け、+5V、RS-232トランシーバ

MAX214 製造中

プログラマブルDTE/DCE、+5V RS-232トランシーバ

MAX203E 新規設計に推奨

±15kV ESD保護、+5V RS-232トランシーバ

MAX202E 製造中

±15kV ESD保護、+5V RS-232トランシーバ

MAX3235E 最終販売

±15kV ESD保護、1µA、250kbps、3.3V/5V、デュアルRS-232トランシーバ、コンデンサ内蔵

MAX3241E 製造中

±15kV ESD保護、最小10nA、3.0V~5.5V、最大1Mbps、真のRS-232トランシーバ

MAX207E 製造中

±15kV ESD保護、+5V RS-232トランシーバ

MAX206E 製造中

±15kV ESD保護、+5V RS-232トランシーバ

MAX3226 製造中

AutoShutdown Plus付き、消費電流1µA、1Mbps、3.0V~5.5V、RS-232トランシーバ

MAX3212 製造中

1µA消費電流、+2.7V~3.6V駆動、3ドライバ/5レシーバ、真のRS-232トランシーバ

MAX3202E 製造中

高速データインタフェース用、低容量、2/3/4/6チャネル、±15kV ESD保護アレイ

製品カテゴリ

最新メディア 21

Subtitle
さらに詳しく
myAnalogに追加

myAnalog のリソース セクション、既存のプロジェクト、または新しいプロジェクトに記事を追加します。

新規プロジェクトを作成