I see. So then I would be able to do something like this... GPIO0 = EPWM1A GPIO1 = ECAP6 GPIO2 = EPWM2A GPIO3 = ECAP5 GPIO4 = EPWM3A GPIO5 = ECAP1 GPIO6 = EPWM4A GPIO7 = ECAP2 GPIO8 = EPWM5A GPIO9 = ECAP3 GPIO10 = EPWM6A GPIO11 = ECAP4 ...and have each pin be driven at a frequency independent of the others? In other words, I can still use GPIO1 for ECAP6 even though I'm using GPIO0 for EPWM1A. Is that correct?
↧