English
Language : 

DSP56311CE1K34A Datasheet, PDF (9/14 Pages) Motorola, Inc – DSP56311 Device Errata for Mask
ED33 cont.
Documentation Errata
Will be replaced by:
1K34A
do #M,label1
.....
.....
do forever,label2
.....
.....
JScc fix_brk_forever_routine
note: JScc and not Jcc
.....
.....
; <---
nop_before_label2
nop
label2
.....
.....
label1
....
....
; This instruction must be NOP.
fix_brk_forever_routine
move ssh,x:<..> ; <..> is some reserved not used
address (for temporary data)
move #nop_before_label2,ssh
bclr #16,ssl
;
move #1,lc
rti
; <---- note: "rti" and not "rts" !
ENDDO
------
Original code:
do #M,label1
.....
.....
DSP56311 Device Errata for Mask 1K34A, Rev. 5
Freescale Semiconductor
9