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

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
7.4.1 Example ISR
A sample interrupt handler is shown below.
7.4.2 Expand Interrupts for Additional Peripheral Devices
When you need to expand the number of interrupts for additional peripheral devices, use
the interrupt routine to dispatch interrupts to other virtual interrupt routines. Each additional
interrupting device will have to signal the processor that it is requesting an interrupt. A
separate signal line is needed for each device so that the processor can determine which
devices are requesting an interrupt.
The following code shows how the interrupt service routines can be written.
Chapter 7 External Interrupts
extInt_isr::
; respond to external interrupt here
; interrupt is automatically cleared by interrupt acknowledge
ipres
ret
; External interrupt Routine #0 (programmed priority could be 3)
int2:
; insert body of interrupt routine here
;
PUSH IP
IPSET 1
POP IP
IPRES
RET
; save interrupt priority
; set to priority really desired (1, 2, etc.)
; get back entry priority
; restore interrupted routine’s priority
; return from interrupt
63

Related parts for 20-668-0011