DSPRelated.com
Forums

help on interrupt flag

Started by Giampiero Ciammetti April 17, 2001
 
 
I have a problem with flag the INT2. If I execute the following program in simulation mode
the Code Composer to reset the flag in the register
 
    LD       #0,DP
    RSBX    CPL
    SSBX    INTM
    ORM     0x0004,IFR
    ===============  
 
The same program, I execute in emulation mode, does not clean up the flag.
Why? In attended of a your aid, Best Regards