Z8F08200100KIT Zilog, Z8F08200100KIT Datasheet - Page 73

no-image

Z8F08200100KIT

Manufacturer Part Number
Z8F08200100KIT
Description
DEV KIT FOR Z8 ENCORE 4K TO 8K
Manufacturer
Zilog
Series
Z8 Encore!®r
Type
MCUr
Datasheets

Specifications of Z8F08200100KIT

Contents
Evaluation Board, Cable, Power Supply, Software and Documentation
Data Bus Width
8 bit
Interface Type
RS-485
Silicon Manufacturer
Zilog
Core Architecture
Z8 Encore
Silicon Core Number
Z8F0822SJ020
Silicon Family Name
XP F0822
For Use With/related Products
Z8 Encore!™
For Use With
269-4661 - KIT ACC ETHERNET SMART CABLE
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Other names
269-3183
PS022517-0508
Interrupt Vectors and Priority
Interrupt Assertion
Software Interrupt Assertion
Caution:
Caution:
Note:
The interrupt controller supports three levels of interrupt priority. Level 3 is the highest
priority, Level 2 is the second highest priority, and Level 1 is the lowest priority. If all the
interrupts were enabled with identical interrupt priority (all as Level 2 interrupts), then
interrupt priority would be assigned from highest to lowest as specified in
Level 3 interrupts always have higher priority than Level 2 interrupts which in turn always
have higher priority than Level 1 interrupts. Within each interrupt priority level (Level 1,
Level 2, or Level 3), priority is assigned as specified in
enabled), and Illegal Instruction Trap always have highest priority.
Interrupt sources assert their interrupt requests for only a single system clock period
(single pulse). When the interrupt request is acknowledged by the eZ8 CPU, the corre-
sponding bit in the Interrupt Request Register is cleared until the next interrupt occurs.
Writing a 0 to the corresponding bit in the Interrupt Request Register likewise clears
the interrupt request.
Program code generates interrupts directly. Writing 1 to the desired bit in the Interrupt
Request Register triggers an interrupt (assuming that interrupt is enabled). When the
interrupt request is acknowledged by the eZ8 CPU, the bit in the Interrupt Request Regis-
ter is automatically cleared to 0.
Good coding style that avoids lost interrupt requests:
The following style of coding to clear bits in the Interrupt Request Registers
is not recommended. All incoming interrupts received between execution of
the first LDX command and the last LDX command is lost.
Poor coding style resulting in lost interrupt requests:
To avoid missing interrupts, the following style of coding to clear bits in the
Interrupt Request 0 register is recommended:
The following style of coding to generate software interrupts by setting bits
in the Interrupt Request Registers is not recommended. All incoming
interrupts received between execution of the first LDX command and the last
LDX command is lost.
LDX r0, IRQ0
AND r0, MASK
LDX IRQ0, r0
ANDX IRQ0, MASK
Table
Z8 Encore! XP
24. Reset, WDT interrupt (if
Product Specification
®
Interrupt Controller
Table
F0822 Series
24.
60

Related parts for Z8F08200100KIT