Question: Task: Using Assembly, write a program that blinks the red LED using morse code. Each dot must be on for 0 . 5 seconds and

Task: Using Assembly, write a program that blinks the red LED using morse code. Each dot must be on for 0.5 seconds and off for 0.5 seconds. Each dash must be on for 1.5 seconds and off for 0.5 seconds. Timing must be done using the Timer A module. When a sequence of 4 hex values is input onto register R15, your code must transmit the 4 morse code characters once the
left push button is pressed with a 1.5 second off delay in between each character. Use the following lookup table to translate hex to morse code. This is using an msp430 board and the lookup table should be in hex
0x0= NULL 0x1= I 0x2= N 0x3= T
0x4= S 0x5= R 0x6= M 0x7= O
0x8= E 0x9= D 0xA = U 0xB = C
0xC = L 0xD = B 0xE = P 0xF = F

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 Programming Questions!