Question: Help Use mspfr430 Use C 1. Create a C program that runs on the MSP430 that will blink LED1 (port 1 pin 0).at a rate
1. Create a C program that runs on the MSP430 that will blink LED1 (port 1 pin 0).at a rate of exactly 1 Hz (meaning one cycle per second). The LED should be on for a fraction x of the cycle and off for a fraction 1-x of the cycle. Select two values of x between and specify your choice. 2. Start with your program in part 2.1 and create a C program that runs on the MSP430 that will execute an interrupt subroutine in response to pushing button P1.1 and as a result increases the rate at which LEDI (port 1 pin 0) blinks. Your program should increase the rate at which LEDI blinks for 4 button presses. On the fifth button press the program should reset the LEDI blinlk rate to 1 Hz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
