Description of Operation
22-14
ADSP-BF50x Blackfin Processor Hardware Reference
To emulate continuous sequencing mode using ACM:
• Enable only one timer (Timer0)
• Enable events and program the event time values as:
Event 0 time = X
Event 1 time = X+Y
Event 2 time = X+2Y
where X,Y value are as described in the single-shot case (Y
can be slightly less than T
H
+T
CSW
+T
S
+T
Z
to avoid any
break between Events)
• Enable one of the two general purpose timers (TMR2 and TMR7)
to generate an ACM trigger with the following time period:
Timer time period = N*Y
where N = number of enabled events
Y = T
H
+T
CSW
+T
S
+T
Z
(Y should be exactly equal here)
For more information on ACM triggers, refer to
“Interface
Overview” on page 22-3
.
Continuous sequencing may also be implemented without the use of the
general purpose timers TMR2 or TMR7, but through the use of general
purpose I/O (GPIO) pin. This may be achieved by using a GPIO as a trig-
ger and by enabling the event completion interrupt for an event that
precede the last event. In the interrupt service routine, the GPIO is pro-
grammed to generate a new trigger in order to repeat the sequencing of
events again.
The interrupt should be triggered early enough to account for any
offset value (for example,
ETIME0
value)
Summary of Contents for EZ-KIT Lite ADSP-BF506F
Page 50: ...Contents l ADSP BF50x Blackfin Processor Hardware Reference ...
Page 92: ...Development Tools 1 30 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 110: ...Interface Overview 3 12 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 236: ...Internal Flash Memory Control Registers 6 92 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 650: ...Programming Examples 15 56 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 804: ...Programming Examples 17 92 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1194: ...Programming Examples 24 90 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1256: ...ACM Registers A 50 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1264: ...Boundary Scan Architecture B 8 ADSP BF50x Blackfin Processor Hardware Reference ...