Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMicro C stops and does not resume
Hello, I have a problem using Micro C in Nios EDS. I do not have a wide experience working with Nios EDS and I am sorry if my problem is basic but I have not been able to find the solution. ...
Altera_Forum
Honored Contributor
14 years agoIs the printf("Hello") in main displayed?
Try one of the following: - set a PIO or a LED in the very beginning of main in order to see if program starts. - place a OSTimeSet(0) call in main, before creating tasks - use TK_SLEEP(3000) instead of OSTimeDlyHMSM(0, 0, 3, 0) - place a TK_SLEEP(1000) after the print in main, too