Skip to content
Abhimanyu Ghosh edited this page Apr 19, 2017 · 5 revisions

Welcome to the EL6483_EmbeddedSystems wiki!

This wiki contains documentation pertaining to the Real-time Embedded Systems course (EL6483) at the NYU Tandon School of Engineering in Spring of 2017.

Course professor: Professor Matthew Campisi

Course announcements

There will be a quiz on Wednesday, April 19th!! Please review RTOS and related material from the previous week's lecture!

Known issues

  • If you are using printf() and scanf() (and other stdio/stdlib functions like malloc() and free()) take a look at Demo7. Also, previous revisions of this repository contained a defective linker.ld script that had the wrong top-of-stack address hard-coded. An updated linker.ld is now present on this repository and the error should NOT persist.