Hi,
I try to configure TI DSP 6727 to generate periodic RTI interrupt. I configured compare 1 with FRC 1 to generate INT1. I only get one interrupt. I observed the RTI registers values and find RTIINTFLAG =2 always. It does not cleared automatically when the INT5 is serviced. If I manually set ISR = 0x20 from watch window, I can get second interrupt. My guess the problem is on the RTIINTFLAG is not cleared after serviced, resulting in no trig on CPU interrupt, since IFR = 0 always after first interrupt is serviced. Do I need to clear RTI register (looks no reg for me to clear the status) in ISR route for continue interrupt like dmax?
Thanks