You will have two weeks to complete this lab. It is recommended to complete one task each week.
- 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. Note the amount of CPU cycles each of the instructions takes to complete. Part I Detail
- Coding in MSP430 assembly, write a simple I/O echo program. Setup the GPIO pins and poll the input switches for any changes. On a change, take the input and display it to the output. Step through this program to observe how it behaves. Part II Detail








