Question: Hello all, I'm attemtping to program a TI MSP430 microcontroller to flash messages in Morse code using C language. I'm currently stuck with two errors
Hello all, I'm attemtping to program a TI MSP430 microcontroller to flash messages in Morse code using C language. I'm currently stuck with two errors shown below. Any debugging help is appreciated. I'm programming in Code Composer Studio v4.0 in order to program the micro controller.

#include
void main() { char str[25],str1[100]; clrscr(); fflush(stdin); printf("enter the String"); gets(str); int j=0; for(int i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
