Hi,
I was following a TI sample code. (HVACI_Sensorless_28335) The code initializes the IO pins as PWM outputs first, and then initializes the PWM module.
Then what is the state of the PWM port pins after initialization of the IO until initialization of PWM?
Also is there a nice way to turn on or off the PWM outputs? I am thinking to do this by changing the port function from PWM to GPIO or vice versa. If anyone has a better solution, please let me know.
Thank you!