Lab 6a – Simple Timer Interrupt
File Management
1. Verify that all projects (and files) in your workspace are closed.
If some are open, we recommend closing them.
2. Import previous solution for lab_05a_buttonInterrupt.
Import the solution from the archive:
C:\msp430_workshop\<target>\solution\lab_05a_buttonInterrupt_solution.zip
3. Rename the project to: lab_06a_timer
4. Delete old, unnecessary code.
We won’t be using the pushbutton, so you can delete that code from the initGPIO() function.
Make sure, though, that the LED setup code remains.
5. Make sure both LED’s are configured.
Verify that both LED GPIO outputs are properly configured – adding the code, if necessary.
That means, on the F5229 Launchpad, setting up both P1.0 and P4.7.
Also, we recommend initializing LEDs by turning them off.
6. Build the project to verify no errors were introduced.
MSP430 Workshop - Timers 6 - 41