Hi!
I have coded a program and I think it's working as it should - (I am not using a LaunchPad, but a board that was designed by my university which utilizes the F2837xD core).
However, my oscilloscope is showing that there is no PWM output on my test pins. I would like to test the PWM signals from directly within the code composer studio - to see whether there is an issue with the board and the PWM signals are being generated as they should, or whether my code is just not correct and the PWM is not working as desired.
is there a way to do this with the graph function inside of CCS? I can't see any way to graph for example the GPIO that is given to the PWM modules. Maybe there is another way? Is there a requirement in the code to set the GPIO pin associated with a PWM module high, to trigger the PWM output on? Does the module not do that itself when the TBCTR crossed the value in the CMPA register?
Best wishes,
Joel