Part Number: TMS320F28379D
Other Parts Discussed in Thread: SYSBIOS, C2000WARE
Tool/software: TI-RTOS
Hello everybody,
Before SYSBIOS, I used ecap via C2000Ware lib and I could clear ecap interrupt flags after each ecap interrupt like below;
ECap2Regs.ECCLR.bit.CEVT1 = 1; ECap2Regs.ECCLR.bit.INT = 1; PieCtrlRegs.PIEACK.all = PIEACK_GROUP4;
But now I used C2000Ware lib with SYSBIOS and when I look ECCLR bits in debug mode, I can not clear flags by the method that I show above. I tried hwi clear, enable,restore functions( Hwi_clearInterrupt, Hwi_enableInterrupt, Hwi_restorePIEIER,Hwi_clearPIEIER etc.) but it does not work. Do you have any suggestion about fully usage of ECAP with SYSBIOS?


