PA 8001 2014 Practical 0

From CERES
Revision as of 19:02, 4 September 2014 by Ceres (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Objectives

The objectives of this practical are twofold:

  • To set up and familiarise yourself with the lab environment (e.g., Raspberri Pi and ARM Cross Compiler)
  • To make sure that you have understood the basic concepts of C programming required for the rest of the course
  • To acquire basic familiarity with Raspberri PI bare-metal programming
  • To apply basic principles of Test Driven Development

Instructions

You need to submit a single .zip file on blackboard containing the programs for Part 1 and Part 3. The two parts should be put in two different folders, named Part 1 and Part 3, respectively. Only submissions before the deadline are considered, unless you ask for a deadline extension before the deadline. You do not have to wait for an acknowledgment if you ask for an extension. You can only ask for a deadline extension for one week for at most 2 out of 5 practicals.

The practicals are based on the following two practicals:


Part 1: C Programming