Part Number: TMS320F28375D
I am using some TI FCL motor sample code that has the following lines:
// Enable Muxes for ored input of CMPSS1H and 1L, mux for Mux0x
//cmpss1 - tripH or tripL
XBAR_setEPWMMuxConfig(XBAR_TRIP4, XBAR_EPWM_MUX00_CMPSS1_CTRIPH_OR_L);
//cmpss3 - tripH or tripL
XBAR_setEPWMMuxConfig(XBAR_TRIP4, XBAR_EPWM_MUX04_CMPSS3_CTRIPH_OR_L);
//cmpss6 - tripH or tripL
XBAR_setEPWMMuxConfig(XBAR_TRIP4, XBAR_EPWM_MUX10_CMPSS6_CTRIPH_OR_L);
The motor is hooked to three phases on EPWM1, EPWM2, and EPWM3. For some reason CMPSS1, CMPSS3, and CMPSS6 were chosen to check for overcurrent. My question is can any CMPSS be used for any EPWM unit? For example, can I use CMPSS1, CMPSS2, and CMPSS3 or any other combination?
Regards,
Neil