Forum Discussion
Altera_Forum
Honored Contributor
22 years agoprintf Problem with custom Board and NIOS II
Hello has anybody the same problem or an solution? I'm using a custom board with an stratix device and a NIOS II/f Debug Level 2. The NIOS II itself has a lot of user-defined interfaces, ...
Altera_Forum
Honored Contributor
22 years agohmmmmm that should have worked.
The fact that it compiled means you have the right includes for your code, so I guess it's worth checking out how much memory resources you have in case you have some memory collision. I would also try adding a Jtag uart and re-directing to it if you have the ability to do so to determine if the problem is in the code or the uart itself. With the current uart implemented do you see any data at all coming back? Sorry that I can't be of more help (been using the jtag uart for NIOS II this whole time). Good-luck