The Basics After writing the first blinky program using random delay , now its time to improvise and induce precise delay using timers! The real fun in embedded starts when you start playing... Read more
Many guys including me have been facing a problem with KEIL uVision4 with ARM7 based microcontrollers like LPC2148 where the Interrupts or IRQs wont execute even if the code is correct .. bu... Read more
On special request of our readers today we are posting a new tutorial for interfacing HD44780U / KS0066U based 16x2 LCD Module with LPC2148 microcontroller. Read more
Introduction PLL stands for Phase Locked Loop and is used to generate clock pulse given a reference clock input which is generally from a crystal oscillator(or XTAL). Configuring and using P... Read more
When getting started in embedded programming, GPIO (viz. General Purpose Input Output) pins are one of the first things played with. Its also quite evident that the most popular “hello... Read more