P60ARM-B Zarlink Semiconductor, Inc., P60ARM-B Datasheet - Page 21

no-image

P60ARM-B

Manufacturer Part Number
P60ARM-B
Description
32-bit RISC microprocessor
Manufacturer
Zarlink Semiconductor, Inc.
Datasheet
3.4.8 Interrupt Latencies
The worst case latency for FIQ, assuming that it is enabled, consists of the longest time the request can take
to pass through the synchroniser ( Tsyncmax ), plus the time for the longest instruction to complete ( Tldm , the
longest instruction is an LDM which loads all the registers including the PC), plus the time for the data abort
entry ( Texc ), plus the time for FIQ entry ( Tfiq ). At the end of this time ARM60 will be executing the
instruction at 0x1C.
Tsyncmax is 3 processor cycles, Tldm is 20 cycles, Texc is 3 cycles, and Tfiq is 2 cycles. The total time is
therefore 28 processor cycles. This is just over 1.4 microseconds in a system which uses a continuous 20
MHz processor clock. The maximum IRQ latency calculation is similar, but must allow for the fact that FIQ
has higher priority and could delay entry into the IRQ handling routine for an arbitrary length of time. The
minimum latency for FIQ or IRQ consists of the shortest time the request can take through the synchroniser
(Tsyncmin) plus Tfiq. This is 4 processor cycles.
To reduce the interupt latency, Tldm can be reduced by using an option in the complier which splits LDM
instructions so that it will only load or store a user defined number (between 3 and 16) of registers at any
one time.
If this option is used, then the MUL or MLA instruction can potentially become the longest taking up to 17
cycles, depending on the data being manipulated.
3.5 Reset
When the nRESET signal goes LOW, ARM60 abandons the executing instruction and then continues to
fetch instructions from incrementing word addresses.
When nRESET goes HIGH again, ARM60 does the following:
(1)
(2)
(3)
Overwrites R14_svc and SPSR_svc by copying the current values of the PC and CPSR into them.
The value of the saved PC and CPSR is not defined.
Forces M[4:0]=10011 (Supervisor mode) and sets the I and F bits in the CPSR.
Forces the PC to fetch the next instruction from address 0x00
Programmer's Model
17

Related parts for P60ARM-B