Hi,
Unfortunately, I have not the example code to wake-up the DSC from stop mode. But this is the procedures to stop/wake-up.
After asm(stop) is executed, core clock gate and peripheral clock gates (NOT configured in SIM_SD registers) are disabled, so current consumption can be reduced a bit. Any interrupt from peripherals configured in SIM_SD registers, low voltage interrupt, executing a debug mode entry command using the DSC core JTAG interface, and any reset can bring it out of stop mode. Make sure asm(stop) is correctly executed, and instruction execution is indeed stopped, there's no peripheral waveform output, e.g., there should be no eFlexPWM waveform output. We can also set SIM_CTRL[DMAEbl] to 001b to have a try.
Hope it can help you
BR
XiangJun Rong