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.
Hi Ti,
I'm porting the lab 11e of 69M to 49C. but the pwm control functions between them are largely different.
How can I replace the below functions of 69M to 49C.
PWM_setOneShotTrip(hal.pwmHandle[PWM_Number_1]);
PWM_clearOneShotTrip(hal.pwmHandle[PWM_Number_2]);
PWM_clearOneShotTrip(hal.pwmHandle[PWM_Number_3]);
There are already instaspin examples and labs for F280049c, It has all the ported code you can use as reference + you could diff the code you have for older devices verses the ones for F280049C.
Downlaod the MCSDK and look in the solutions for F280049C LaunchPad.
Nima