The M37515M4-XXXHP is the 8-bit microcomputer based on the
740 family core technology.
The M37515M4-XXXHP is designed for the household products
and office automation equipment and includes serial I/O functions,
8-bit timer, A-D converter, and I
•Apply voltage of 2.7 V – 5.5 V to Vcc, and 0 V to Vss.
•This pin controls the operation mode of the chip.
•Normally connected to V
•Reset input pin for active “L.”
•Input and output pins for the clock generating circuit.
•Connect a ceramic resonator or quartz-crystal oscillator between the X
the oscillation frequency.
•When an external clock is used, connect the clock source to the XIN pin and leave the XOUT
pin open.
•8-bit CMOS I/O port.
•I/O direction register allows each pin to be individually programmed as either input or output.
•CMOS compatible input level.
•CMOS 3-state output structure.
•P1
3 to P17 (5 bits) are enabled to output large current for LED drive.
•8-bit CMOS I/O port.
•I/O direction register allows each pin to be individually
programmed as either input or output.
•CMOS compatible input level.
•P22 to P25 can be switched between CMOS compatible input level or SMBUS input level in the I2C-BUS
interface function.
•P20, P21, P24 to P27: CMOS3-state output structure.
•P24, P25: N-channel open-drain structure in the I2CBUS interface function.
•P2
2, P23: N-channel open-drain structure.
•8-bit CMOS I/O port with the same function as port P0.
•CMOS compatible input level.
•CMOS 3-state output structure.
•8-bit CMOS I/O port with the same function as port P0.
•CMOS compatible input level.
•CMOS 3-state output structure.
SS.
Function except a port function
IN and XOUT pins to set
• Sub-clock generating circuit I/O
pins (connect a resonator)
• I2C-BUS interface function pins
• I2C-BUS interface function pin/
Serial I/O function pins
• Serial I/O function pin
• Serial I/O function pin/
Timer X function pin
• A-D converter input pin
• Timer Y function pin
• Interrupt input pins
• Interrupt input pin
• PWM output pin
3
FUNCTIONAL DESCRIPTION
CENTRAL PROCESSING UNIT (CPU)
The M37515M4-XXXHP uses the standard 740 Family instruction
set. Refer to the table of 740 Family addressing modes and machine instructions or the 740 Family Software Manual for details
on the instruction set.
Machine-resident 740 Family instructions are as follows:
The FST and SLW instructions cannot be used.
The STP, WIT, MUL, and DIV instructions can be used.
[CPU Mode Register (CPUM)] 003B16
The CPU mode register contains the stack page selection bit, etc.
The CPU mode register is allocated at address 003B
Fig. 5 Memory map of special function register (SFR)
6
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
I/O PORTS
The I/O ports have direction registers which determine the input/
output direction of each individual pin. Each bit in a direction register corresponds to one pin, and each pin can be set to be input
port or output port.
When “0” is written to the bit corresponding to a pin, that pin becomes an input pin. When “1” is written to that bit, that pin
becomes an output pin.
If data is read from a pin which is set to output, the value of the
port output latch is read, not the value of the pin itself. Pins set to
input are floating. If a pin set to input is written to, only the por t
output latch is written to and the pin remains floating.
Serial I/O control
register
Timer XY mode register
A-D control register
Timer XY mode register
Interrupt edge selection
register
Interrupt edge selection
register
PWM control register
Ref.No .
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
(11)
(12)
(13)
7
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
(1) Port P0, P1, P45P4
Data bus
(3) Port P2
Data bus
(5) Port P2
SDA/SCL pin selection bit
Data bus
1
Port XC switch bit
2
I C-BUS interface enable bit
3
–
Direction
register
Port latch
Direction
register
Port latch
Sub-clock generating circuit input
Direction
register
Port latch
7
(2) Port P2
Data bus
(4) Port P2
2
I C-BUS interface enable bit
SDA/SCL pin selection bit
Data bus
(6) Port P2
SDA/SCL pin selection bit
0
Port XC switch bit
Direction
register
Port latch
2
Direction
register
Port latch
SDA output
4
2
I C-BUS interface enable bit
Serial I/O enable bit
Receive enable bit
Port P2
SDA input
1
Port X
Oscillator
C
switch bit
SCL output
(7) Port P2
2
I C bus interface enable bit
SDA/SCL pin selection bit
Data bus
5
P-channel output disable bit
Serial I/O enable bit
Transmit enable bit
Direction
register
Port latch
Serial I/O output
SCL output
Fig. 6 Port block diagram (1)
SCL input
SCL input
Data bus
SDA output
(8) Port P2
Serial I/O enable bit
Serial I/O clock selection bit
Serial I/O mode selection bit
Data bus
6
Serial I/O enable bit
Direction
register
Port latch
Serial clock output
Direction
register
Port latch
SDA input
Serial I/O input
External clock input
8
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
(9) Port P2
Serial I/O mode selection bit
Serial I/O enable bit
S
RDY
Data bus
Serial ready output
(11) Port P4
7
Pulse output mode
output enable bit
Direction
register
Port latch
Pulse output mode
Timer output
0
Data busPort latch
Direction
register
Pulse output mode
Timer output
CNTR
0
interrupt
CNTR1 interrupt input
input
(10) Port P30–P3
Data bus
(12) Port P41–P4
Data bus
7
Direction
register
Port latch
A-D converter input
3
Direction
register
Port latch
Analog input pin selection bit
Interrupt input
(13) Port P4
Data bus
4
PWM output enable bit
Direction
register
Port latch
PWM output
Fig. 7 Port block diagram (2)
9
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
INTERRUPTS
Interrupts occur by 16 sources among 16 sources: seven external,
eight internal, and one software.
Interrupt Control
Each interrupt is controlled by an interrupt request bit, an interrupt
enable bit, and the interrupt disable flag except for the software interrupt set by the BRK instruction. An interrupt occurs if the
corresponding interrupt request and enable bits are “1” and the interrupt disable flag is “0”.
Interrupt enable bits can be set or cleared by software.
Interrupt request bits can be cleared by software, but cannot be
set by software.
The BRK instruction cannot be disabled with any flag or bit. The I
(interrupt disable) flag disables all interrupts except the BRK instruction interrupt.
When several interrupts occur at the same time, the interrupts are
received according to priority.
Interrupt Operation
By acceptance of an interrupt, the following operations are automatically performed:
1. The contents of the program counter and the processor status
register are automatically pushed onto the stack.
2. The interrupt disable flag is set and the corresponding interrupt
request bit is cleared.
3. The interrupt jump destination address is read from the vector
table into the program counter.
■Notes
When the active edge of an external interrupt (INT0–INT3, SCL/
SDA, CNTR
bit may also be set. Therefore, take the following sequence:
1. Disable the interrupt
2. Change the interrupt edge selection register
(S
timer XY mode register for CNTR
3. Clear the interrupt request bit to “0”
4. Accept the interrupt.
0, CNTR1) is set, the corresponding interrupt request
CL/SDA interrupt pin polarity selection bit for SCL/SDA; the
INT0 interrupt enable bit
SCL/SDA interrupt enable bit
1
interrupt enable bit
INT
INT
2
interrupt enable bit
INT
3
interrupt enable bit
2
C interrupt enable bit
I
Timer X interrupt enable bit
Timer Y interrupt enable bit
0 : Interrupts disabled
1 : Interrupts enabled
Fig. 9 Structure of interrupt-related registers (1)
12
16)
b7 b0
Interrupt control register 2
(ICON2 : address 003F
16)
Timer 1 interrupt enable bit
Timer 2 interrupt enable bit
Serial I/O reception interrupt enable bit
Serial I/O transmit interrupt enable bit
CNTR
0
interrupt enable bit
CNTR
1
interrupt enable bit
AD converter interrupt enable bit
Not used (returns “0” when read)
(Do not write “1” to this bit)
0 : Interrupts disabled
1 : Interrupts enabled
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
TIMERS
The M37515M4-XXXHP has four timers: timer X, timer Y, timer 1,
and timer 2.
The division ratio of each timer or prescaler is given by 1/(n + 1),
where n is the value in the corresponding timer or prescaler latch.
All timers are count down. When the timer reaches “00
derflow occurs at the next count pulse and the corresponding
timer latch is reloaded into the timer and the count is continued.
When a timer underflows, the interrupt request bit corresponding
to that timer is set to “1”.
The count source of prescaler 12 is the oscillation frequency
which is selected by timer 12 count source selection bit. The output of prescaler 12 is counted by timer 1 and timer 2, and a timer
underflow sets the interrupt request bit.
Timer X and Timer Y
Timer X and Timer Y can each select in one of four operating
modes by setting the timer XY mode register.
(1) Timer Mode
The timer counts the count source selected by Timer count source
selection bit.
(2) Pulse Output Mode
The timer counts the count source selected by Timer count source
selection bit. Whenever the contents of the timer reach “00
signal output from the CNTR
CNTR
0 (or CNTR1) active edge selection bit is “0”, output begins
0 (or CNTR1) pin is inverted. If the
16”, the
at “ H”.
If it is “1”, output starts at “L”. When using a timer in this mode, set
the corresponding port P2
7 ( or port P40) direction register to out-
put mode.
(3) Event Counter Mode
Operation in event counter mode is the same as in timer mode, except that the timer counts signals input through the CNTR
CNTR
1 pin.
When the CNTR
rising edge of the CNTR
When the CNTR
falling edge of the CNTR
0 (or CNTR1) active edge selection bit is “0”, the
0 (or CNTR1) pin is counted.
0 (or CNTR1) active edge selection bit is “1”, the
0 (or CNTR1) pin is counted.
0 or
(4) Pulse Width Measurement Mode
If the CNTR0 (or CNTR1) active edge selection bit is “0”, the timer
counts the selected signals by the count source selection bit while
the CNTR
tive edge selection bit is “1”, the timer counts it while the CNTR
(or CNTR1) pin is at “L”.
0 (or CNTR1) pin is at “H”. If the CNTR0 (or CNTR1) ac-
1 : f(XIN)/2 (f(X
Timer 12 count source selection bit
0 : f(X
IN
)/16 (f(X
1 : f(X
CIN
)
Not used (returns “0” when read)
16
CIN
)/16 at low-speed mode)
CIN
)/2 at low-speed mode)
CIN
)/16 at low-speed mode)
CIN
)/2 at low-speed mode)
CIN
)/16 at low-speed mode)
)
Fig. 11 Structure of timer count source selection register
The count can be stopped by setting “1” to the timer X (or timer Y)
count stop bit in any mode. The corresponding interrupt request
bit is set each time a timer underflows.
■Note
When switching the count source by the timer 12, X and Y count
source bit, the value of timer count is altered in unconsiderable
amount owing to generating of a thin pulses in the count input
signals.
Therefore, select the timer count source before set the value to
the prescaler and the timer.
13
Data bus
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
f(XIN)/16
f(XIN)/2
Timer X count source selection bit
7/CNTR0
P2
7
Port P2
direction register
f(XIN)/16
f(XIN)/2
Timer Y count source selection bit
P40/CNTR1
Port P4
direction register
CNTR
edge selection
“0”
“1”
Port P2
latch
Pulse output mode
CNTR
edge selection
“0”
“1”
Port P4
0
Pulse output mode
latch
0 active
bit
7
1 active
bit
0
Pulse width
measurement
mode
Event
counter
mode
CNTR
edge selection
bit
Pulse width
measurement mode
Event
counter
mode
CNTR1 active
edge selection
bit
Timer mode
Pulse output mode
Timer X count stop bit
0 active
“1”
“0”
Timer mode
Pulse output mode
Timer Y count stop bit
“1”
“0”
Data bus
Prescaler X latch (8)
Prescaler X (8)
Q
Toggle flip-flop
Q
R
Data bus
Prescaler Y latch (8)
Prescaler Y (8)
Q
Toggle flip-flop
Q
R
Timer X latch (8)
Timer X (8)
T
Timer X latch write pulse
Pulse output mode
Timer Y latch (8)
Timer Y (8)
T
Timer Y latch write pulse
Pulse output mode
To timer X interrupt
request bit
To CNTR
0 interrupt
request bit
To timer Y interrupt
request bit
To CNTR
1 interrupt
request bit
Prescaler 12 latch (8)
f(XIN)/16
f(XCIN)
Timer 12 count source selection bit
Prescaler 12 (8)
Fig. 12 Block diagram of timer X, timer Y, timer 1, and timer 2
14
Timer 1 latch (8)
Timer 1 (8)
Timer 2 latch (8)
Timer 2 (8)
To timer 2 interrupt
request bit
To timer 1 interrupt
request bit
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
SERIAL I/O
Serial I/O can be used as either clock synchronous or asynchronous (UART) serial I/O. A dedicated timer is also provided for baud
rate generation.
Data bus
Address 0018
Transmit shift register
Transmit buffer register
Data bus
P24/RXD
P26/SCLK
P2
7/SRDY
P2
5/TXD
XIN
Receive buffer register
Receive shift register
BRG count source selection bit
1/4
F/F
Falling-edge detector
(1) Clock Synchronous Serial I/O Mode
Clock synchronous serial I/O mode can be selected by setting the
serial I/O mode selection bit of the serial I/O control register (bit 6
of address 001A
For clock synchronous serial I/O, the transmitter and the receiver
must use the same clock. If an internal clock is used, transfer is
started by a write signal to the TB/RB.
16
Shift clock
Serial I/O synchronous
clock selection bit
Frequency division ratio 1/(n+1)
Baud rate generator
Address 001C
Shift clock
Address 0018
Clock control circuit
16
Clock control circuit
16
16) to “1”.
Serial I/O control register
Receive buffer full flag (RBF)
Receive interrupt request (RI)
1/4
Transmit interrupt source selection bit
Serial I/O status register
Address 001A16
Transmit shift completion flag (TSC)
Transmit interrupt request (TI)
Transmit buffer empty flag (TBE)
Address 0019
16
Fig. 13 Block diagram of clock synchronous serial I/O
Transfer shift clock
(1/2 to 1/2048 of the internal
clock, or an external clock)
Serial output TxD
Serial input RxD
Receive enable signal S
RDY
D
0
D
0
Write pulse to receive/transmit
buffer register (address 0018
16
)
TBE = 0
TBE = 1
TSC = 0
1: As the transmit interrupt (TI), either when the transmit buffer has emptied (TBE=1) or after the transmit shift operation has
Notes
ended (TSC=1), by setting the transmit interrupt source selection bit (TIC) of the serial I/O control register.
2: If data is written to the transmit buffer register when TSC=0, the transmit clock is generated continuously and serial data
is output continuously from the TxD pin.
3: The receive interrupt (RI) is set when the receive buffer full flag (RBF) becomes “1” .
Fig. 14 Operation of clock synchronous serial I/O function
D
D
1
D
2
D
1
D
2
D
3
D
3
D
4
D
4
D
5
D
5
D
6
D
6
7
D
7
RBF = 1
TSC = 1
Overrun error (OE)
detection
15
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
(2) Asynchronous Serial I/O (UART) Mode
Clock asynchronous serial I/O mode (UART) can be selected by
clearing the serial I/O mode selection bit (b6) of the serial I/O control register to “0”.
Eight serial data transfer formats can be selected, and the transfer
formats used by a transmitter and receiver must be identical.
The transmit and receive shift registers each have a buffer, but the
Data bus
P2
P2
P2
4/RX
6/SCLK1
X
5/TX
D
ST detector
BRG count source selection bit
IN
D
Character length selection bit
1/4
Character length selection bit
Address 0018
OE
7 bits
8 bits
Serial I/O synchronous clock selection bit
16
Receive buffer register
Receive shift register
PE FE
SP detector
Frequency division ratio 1/(n+1)
Baud rate generator
Address 001C
ST/SP/PA generator
Transmit shift register
Transmit buffer register
Data bus
two buffers have the same address in memory. Since the shift register cannot be written to or read from directly, transmit data is
written to the transmit buffer register, and receive data is read from
the receive buffer register.
The transmit buffer register can also hold the next data to be
transmitted, and the receive buffer register can hold a character
while the next character is being received.
Serial I/O control register
Receive buffer full flag (RBF)
Receive interrupt request (RI)
Clock control circuit
16
1/16
Transmit interrupt source selection bit
0018
Address
16
Address 001A
1/16
UART control register
Transmit shift completion flag (TSC)
Transmit interrupt request (TI)
Transmit buffer empty flag (TBE)
Serial I/O status register
16
Address 001B
Address
0019
16
16
Fig.15 Block diagram of UART serial I/O
16
Transmit or receive clock
MITSUBISHI MICROCOMPUTERS
M37515M4-XXXHP
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
Transmit buffer write
Receive buffer read
signal
TBE=0TBE=0
TSC=0
TBE=1
Serial output TXD
signal
Serial input R
Notes
X
D
1: Error flag detection occurs at the same time that the RBF flag becomes “1” (at 1st stop bit, during reception).
2: As the transmit interrupt (TI), when either the TBE or TSC flag becomes “1,” can be selected to occur depending on the setting of the transmit
interrupt source selection bit (TIC) of the serial I/O control register.
3: The receive interrupt (RI) is set when the RBF flag becomes “1.”
4: After data is written to the transmit buffer when TSC=1, 0.5 to 1.5 cycles of the data shift cycle is necessary until changing to TSC=0.
ST
0
D
1
1 start bit
7 or 8 data bit
1 or 0 parity bit
1 or 2 stop bit (s)
The transmit buffer register and the receive buffer register are located at the same address. The transmit buffer is write-only and
the receive buffer is read-only. If a character bit length is 7 bits, the
MSB of data stored in the receive buffer is “0”.
16
[Serial I/O Status Register (SIOSTS)] 001916
The read-only serial I/O status register consists of seven flags
(bits 0 to 6) which indicate the operating status of the serial I/O
function and various errors.
Three of the flags (bits 4 to 6) are valid only in UART mode.
The receive buffer full flag (bit 1) is cleared to “0” when the receive
buffer register is read.
If there is an error, it is detected at the same time that data is
transferred from the receive shift register to the receive buffer register, and the receive buffer full flag is set. A write to the serial I/O
status register clears all the error flags OE, PE, FE, and SE (bit 3
to bit 6, respectively). Writing “0” to the serial I/O enable bit SIOE
(bit 7 of the serial I/O control register) also clears all the status
flags, including the error flags.
Bits 0 to 6 of the serial I/O status register are initialized to “0” at reset, but if the transmit enable bit (bit 4) of the serial I/O control
register has been set to “1”, the transmit shift completion flag (bit
2) and the transmit buffer empty flag (bit 0) become “1”.
TBE=1
STD
SP
RBF=1
STD
SPD
D
0
D
1
Generated at 2nd bit in 2-stop-bit mode
RBF=0
0
D
1
TSC=1
SP
RBF=1
SP
Serial I/O Control Register (SIOCON)] 001A16
The serial I/O control register consists of eight control bits for the
serial I/O function.
[UART Control Register (UARTCON)] 001B16
The UART control register consists of four control bits (bits 0 to 3)
which are valid when asynchronous serial I/O is selected and set
the data format of an data transfer and one bit (bit 4) which is always valid and sets the output structure of the P2
5/TXD pin.
[Baud Rate Generator (BRG)] 001C16
The baud rate generator determines the baud rate for serial transfer.
The baud rate generator divides the frequency of the count source
by 1/(n + 1), where n is the value written to the baud rate generator.
■Note
When using the serial I/O, clear the I2C-BUS interface enable bit
to “0” or the S
CL/SDA interrupt pin selection bit to “0”.
17
Loading...
+ 37 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.