Dates of MT2, Project and Final

The Final will be posted on Dec. 2, the date announced in the syllabus. MT2 and the project will be posted on a Sunday immediately following the date announced in the syllabus.

Note about Quiz2

If you start with the assembly language template generated by CCS, then the template will include the following lines:

;——————————————————————————-

.cdecls C,LIST,”msp430.h”

;——————————————————————————-

.def RESET

;——————————————————————————-

However, the code on Page06, Lesson06,  is missing the “.def RESET” line. So if you copy the code from Page06 verbatim then this line will be missing, which will give rise to errors. Please make sure that you have the line “.def RESET” line in your code.

Don’t copy and paste code into CCS directly from a PDF document

For Quiz02, input your code yourself directly in the CCS text editor, do not copy and paste the code from the PDF document. PDF documents often have invisible characters which get copied into the CCS text editor. This can cause multiple error messages to be issued when you build your program.