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.

Hello all, I'm attemtping to program a TI MSP430 microcontroller to flash

#include #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

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!