Month: September 2020
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.
MT1 solution of Spring 2020 has an error
The array data should have been in .text region and not .data region. I am posting this incase you are reviewing the Spring 2020 MT1.
Comments related to emails of this week have been posted
Midterm01 has been posted
Due Date: Sunday, Oct. 4, 11:59pm
Screencast10 is online
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.
CCS Introduction Screencasts and CCS Basic doc
CCS Introduction is in Screencast6 and Screencast7. A one page CCS_basics doc is in the Lessons tab.