Reply by David Harmon May 9, 20152015-05-09
On Thu, 07 May 2015 20:14:00 -0500 in comp.arch.embedded,
"speedofsound1" <105552@EmbeddedRelated> wrote,
>I will be using the microphone to voice activate (as demo) the LED in port >P1.6. This sounds really simple but I can't get the thing to complie.
Look for the helpful message from the compiler saying *why* it won't compile.
Reply by Don Y May 8, 20152015-05-08
On 5/8/2015 7:18 AM, Jack wrote:
> "speedofsound1" <105552@EmbeddedRelated> wrote: > > >> Can someone write a quick program to see if I am doing it all wrong? > > > //*********************************** > > #include <stdio.h> > #include <stdlib.h> > #include <stdint.h> > > void main(void) > { > printf("Hello World!);
printf("hello, world");
> return 0; > } > > //*********************************** > > Bye Jack >
Reply by Jack May 8, 20152015-05-08
"speedofsound1" <105552@EmbeddedRelated> wrote:


> Can someone write a quick program to see if I am doing it all wrong?
//*********************************** #include <stdio.h> #include <stdlib.h> #include <stdint.h> void main(void) { printf("Hello World!); return 0; } //*********************************** Bye Jack -- Yoda of Borg am I! Assimilated shall you be! Futile resistance is, hmm?
Reply by Michael Kellett May 8, 20152015-05-08
speedofsound1:
> I wrote earlier this week in regards to requirement of a program that > converts signals in analog to digital for the MSP43 G2553 to read. > > I think I have a better approach to my problem... > > I will be using the microphone to voice activate (as demo) the LED in
port
> P1.6. This sounds really simple but I can't get the thing to complie. > > Can someone write a quick program to see if I am doing it all wrong? > --------------------------------------- > Posted through http://www.EmbeddedRelated.com
Better than that - you post what won't compile and perhaps someone here will be able to work out why. MK
Reply by speedofsound1 May 7, 20152015-05-07
I wrote earlier this week in regards to requirement of a program that
converts signals in analog to digital for the MSP43 G2553 to read. 

I think I have a better approach to my problem...

I will be using the microphone to voice activate (as demo) the LED in port
P1.6. This sounds really simple but I can't get the thing to complie.

Can someone write a quick program to see if I am doing it all wrong? 
---------------------------------------
Posted through http://www.EmbeddedRelated.com