I have a time-critical ISR that I need to run on EPWM2 interrupt. Is it possible to offload that ISR to CPU2 but let CPU1 update the EPWM2Regs register to change its frequency and duty ratio? In essence, CPU2 only needs to run the ISR triggered by EPWM2 but the rest of the properties of EPWM is controlled by CPU1.