Forum Discussion
Altera_Forum
Honored Contributor
17 years agoBehavior of printf through jtag_uart directed to stdout
Dear all, My design uses a NIOS II on ARIA-GX. Briefly it is an AMC (µTCA) board with a Gigabit port (Gigabit MAC and alt2gxb). The board is able to receive some simple commands and returns d...
Altera_Forum
Honored Contributor
17 years ago<div class='quotetop'>QUOTE (slacker @ Jul 17 2009, 10:11 AM) <{post_snapback}> (index.php?act=findpost&pid=23162)</div>
--- Quote Start --- This will happen if you don't have an interval timer defined as your system timer in your system. - slacker[/b] --- Quote End --- Thank you very much Slacker. I read one of your old post about the same problem. And I was trying this solution. But how it works. Does the printf function use the system timer for a timeout ? Which is the impact for a timing sensitive application ? I'm wondering which is the best way to do, if I want to have access to debugging message only when I connect a external cable. Perhaps detecting the precense of the cable and the enabling the messages ? Claude