You are on page 1of 2

EMBEDDED SYSTEMS LAB

1. Introduction with Embedded C / C++ Programming for ARM Processor


2. Simple assembly programs
1. Addition 2. Subtraction 3. Multiplication 4. Division
Interfacing Programs
4. 8 bit digital output LED interface
5. 8 bit digital Inputs (Switch Interface)
6. 4 x 4 Matrix Keypad Interface
7. Buzzer Interface
8. Relay Interface
9. LCD Interface: Character and Graphics LCD
10. Serial Transmission and Reception
11. Analog to Digital Conversion(on chip ADC)
12. I2C Device Interface
13. Serial EEPROM
14. Seven Segment LED Display Interface
15. Real Time Clcok
16. Interfacing with temperature Sensor
17. Stepper motor Interface
Application Programs
18. Interfacing with Temperature Sensor
19.10 Base T Ethernet Interface
20. Secure Disk(SD) Card Interface
21.Real Time Data Acquisition through USB
Hands on Exercise Based on RTOS Programming (Simulator)
23.Case Study : C/ OS II OS Overview
24.Study and create an IAR Project for LPC 2148 to implement RTOS
programming(Simulator)
25.To study and implement Multitasking. Write a simple program with two
separate LED blinking tasks.

26.Study and implement priority scheduling & OS time delay functions by writing
27.different UART transmitting tasks.
1. Implement OS Real time Multitasking by writing a multitasking program
with the tasks
a. Interface RTC and display on LCD first line Continuously
b. Interface ADC and Display on LCD second line Continuously.
2. Implement OS Real Time Multitasking by Implementing three tasks
a. Read the Key input and display on seven segment LED
b. Read the ADC Analog input and plot the Corresponding signal
on a graphical LCD
c. Generate a PWM signal with XON Time and Yoff time
3. Interface a stepper motor and control the speed of rotation by
implementing RTOS delay functions Plot a Sin wave on the Graphical
LCD with frequency varying corresponding to the motor speed.

Note : Choose Any 12 Experiments from above


------------

You might also like