This document outlines 10 experiments for an embedded system design elective course. The experiments include interfacing LCD displays and keyboards to microcontrollers and writing programs to display pressed keys. Other experiments involve implementing tasks, scheduling, semaphores, message passing, and interrupts using a real-time operating system on a microcontroller board. Additional experiments cover implementing I2C and USB protocols as well as a program for low power modes of a microcontroller. The document provides a list of experiments and staff incharges for the course.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
37 views
Embedded System Design
This document outlines 10 experiments for an embedded system design elective course. The experiments include interfacing LCD displays and keyboards to microcontrollers and writing programs to display pressed keys. Other experiments involve implementing tasks, scheduling, semaphores, message passing, and interrupts using a real-time operating system on a microcontroller board. Additional experiments cover implementing I2C and USB protocols as well as a program for low power modes of a microcontroller. The document provides a list of experiments and staff incharges for the course.
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
EMBEDDED SYSTEM DESIGN
(ELECTIVE-I) B.E E&TC SEM-I List of Experiments
1. Interfacing 4X4 matrix and 16X2 character LCD display to
microcontroller/microprocessor and writing a program to display a pressed key. 2. Interfacing 4X4 matrix keyboard and 16X2 character LCD display to microcontroller/microprocessor and writing a program using RTOS for displaying a pressed key. 3. Writing a scheduler using RTOS for 4 tasks with priority. 4. Implement a semaphore for any given task switching using RTOS on microcontroller board. 5. Implement a program for three different tasks in RTOS and context switching between these three tasks. 6. Implement a program for creation of message mailbox in RTOS and posting of message from one task and receiving the message in another task. 7. Write a program using ISR based events for microcontroller / microprocessor board using RTOS. 8. Write a program to implement I2C protocol for PCA 89XX devices using 8051/89C51 microcontroller. 9. Implementation of USB protocol on PIC 18FXx series and transferring data to PC. 10. Implementation of algorithm/program for the microcontroller for low power modes.