參數(shù)資料
型號: M34518M4-XXXSP
元件分類: 微控制器/微處理器
英文描述: 4-BIT, MROM, 6 MHz, MICROCONTROLLER, PDIP32
封裝: 0.400 INCH, 1.78 MM PITCH, PLASTIC, SDIP-32
文件頁數(shù): 58/157頁
文件大小: 1783K
代理商: M34518M4-XXXSP
ML610Q411/ML610Q412/ML610Q415 User’s Manual
Chapter 10
Timers
10 – 23
10.3.3
16-bit timer frequency measurement mode application for setting uart baud-rate
For example, when the target baud-rate is 9600bps and the clock is HSCLK(500kHz), the UART0 baud-rate register
(UA0BRTH, UA0BRTL) should be set as follows. See Section 14.3.2. in UART chapter.
UA0BRTH, UA0BRTL = 500000/9600 - 1 = 51 (decimal) = 33(Hexadecimal)
However, actual 500kHz RC oscillation clock has temperature variation and production tolerance, the calculation by
using the fixed value of 500kHz can not make accurate baud-rate. To compensate it, count the frequency in the
frequency measurement mode to set the baud-rate again before operating UART communication.
After finishing the clock count in the frequency measurement mode, assuming HTBCLK is 451kHz, data of TM2C
register and TM3C register will be:
N1 = 451000 * 437 / 32768
= 6014 (Decimal)
= 177E (Hexadecimal)
= 1011101111110 (Binary)
As (437 / 32768) sec is equivalent to 128 clocks at 9600Hz (more precisely, 9598Hz), a division of the count
(N1) by 128 equals frequency ratio (N2) between the frequency of HTBCLK and 9600Hz.
For the calculation, the accuracy of baud-rate depends on truncating (1) or rounding (2) the data.
UA0BRTH regiser and UA0BRTL register have to be set as follows. See the previous secntion 10.3.2. and
section 14.3.2. in UART chapter.
UA0BRTH, UA0BRTL = (the frequency ratio of HTBCLK and 9600Hz) - 1 = (N1/128)-1 = N2 -1
(1) Round data in caluculation
N1 = 1011101111110 (binary)
N2 = 101111 (binary) = 47 (decimal) = 2F (hexadecimal)
Set N2-1 (= 2E) to UA0BRTH and UA0BRTL registers.
In this case, the acual baud-rate will be 9595.744681.. [bps], so the accuracy = ((9595.744681/9600) -1)*
100= -0.04..[%].
(2) Trancate data in calucuation (the accuracy of baud-rate becomes worse)
N1 = 1011101111110 (binary)
N2 = 101110 (binary) = 46 (decimal) = 2E (hexadecimal)
Set N2-1 (= 2D) to UA0BRTH and UA0BRTL registers.
In this case, the acual baud-rate will be 9804.347826.. [bps], so the accuracy = ((9804.347826/9600) -1)*
100= 2.12..[%].
Table 11-6 Baud-rate and theoretical accuracy
Baud-rate[bps]
Data setting to UA0BRTH register and UA0BRTH register
Theoretical accuracy
300
Round off {N1/4 (2bit right-shift) } - (minus) 1.
600
Round off {N1/8 (3bit right-shift) } - (minus) 1.
1200
Round off {N1/16 (4bit right-shift) } - (minus) 1.
2400
Round off {N1/32 (5bit right-shift) } - (minus) 1.
4800
Round off {N1/64 (6bit right-shift) } - (minus) 1.
9600
Round off {N1/128 (7bit right-shift) } - (minus) 1.
~ +/- 2%
19200
Round off {N1/256 (8bit right-shift) } - (minus) 1.
+/- 2% ~ 2.5%
38400
Round off {N1/512 (9bit right-shift) } - (minus) 1.
57600
Round off {N1/768} - (minus) 1.
} 2.5% ~
相關(guān)PDF資料
PDF描述
M34519E8FP 4-BIT, OTPROM, 6 MHz, MICROCONTROLLER, PDSO42
M34519M8-XXXFP 4-BIT, MROM, 6 MHz, MICROCONTROLLER, PDSO42
M34520M8A-XXXFP 4-BIT, MROM, 4 MHz, MICROCONTROLLER, PQFP64
M34520E8-XXXSP 4-BIT, OTPROM, 4 MHz, MICROCONTROLLER, PDIP64
M34520E8-XXXFP 4-BIT, OTPROM, 4 MHz, MICROCONTROLLER, PQFP64
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
M34518M6-XXXFP 制造商:RENESAS 制造商全稱:Renesas Technology Corp 功能描述:SINGLE-CHIP 4-BIT CMOS MICROCOMPUTER
M34518M8-XXXFP 制造商:RENESAS 制造商全稱:Renesas Technology Corp 功能描述:SINGLE-CHIP 4-BIT CMOS MICROCOMPUTER
M34519E8FP 制造商:RENESAS 制造商全稱:Renesas Technology Corp 功能描述:4-BIT CISC SINGLE-CHIP MICROCOMPUTER 720 FAMILY / 4500 SERIES
M34519M6-XXXFP 制造商:RENESAS 制造商全稱:Renesas Technology Corp 功能描述:4-BIT CISC SINGLE-CHIP MICROCOMPUTER 720 FAMILY / 4500 SERIES
M34519M8-XXXFP 制造商:RENESAS 制造商全稱:Renesas Technology Corp 功能描述:4-BIT CISC SINGLE-CHIP MICROCOMPUTER 720 FAMILY / 4500 SERIES