This code accompanies the blog “System ticks” by Ken Wada, (February 5, 2013). These listings also appear in the blog, but are downloadable here. Included in the Zip file: LIST01_sysTick.h ...
Counter/timer hardware is a crucial component of most embedded systems. In some cases a timer is needed to measure elapsed time; in others we want to count or time some external events. Here's a ...
Texas Instruments (TI) today introduced two programmable system timers that significantly reduce system standby power consumption. The TPL5000 with watchdog timer and TPL5100 with MOS driver draw only ...
Version 7.0 of the open-source real-time operating system FreeRTOS has been released, adding a software timer, a port to the MSP430X microcontroller, and two additional ‘demos’ – more of which later.
Developing an embedded system can be a challenging adventure. The blurring of the line between hardware and software requires engineers to live and understand two completely different worlds. Staying ...
Most microprocessors have some type of hardware watchdog that can be used to reset the microprocessor and the surrounding hardware to a known state if firmware inadvertently stops executing code. But ...