Posts Tagged ‘Embedded’
What do you mean by Bootloader
August 27th, 2015 Nilesh Chaurasia
What do you mean by Bootloader in Embedded System A boot loader is a small software or program mostly stored in the ROM memory space of microcontroller. It is the first program runs When any computing system is switched on. Sometimes it is also known as Firmware Program, because it is stored in the ROM. […]
What is the Meaning of Watchdog Timer in Microcontroller or Embedded System
August 27th, 2015 Nilesh Chaurasia
What is Watchdog Timer Watchdog-timer is a timer which, actually reset the embedded system or microcontroller after the timeout specified completes. To avoid the system from reset, the programmer needs to write some instructions (timer restart command) to prevent the timeout of the Watchdog timer. In case of faulty operation, the timer restart command will […]