Hi,
I'm using the DRV8312-Kit with the C2000 Piccolo ControlCard.
I want to measure the velocity of the motor with the hall sensors, but there are some problems.
I'm using a InstaSpin Motion Project (Lab6d) of motorware_1_01_00_10.
I've looked at the example program of controlSUITE,too.
My problem:
- Is it possible that I'm able to use only eCAP1 in this project? Because I'm able to write into the ecap1 registers, but when I try to write in eCap2 or 3, there are no changes. In the headerfile "gpio.h" in the enum "GPIO_Mode_e" there is only eCAP1, too.
-in ecap1 only cap1 (with rising edge) is changing. cap2 with falling cap3 with rising and cap4 with falling edge is not changing
Fabian