On the hibernate mode of LM4F120XL it is seen the current is in the range of MicroAmpere, but when i observed it using the program which is given on the work book I got it in the range of Milli Ampere...So what is these huge difference means...?
The program used is given below....
" SysCtlPeripheralEnable(SYSCTL_PERIPH_HIBERNATE);
HibernateEnableExpClk(SysCtlClockGet());
HibernateGPIORetentionEnable();
SysCtlDelay(64000000);
HibernateWakeSet(HIBERNATE_WAKE_PIN);
GPIOPinWrite(GPIO_PORTF_BASE,GPIO_PIN_3, 0x00); "