Hello Ti's engineers,
I want to use ECM module in DSP/BIOS, so I have followed the instructions at page 150 in the datasheet of TMS320C6000 DSP/BIOS 5.x Application Programming Interface Reference Guide. Besides I used GPIO module to produce a external interrupt when it had detected a falling edge of GPIO signals. And I'm sure that this method is successful when I used HWI module directly. After I had transformed HWI into ECM, it didn't work, programme couldn't run into the ISR of event which was configured in ECM module in DSP/BIOS. I had checked the registers about ECM and I could see that the EVTFLAG, EVTMASK and MEVTFLAG were all right.
So, I want to know if there are some details I had missed. And my DSP/BIOS is v5.31.02.
Thank you!