Other Parts Discussed in Thread: C2000WARE, SYSBIOS
Tool/software: TI-RTOS
Hello everyone,
I could add C2000Ware library with SYSBIOS and I created two tasks for blink LED. Tasks are running successfully but I want to use ecap module to detect falling edge. Before SYSBIOS, I used ecap module in C2000Ware lib . Now I tried to create "hwi" function but interrupt did not occur. I looked up wiki website, but I could not see any peripheral example such as ECAP, SCI, CAN etc(except timer). So, do you have any suggestion about ecap with hwi?