Question: In this assignment, you will also be programming the other microcontroller MSP430F2013 that you have in your experimenter board. So please make sure you know

In this assignment, you will also be programming the other microcontroller MSP430F2013 that you have in your experimenter board. So please make sure you know how to program that device. Of course you need to write program for both the microcontroller, so you will be creating two projects, one for each microcontroller.You must use a communication line between the MSP430FG4618 and the MSP430F2013 on the experimenter board. It is recommended that you use the connection below:Port on 2013 Port on 4618P1.5 P3.3In your code for MSP430FG4618, you will print the message Press SW1When SW1 is pressed, displaymm:ss:hh time elapsed since SW1 was pressedPlease review how to create a string or character array in C using sprintf function. Right from the start, your program should count the time elapsed. The value mm:ss:hh mean the minutes ,seconds and hundredth of second passed since SW1 was pressed. Right after displaying this value, your counter value (value that you send to mm, ss and hh) should be reset to 0. Use SW1 ISR for this, and timerB to count the time. When SW2 is pressed, a high signal in pin3.3 should be output from MSP430FG4618. This should go off only on next SW2 press. It should go high on next SW2 press and so on and onIn MSP430F2013, the high signal in pin1.5 should trigger the toggling of LED3. When it is low, the toggling should stop (LED3 should be OFF)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!