Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIf you're code is exiting/ending shortly after the print statement, then you could be dealing with a case where the ISR that handles stdout not being allowed to finish.
You could try adding a usleep() of a second or two just to make sure this completes. Cheers, slacker