Hi, experts:
I used CCS Theia 1.3.1 and set TIMG14 as pwm output clock, enable all 4 channels, but only PA16/PA23 are OK, PA24/PA25 got nothing at oscilloscope, I also modified C:\ti\mspm0_sdk_2_00_00_03\source\ti\driverlib\dl_timerg.h, add below contents to fix compile errors as TI support suggested in another thread:
/**
* @brief Index associated to Capture Compare 2
*/
#define DL_TIMERG_CAPTURE_COMPARE_2_INDEX DL_TIMER_CC_2_INDEX
/**
* @brief Index associated to Capture Compare 3
*/
#define DL_TIMERG_CAPTURE_COMPARE_3_INDEX DL_TIMER_CC_3_INDEX
attached file is the project I test, please help to check what did I miss, thanks.
Bill