Difference between revisions of "Realtime OS on Embedded Systems"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Semester Projects)
(Fall 2012)
Line 13: Line 13:
 
<HR>
 
<HR>
 
=== [[CmpE146 Fall 2012|Fall 2012]] ===
 
=== [[CmpE146 Fall 2012|Fall 2012]] ===
The class size increased to 27 students this semester; a record that broke a record set by the previous semester.
+
The class size increased to 24 students this semester; a record that broke a record set by the previous semester.
  
 
=== [[CmpE146 Spring 2012|Spring 2012]] ===
 
=== [[CmpE146 Spring 2012|Spring 2012]] ===

Revision as of 19:22, 14 September 2012

CmpE146

This course teaches students on how to write UART, SPI, and I2C Drivers and interface their drivers to peripherals. There are about 8 weekly labs in which students not only write drivers, but also learn the core of Real-time Operating Systems including threading (tasks), and inter-task communication using Queues and Semaphores. FreeRTOS is the operating system used with C/C++ Compiler based on GNU.

When the course was started by Dr. Ozemek @ SJSU, not many resources were out there. Still, with helpful guidance from Dr. Ozemek, interesting projects were created. This is when I started to help out in Embedded System Courses, and by collecting and sharing knowledge, we've raised the bar at SJSU!

There have been many great projects at SJSU, but since no one knew about them, the hard work went to a waste for anyone but the creator. But now we've got the infrastructure to share the projects, which turn out as great references for future students. Here is my project that started around 2007, and turned into Bachelor's Senior Design Project:
YouTube Video of Self-Navigating Car

Semester Projects

Every semester, CmpE146 students are given about 7 weeks to complete their projects. During this short time-span, students form groups, order parts, and begin working on their projects. The work performed during the semester is documented at this Wiki.



Fall 2012

The class size increased to 24 students this semester; a record that broke a record set by the previous semester.

Spring 2012


Handy References