Part Number: LAUNCHXL-F28P65X
Other Parts Discussed in Thread: SYSCONFIG,
I created a small project using sysconfig to run two EPWMs with dead time at 1 MHz. I can build my project successfully and run it in debug and see the PWM waveforms on my scope.
However, I wanted to edit the clock tree to set the EPWMCLKDIV to 1 (default is 2) to give me greater resolution on my dead time control. The tool instructed me to include the Device Support module, so I added it and (as I've seen on the forums, here) excluded my device\device.c file from the build.
When I now build the project and run it in debug, no waveforms at all show up on the scope. I do not get any errors, the LEDs are turned on on the board, but there are no outputs from the EPWMs. I've tried the project both with and without the "Use Standard Code Start Branch" option (excluding the f28p65x_codestartbranch.asm file when using it), but I still get the same results. 
If I remove the Device Support module, re-enable the device.c file, and rebuild/rerun the project, my waveforms come back. What am I doing wrong?
My project setup is as follows:






