Other Parts Discussed in Thread: LAUNCHXL-F280039C,
Hello,
Previously when I used a LAUNCHXL-F280039C, it had a function called ECAP_selectECAPInput() available in ecap.h file. I used to take a ADC 0 signal as an input to this eCAP1 using the following code,
XBAR_setInputPin(INPUTXBAR_BASE, XBAR_INPUT7, ADC_CH_ADCIN0);
ECAP_selectECAPInput(ECAP1_BASE, ECAP_INPUT_INPUTXBAR7);
But now I am using the TMS320F28379D which don't have the ECAP_selectECAPInput() available. How can we give the ADC signal to eCAP input without any external connection?
Can you please help?
Thanks!