Dear all,
I am using tm4c1230h6pm in my application . I am facing the issue while entering the sleep mode.
can some one help me with the sample / demo code here. i think this controller does not support hibernate mode.
i am trying with the below think, but not getting the appropriate results:
SysCtlPeripheralSleepDisable(SYSCTL_PERIPH_UART0);                  //Disable uart0 peripheral in sleep mode
 ROM_SysCtlPeripheralClockGating(true);
 SysCtlSleepPowerSet(SYSCTL_FLASH_LOW_POWER | SYSCTL_SRAM_LOW_POWER);
 ROM_SysCtlSleep();                                                        
 
 
Regards
Mandar
 
				 
		 
					 
                          