Forum Discussion
VRama10
New Contributor
7 years agoNios II - No output in the console
Hi, I'm working with Nios II system and frequently I had to rely on the Nios II output console to debug my application code. Initially when I build the project, the console is working fine. But aft...
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi,
If the console was working and then stops displaying the output, this might be something went wrong in the code or the NIOS stuck in an inf loop without calling the printf function.
Can you please first check the Qsys design and the .c code for any reason might makes the NIOS II stuck somewhere or Can you please share with me more info about your application so I can replicate the error?