Part Number: TMS320F28388D
Other Parts Discussed in Thread: SYSCONFIG
Hi experts,
My customer wants to input eCAP4 APWM to CLB.
They set the CLB4 register settings as follows, but no APWM signal is input.
CLB_configLocalInputMux(CLB4_BASE,CLB_IN2,CLB_LOCAL_IN_MUX_ECAP_ECAP_OUT);
CLB_configGPInputMux(CLB4_BASE, CLB_IN2, CLB_GP_IN_MUX_EXTERNAL);
When ePWM was input to CLB as shown below, the PWM signal was input correctly.
CLB_configLocalInputMux(CLB4_BASE, CLB_IN2, > CLB_LOCAL_IN_MUX_GLOBAL_IN);
CLB_configGlobalInputMux(CLB4_BASE, CLB_IN2, CLB_GLOBAL_IN_MUX_EPWM2A);
CLB_configGPInputMux(CLB4_BASE, CLB_IN2, CLB_GP_IN_MUX_EXTERNAL);
Also, if they jumper the eCAP4 APWM to GPIO INPUT6 as shown below, the APWM will be correctly input to the CLB.
CLB_configLocalInputMux(CLB4_BASE, CLB_IN2, CLB_LOCAL_IN_MUX_INPUT6);
CLB_configGPInputMux(CLB4_BASE, CLB_IN2, CLB_GP_IN_MUX_EXTERNAL);
They want to input the eCAP APWM to the CLB inside the device, not the jumper, so I want it to work with the top settings.
Please tell me how to input the APWM of eCAP to CLB.
Best regards,
Sasaki

