This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

new to TI tools

Other Parts Discussed in Thread: LM3S818

Hello,

My application is motor drive with the LM3S818

I want to run the Hello world with the simulator: it compiles fine but no text in the Terminal window (functional simulator, but cycle accurate gives same results).

The code is real simple:

#include <stdio.h>						// standard I/O needed for printf

void main(void) {
while (1) {
printf("hello world\n");
}
return;
}

If you tell me how I can also attache the project folder as a zip file...

Any pointers are appreciated!

Thanks,
 Andrea