Forum Discussion
Altera_Forum
Honored Contributor
15 years agoprintfs with no display console open cause back-up in another communication FIFO
Kind of a weird one here... I have a NIOS program which transmits to a Eth MAC through a dc FIFO and a few "adapters." All components are within an SOPC system. I have printfs present and...
Altera_Forum
Honored Contributor
15 years agoHunch seems to have been correct about printf and jtag uart.
Just added(borrowed from another thread): # define DEBUG_BUILD 0 # define printf if (DEBUG_BUILD) printf and problem seems to have gone away. Cos