Other Parts Discussed in Thread: EK-TM4C1294XL
Hi,
I am using TM4C1290NCPDT customized board & IAR compiler.
Timer0 configured to generate ISR for every 100ms.
When system gets NMI ISR trying to put the system in sleep mode.
Enable sleep mode using below configuration sequence,
SysCtlPeripheralClockGating(true);
SysCtlPeripheralSleepEnable(SYSCTL_PERIPH_TIMER0);
SysCtlPeripheralSleepEnable(SYSCTL_PERIPH_UART6);
SysCtlSleep();
System not getting wake up, always in sleep mode mode.Timer0 ISR also not occurring while in sleep mode.
if Voltage increased to normal power still system in sleep mode.
Kindly help.
Thanks.