參數(shù)資料
型號(hào): M37643F8FP
元件分類(lèi): 微控制器/微處理器
英文描述: 8-BIT, FLASH, 12 MHz, MICROCONTROLLER, PQFP80
封裝: 14 X 20 MM, 0.80 MM PITCH, PLASTIC, QFP-80
文件頁(yè)數(shù): 46/120頁(yè)
文件大?。?/td> 1253K
代理商: M37643F8FP
第1頁(yè)第2頁(yè)第3頁(yè)第4頁(yè)第5頁(yè)第6頁(yè)第7頁(yè)第8頁(yè)第9頁(yè)第10頁(yè)第11頁(yè)第12頁(yè)第13頁(yè)第14頁(yè)第15頁(yè)第16頁(yè)第17頁(yè)第18頁(yè)第19頁(yè)第20頁(yè)第21頁(yè)第22頁(yè)第23頁(yè)第24頁(yè)第25頁(yè)第26頁(yè)第27頁(yè)第28頁(yè)第29頁(yè)第30頁(yè)第31頁(yè)第32頁(yè)第33頁(yè)第34頁(yè)第35頁(yè)第36頁(yè)第37頁(yè)第38頁(yè)第39頁(yè)第40頁(yè)第41頁(yè)第42頁(yè)第43頁(yè)第44頁(yè)第45頁(yè)當(dāng)前第46頁(yè)第47頁(yè)第48頁(yè)第49頁(yè)第50頁(yè)第51頁(yè)第52頁(yè)第53頁(yè)第54頁(yè)第55頁(yè)第56頁(yè)第57頁(yè)第58頁(yè)第59頁(yè)第60頁(yè)第61頁(yè)第62頁(yè)第63頁(yè)第64頁(yè)第65頁(yè)第66頁(yè)第67頁(yè)第68頁(yè)第69頁(yè)第70頁(yè)第71頁(yè)第72頁(yè)第73頁(yè)第74頁(yè)第75頁(yè)第76頁(yè)第77頁(yè)第78頁(yè)第79頁(yè)第80頁(yè)第81頁(yè)第82頁(yè)第83頁(yè)第84頁(yè)第85頁(yè)第86頁(yè)第87頁(yè)第88頁(yè)第89頁(yè)第90頁(yè)第91頁(yè)第92頁(yè)第93頁(yè)第94頁(yè)第95頁(yè)第96頁(yè)第97頁(yè)第98頁(yè)第99頁(yè)第100頁(yè)第101頁(yè)第102頁(yè)第103頁(yè)第104頁(yè)第105頁(yè)第106頁(yè)第107頁(yè)第108頁(yè)第109頁(yè)第110頁(yè)第111頁(yè)第112頁(yè)第113頁(yè)第114頁(yè)第115頁(yè)第116頁(yè)第117頁(yè)第118頁(yè)第119頁(yè)第120頁(yè)
31
7643 Group
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
MITSUBISHI MICROCOMPUTERS
PRELIMINAR
Y
Notice:
This
is not
a final
specification.
Some
parametric
limits
are
subject
to
change.
CTS (Clear-to-Send) Function
As a transmitter, the UART can be configured to recognize the
_______
Clear-to-Send (CTS) input as a handshaking signal. This is en-
abled by setting the CTS Function Enable Bit (bit 5 of UCON) to
“1”. If CTS function is enabled, even when transmission is enabled
and the UART transmit buffer register is filled with the data, the
transmission never starts; but it will start when inputting “L” to the
_______
CTS pin.
Figures 25 and 26 show the UART transmit timings.
UTXD output (P84/UTXD)
D0
D1
SP
ST
D2
D3 D4
D5 D6
D7
P
ST
SP
D0
D1
D2
D3
D4
D5
D6
D7
P
CTS pin
(P86/CTS)
Transfer clock
Tranmit enable bit
Transmit buffer
empty flag
Transmit complete flag
Data set into UART transmit buffer register 1
Data transferring from UART
transmit buffer register 1 to Transmit shift register 1
Halt due to CTS = “H”
Halt due to Tranmit
enable bit = “0”
This timing applying to the conditions:
Character length = 8 bits
Parity enabled
1 stop bit
UART Receive Operation
Reception is enabled when the Receive Enable Bit is “1”. Detec-
tion of the start bit makes transfer clocks generated and the data
reception starts in the LSB first.
When using 9-bit character length, read the received data from the
UART receive buffer register 2 (high-order byte) first before the
UART receive buffer register 1 (low-order byte).
Reception requires the following setup:
(1) Define a baud rate by setting a value n (n = 0 to 255) into
UART baud rate generator (addresses 003116).
(2) Set the Receive Initialization Bit (bit 3 of UCON) to “1”.
(3) Configure the data format and clock selection by setting the
UART mode register.
(4) Set the RTS Function Enable Bit (bit 5 of UCON) if RTS func-
tion will be used.
(5) Set the Receive Enable Bit (bit 1 of UCON) to “1”.
_______
Fig. 25 UART transmit timing (CTS function enabled)
UART Transmit Operation
Transmission starts when the Transmit Enable Bit is “1” and the
Transmit Buffer Empty Flag is “0”. Additionally, when CTS function
enabled, the CTS pin must be “L” to be started. The data in which
Start Bit and Stop Bit or Parity Bit are also added is transmitted
from the low-order byte sequentially. When using 9-bit character
length, set the data into the UART transmit buffer register 2 (high-
order byte) first before the UART transmit buffer register 1
(low-order byte).
Once the transmission starts, the Transmit Enable Bit, the Trans-
_______
mit Buffer Empty Flag and the CTS pin state (when this is
enabled) could not be checked until the transmission in progress
has ended.
Transmission requires the following setup:
(1) Define a baud rate by setting a value n (n = 0 to 255) into
UART baud rate generator (addresses 003116).
(2) Set the Transmit Initialization Bit (bit 2 of UCON) to “1”. This
will set the UART status register to “0316”.
(3) Select the interrupt source with the Transmit Interrupt Source
Select Bit (bit 4 of UCON).
(4) Configure the data format and clock selection by setting the
UART mode register.
(5) Set the CTS Function Enable Bit (bit 5 of UCON) if CTS func-
tion will be used.
(6) Set the Transmit Enable Bit (bit 0 of UCON) to “1”.
If updating a value of UART baud rate generator while the data is
being transmitted, be sure to disable the transmission before up-
dating. If the former data remains in the UART transmit buffer
registers 1 and 2 at retransmission, an undefined data might be
output.
相關(guān)PDF資料
PDF描述
M37643F8HP 8-BIT, FLASH, 12 MHz, MICROCONTROLLER, PQFP80
M37643M8-XXXHP 8-BIT, MROM, 12 MHz, MICROCONTROLLER, PQFP80
M37702S1LGP 16-BIT, 8 MHz, MICROCONTROLLER, PQFP80
M37702M2LXXXGP 16-BIT, MROM, 8 MHz, MICROCONTROLLER, PQFP80
M37702M2LXXXHP 16-BIT, MROM, 8 MHz, MICROCONTROLLER, PQFP80
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
M37643F8M8-XXXFP 制造商:RENESAS 制造商全稱(chēng):Renesas Technology Corp 功能描述:SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
M37643M8E8-XXXFP 制造商:RENESAS 制造商全稱(chēng):Renesas Technology Corp 功能描述:SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
M37643M8M8-XXXFP 制造商:RENESAS 制造商全稱(chēng):Renesas Technology Corp 功能描述:SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
M3764A-12 制造商:OK International 功能描述:
M3765 制造商:未知廠家 制造商全稱(chēng):未知廠家 功能描述:HORN/SIREN WITH SOFT CHIRP 6 ALARM SOUNDS