Hi,
using CCS, is it possible to make a simulation of a simple program
e.g.
#include <stdio.h>
void main(void)
{
printf("Hello World!\n");
}
within ECLIPSE, output is done via output window of Eclipse?
Using the infos in the headline, what is necessary, what is the processing to realize a project?
Thanks for any help.
JD