Forum Discussion
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