ARM

In the previous LPC1768 Tutorial, I have given a basic introduction to the LPC1768 MCU in a simple Getting Started with LPC1768 Guide. In this

The main purpose of any microcontroller is to accept input from input devices and accordingly drive the output. Hence, there will be several devices connected

In the GPIO Introduction Tutorial, we have seen an example program to blink a set of LEDs. In order to show the difference between the

Phase Locked Loop or PLL is a system that generates a clock signal with reference to an input signal generally from a crystal oscillator. In

ARM LPC2148 microcontroller is great because of its versatile GPIO (General Purpose Input/Output) ports. These ports let you control electrical signals for many uses, from

ARM Holdings Inc. is a fabless semiconductor company that develops processors, system-on-chips, softwares etc. ARM was founded as Advanced RISC Machines in 1990 as RISC

ARM Processors (or Microcontrollers) are a family of powerful CPUs that are based on the Reduced Instruction Set Computer (RISC) architecture. ARM processors are available

The simplest way to communicate between a computer and a microcontroller is through UART i.e. Universal Asynchronous Receiver Transmitter. It is a type of Serial

PWM or Pulse Width Modulation is a technique that modulates the width of a rectangular pulse wave in order to get a variation in the

The next important project after Blinking LEDs with any microcontroller is to display characters on a LCD. In this project, we will see how to