top of page
Search


LPC2148 Watchdog Timer
Introduction to Watchdog Watchdog Timer (WDT) can be helpful to automatically reset the system whenever a timeout occurs. System reset is...


LPC2148 SPI (Serial Peripheral Interface)
Introduction to SPI The Serial Peripheral Interface (SPI) is a bus interface connection protocol originally started by Motorola Corp. SPI...


RTC (Real Time Clock) in ARM LPC2148
Introduction to RTC Real Time Clock (RTC) is a time counter that counts real time continuously. We can get present time details using...


PWM in ARM LPC2148
Introduction Pulse Width Modulation (PWM) is a technique by which width of a pulse is varied while keeping the frequency constant. A...


LPC2148 I2C
Introduction to I2C I2C (Inter Integrated Circuit) is a serial bus interface connection protocol first invented by Philips Semiconductor...


LPC2148 DAC (Digital to Analog Converter)
Introduction to DAC Digital to Analog Converter (DAC) are mostly used to generate analog signals (e.g. sine wave, triangular wave etc.)...


ADC (Analog to Digital Converter) in ARM LPC2148
Introduction to ADC Analog to Digital Converter(ADC) is used to convert analog signal into digital form. LPC2148 has two inbuilt 10-bit...


LPC2148 (32-bit ARM7TDMI-S processor) GPIO Ports and Registers
Introduction to GPIO General-purpose input/output (GPIO) is a pin on an IC (Integrated Circuit). It can be either input pin or output...


Getting started with ARM LPC2148 using Keil uVision IDE
There are various development environments available in the market for ARM processors. Some of these are mentioned below : CrossWorks for...
bottom of page