Quote:
|
Originally Posted by steven114
I believe that there are a few #define statements in one of the header file that change PWMs 13-16 to either IFI_PWM or USER_CCP. That might be what you're looking for...
|
No, that's not it. The Setup_PWM_Output_Type() function is to set up the specifics of the PWM signal. if you don't use IFI_PWM for all 4, you have to set it up yourself (see comment in the default code). this is done in User_Initialization().