I am using a TMS570LS1227 with CCS 6.1 and Halcogen 04.05.01.
I am using the pwmEND_OF_PERIOD interrupt to dynamically modify the PWM period. I notice that even when the PWM is off (not outputting a signal on the pin), the interrupt is still occurring.
I'm using the API functions pwmSetSignal(), pwmStart(), and pwmStop().
If there is a signal attached to the PWM, does the period expire like a timer even when the signal is not being output?