Welcome to the Microcontroller and Embedded Systems Laboratory
Here is the list of experiments
- Write a program to multiply two 16 bit binary numbers
- Write a program to find the sum of first 10 integer numbers
- Write a program to find factorial of a number
- Write a program to add an array of 16 bit numbers and store the 32 bit result in internal RAM
- Write a program to find the square of a number (1 to 10) using look-up table.
- Write a program to find the largest/smallest number in an array of 32 numbers
- Write a program to arrange a series of 32 bit numbers in ascending/descending order
- Write a program to count the number of ones and zeros in two consecutive memory locations
- Display "Hello World" message using Internal UART
- Interface and Control a DC Motor
- Interface a Stepper motor and rotate it in clockwise and anti-clockwise direction
- Determine Digital output for a given Analog input using Internal ADC of ARM controller
- Interface a DAC and generate (a)Square and (b)Triangular waveforms
- Interface a 4x4 keyboard and display the key code on an LCD
- Demonstrate the use of an external interrupt to toggle an LED On/Off
- Display the Hex digits 0 to F on a 7-segment LED interface, with an appropriate delay in between