In this tutorial we see how to create project in KEIL MDK uVision 5 for STM32 ARM Cortex-M based MCUs. Its for beginners who want to get started in programming STM32 with Keil. This tutorial... Read more
In this tutorial we will go through MSP430 Timer programming for MSP430x2xx devices like MSP430G2553, MSP430G2231 found on Launchpad development board. We will also cover two timer examples. Read more
In this tutorial we will go through the programming of input capture mode for timer module of ARM Cortex-M3 LPC176x microcontrollers along with a frequency counter example using capture inpu... Read more
In this tutorial we go through interfacing and control of servo motors with ARM7 LPC2148 microcontroller. In my previous tutorial I had explained PWM in ARM7 LPC2148, now its time use PWM bl... Read more
In this tutorial we learn how to interface DHT11 and DHT22 Humidity and Temperature sensor with ARM Cortex-M3 LPC1768 microcontroller. Read more
Microcontrollers based on ARM Cortex-M processor feature Nested Vectored Interrupt Controller or NVIC for handling interrupts. NVIC in ARM Cortex-M3 (ARMv7-M) implements fixed 8-bit priority... Read more
This time I will discuss ARM Cortex-M0 LPC1114 Pulse Width Modulation (PWM) Tutorial. This programming guide is also applicable for other devices of same family like LPC1115. I will also cov... Read more
In this discussion we will go through ARM Cortex-M3 LP1768 UART programming Tutorial. It is also applicable to for other MCUs of LPC17xx family like LPC1769. Read more
Table of Contents Introduction Registers used in LPC111x Timer Programming Configuring Timers in LPC1114 LPC1114 Timer Prescaler Calculation LPC1114 Timer Examples Blinky Example Match Outpu... Read more
This discussion will guide you through ARM Cortex-M3 LPC1768 PWM programming Tutorial. It is also applicable for LPC1769. I’ll be covering Single Edge PWM along with examples like how... Read more
In this discussion will go through ARM Cortex-M3 LPC1768 Timer Tutorial. In a previous LPC1768 programming tutorial we saw a blinky example using GPIO and harcoded delays, now its time to im... Read more
In this tutorial we will go through LPC1343 GPIO Programming. This tutorial is also applicable for LPC13x1/x2/x3 as well. LPC1343 is a ARM Cortex-M3 based MCU from NXP(Philips). The Name of... Read more
In this tutorial we will learn LPC1114/LPC1115 GPIO Programming. This tutorial is also applicable for LPC11U14, LPC11C14 as well. LPC1114 is a ARM Cortex-M0 based MCU by NXP. The Name of Reg... Read more
After getting your Cortex-M development board now its time for getting started with MCUXpresso IDE. In this Step by Step tutorial we will go through how to create projects in MCUXpresso IDE... Read more
In this tutorial we will go through LPC1768 GPIO Programming. LPC1768 is an ARM Cortex-M3 based MCU by Phillips/NXP and has plenty of General Purpose Input Output pins to play with. The Name... Read more