Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNIOS II + Character LCD + DE0 Nano = Problem!
Hi all, I have spent my entire weekend trying working on the character LCD module provided as a display peripheral with NIOS II, and i am going nowhere with it! Here is my situation; SOPC ...
Altera_Forum
Honored Contributor
14 years agoPersonally I wouldn't try to debug hardware using printf() - I'd test using the low level hardware interface.
You might have issues because printf() could be buffering output.