Tool/software: TI-RTOS
How can the polarity of the PWM output on the CC1310 be set to active low?
The PWM_Polarity flag does is not in the PWM.h header file, and the PWM_Params_init comment says the "PWM instances run in active high output mode". How can this be changed?
The end goal is to have 2 PWMs running at 50% duty cycle but out of phase with each other - so one outputs high while the other outputs low. Are there any other suggestions how to do this by starting a 2nd PWM out of phase with the other, or inverting the output polarity?
Thanks,
Chad C.