|
Re: Output Error
What kind of values? Through a printf() call, I assume. The IFI terminal, which I assume you're referring to, can be a little strange sometimes. The only time I've ever gotten any output to the terminal is immediately after uploading code, before you unplug the cable. Try it again, and if you still don't get any output, double check that there isn't an if() statement or something in your code that prevents printf() from being called. Other than that, something in your hardware must be faulty.
__________________
Code:
void function(void)
{
function();
}
|