I have converted a Solar DC DC inverter control suite project, from F28035 to F28027.
Code is running properly, Cpu Timers are working.
Interrupts are also getting generated in the code by:
IER |= M_INT3; // Enable CPU INT3 for capture interrupt
PieCtrlRegs.PIEIER3.bit.INTx4 = 1;
But, the corresponding ISRs are not getting called.