20-668-0011 Rabbit Semiconductor, 20-668-0011 Datasheet - Page 172

IC MPU RABIT3000A 55.5MHZ128LQFP

20-668-0011

Manufacturer Part Number
20-668-0011
Description
IC MPU RABIT3000A 55.5MHZ128LQFP
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 20-668-0011

Processor Type
Rabbit 3000 8-Bit
Speed
55.5MHz
Voltage
2.5V, 2.7V, 3V, 3.3V
Mounting Type
Surface Mount
Package / Case
128-LQFP
Data Bus Width
8 bit
Maximum Clock Frequency
55.5 MHz
Operating Supply Voltage
1.8 V to 3.6 V
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
Minimum Operating Temperature
- 55 C
Number Of Programmable I/os
56
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Features
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
316-1061

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
20-668-0011
Manufacturer:
Rabbit Semiconductor
Quantity:
10 000
19.3.3 Master/Slave Communication
1. The master writes data to the appropriate external I/O address on the data bus for the
2. If the master is writing multiple bytes, it should write to SPD0R last since that will
3. The slave responds to the interrupt, reading the data from the slave port data registers.
19.3.4 Slave/Master Communication
1. The slave writes data to the appropriate slave port data register. If it is writing multiple
2. The master receives an external interrupt from the /SLAVEATTN line, and reads the
19.3.5 Handling Interrupts
The interrupt request on the slave is cleared by either the master or the slave accessing one
of the slave port registers. To clear the interrupt without affecting the register values, a
dummy write can be made to SPSR.
19.3.6 Example ISR
A sample interrupt handler is shown below.
162
slave device and register desired. For example, in the setup described here, the master
would write to register SPD2R on the first slave by writing to the address 0xC002
(0xC000 for the I6 strobe, and 0x0002 for SPD2R on that slave).
trigger an interrupt on the slave device. If only one byte is being sent, it should be
written to SPD0R.
bytes, SPD0R should be written last, which enables the /SLAVEATTN line.
data out of the slave port data registers via external I/O reads on the data bus.
slave_isr::
push af
; read the data sent by the master
ioi ld a, (SPD2R)
ld (to_slv_d2), a
ioi ld a, (SPD1R)
ld (to_slv_d1), a
ioi ld a, (SPD0R)
ld (to_slv_d0), a
; if a response is required, perform it here
ld a, (to_mas_d2)
ioi ld (SPD2R), a
ld a, (to_mas_d1)
ioi ld (SPD1R), a
ld a, (to_mas_d0)
ioi ld (SPD0R), a
; the interrupt request is cleared by any read/write of the registers
pop af
ipres
ret
; save used registers
; this write asserts /SLVATTN
; restore used registers
Rabbit 3000 Microprocessor User’s Manual

Related parts for 20-668-0011