DSPRelated.com
Forums

How to disable interrupts following a STLM instruction on C55x?

Started by vik35510 May 18, 2004
I've the following C54x code that I'm porting on C55x. CCS crashes;
looks like it doesn't like the XC instruction.

How can I do to the following such that I still prevent an interrupt
from happening following the STLM instruction???

XC #2, UNC ; prevent interrupt following STLM
STLM A, SP
SSBX SXM
SSBX OVM
NOP

Thanx in advance,
Vik