Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi all,
I know it is very late to answer this question. However, I decided to post what I found just in case someone come by this thread or searches for this problem then he can find my notes. What I found is that printf() can work only if the related interrupt is enabled. You can put alt_irq_enable_all( 0x01 ); at the beginning of your main function and hopefully everything will go fine.