This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0C1104: Add TIMER-PWM in my project but not working

Part Number: MSPM0C1104
Other Parts Discussed in Thread: SYSCONFIG,

Tool/software:

Hi, I add the TIMER-PWM settings in .syscfg and set PA2 pin for the PWM Channel 0 (as picture).

PWM settings

in the main function

I add 

DL_TimerG_startCounter(PWM_0_INST);

into .c file, but nothing happened

How do I control the fan speed when running my project?

Could you give me some suggestions, thank you.