This time we will go through ARM Cortex-M3 LPC1343 ADC programming tutorial. We will see how to convert an Analog signal to its Digital version. We will also see LPC134x basic ADC Interfacin... Read more
In this tutorial, I will be discussing basic UART (SERIAL) programming tutorial for ARM Cortex-M0 LPC1343 microcontroller. We will also go through two LPC1343 UART examples. Read more
Since ARM Cortex based LPC111x and LPC134x MCUs use CCLK as PCLK for Timer blocks its relatively easy to write a function which can compute required prescale value for a given resolution in... Read more
In this discussion we will go through ARM Cortex-M3 LPC1343 Timer Programming Tutorial. LPC1343 has two 16-bit Timers and two 32-bit Timers. Both of them are similar in operation except for... 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
Many ARM Cortex-M series of MCUs from NXP from the LPC1000 family viz. LPC11xx, LPC13xx, etc. have I/O configuration registers for Port Pins called IOCON. In this tutorial we will discuss ab... Read more