This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049: Entering Low power mode while debugging.

Part Number: TMS320F280049

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.