Freelance Electronics Components Distributor
Closed Dec 25th-26th
800-300-1968
We Stock Hard to Find Parts

8A/S6

Part # 8A/S6
Description Incandescent S Light Lamp
Category LAMP
Availability In Stock
Qty 2
Qty Price
1 + $2.43518
Manufacturer Available Qty
General Electric
  • Shipping Freelance Stock: 2
    Ships Immediately



Technical Document


DISCLAIMER: The information provided herein is solely for informational purposes. Customers must be aware of the suitability of this product for their application, and consider that variable factors such as Manufacturer, Product Category, Date Codes, Pictures and Descriptions may differ from available inventory.

System Integration Module (SIM)
Program Exception Control
MC68HC908AZ60A — Rev 2.0 Technical Data
MOTOROLA System Integration Module (SIM) 157
is initialized, it enables the clock generation module (CGM) to drive the
bus clock state machine.
9.5.2 SIM Counter During Stop Mode Recovery
The SIM counter also is used for stop mode recovery. The STOP
instruction clears the SIM counter. After an interrupt or reset, the SIM
senses the state of the short stop recovery bit, SSREC, in the CONFIG-
1 register. If the SSREC bit is a logic one, then the stop recovery is
reduced from the normal delay of 4096 CGMXCLK cycles down to 32
CGMXCLK cycles. This is ideal for applications using canned oscillators
that do not require long start-up times from stop mode. External crystal
applications should use the full stop recovery time, that is, with SSREC
cleared.
9.5.3 SIM Counter and Reset States
External reset has no effect on the SIM counter. See Stop Mode on
page 164 for details. The SIM counter is free-running after all reset
states. See Active Resets from Internal Sources on page 153 for
counter control and internal reset recovery sequences.
9.6 Program Exception Control
Normal, sequential program execution can be changed in three different
ways:
Interrupts
Maskable hardware CPU interrupts
Non-maskable software interrupt instruction (SWI)
•Reset
Break interrupts
System Integration Module (SIM)
Technical Data MC68HC908AZ60A — Rev 2.0
158 System Integration Module (SIM) MOTOROLA
9.6.1 Interrupts
At the beginning of an interrupt, the CPU saves the CPU register
contents on the stack and sets the interrupt mask (I bit) to prevent
additional interrupts. At the end of an interrupt, the RTI instruction
recovers the CPU register contents from the stack so that normal
processing can resume. Figure 9-8 shows interrupt entry timing. Figure
9-10 shows interrupt recovery timing.
Interrupts are latched, and arbitration is performed in the SIM at the start
of interrupt processing. The arbitration result is a constant that the CPU
uses to determine which vector to fetch. Once an interrupt is latched by
the SIM, no other interrupt can take precedence, regardless of priority,
until the latched interrupt is serviced (or the I bit is cleared), see Figure
9-9.
Figure 9-8
. Interrupt Entry
MODULE
IDB
R/W
INTERRUPT
DUMMY
SP SP – 1 SP – 2 SP – 3 SP – 4 VECT H VECT L START ADDR
IAB
DUMMY PC – 1[7:0] PC 1[15:8] X A CCR V DATA H V DATA L OPCODE
I BIT
System Integration Module (SIM)
Program Exception Control
MC68HC908AZ60A — Rev 2.0 Technical Data
MOTOROLA System Integration Module (SIM) 159
Figure 9-9. Interrupt Processing
NO
NO
NO
YES
NO
NO
YES
YES
(AS MANY INTERRUPTS
I BIT SET?
FROM RESET
BREAK INTERRUPT?
I BIT SET?
IRQ1
INTERRUPT?
SWI
INSTRUCTION?
RTI
INSTRUCTION?
FETCH NEXT
INSTRUCTION.
UNSTACK CPU REGISTERS.
STACK CPU REGISTERS.
SET I BIT.
LOAD PC WITH INTERRUPT VECTOR.
EXECUTE INSTRUCTION.
YES
YES
AS EXIST ON CHIP)
PREVIOUS4647484950515253545556575859NEXT