I am using controller TMS320F280049. While debugging the code through Flash, at the point of GPBMUX1 control reg configuration, it is being suspended with a pop window showing device has entered Low power mode. The values are as shown below.
EALLOW;
GpioCtrlRegs.GPAMUX1.all &= ~(0xFF3FFF0F);
GpioCtrlRegs.GPAMUX2.all &= ~(0xFFFF003F);
GpioCtrlRegs.GPAGMUX1.all &= ~(0xFF3FFF0F);
GpioCtrlRegs.GPAGMUX2.all &= ~(0xFFFF003F);
GpioCtrlRegs.GPBMUX1.all &= ~(0x0003CCFF);
EDIS;
When I try to program for the second time, Programmer is unable to connect with Controller. Plz suggest.