This week you will go over the basic differences between the MSP430's assembly ISA and the LC-3's, and learn how to write a basic assembly program for the MSP-430 using TI's Code Composer Studio. You have two main tasks ahead of you:
- Following the breadboard assembly instructions, put together a basic I/O package for the MSP430 launchpad. Once you have everything (hopefully) wired correctly, the pre-flashed test program should run correctly. If it doesn't, work with the labbies to troubleshoot your board!
- Coding in MSP430 Assembly, implement a Fibonacci sequence calculator. This should be done with a loop and run infinitely. Step through, explain, and demonstrate the code, using the CCS4 Debugger. Be sure to view the registers while stepping through the program. Observe the amount of CPU cycles each of the instructions takes to complete. Detailed Instructions








