Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe thing is that writing to the JTAG UART takes some time, especially once the hardware buffer is full, and the driver needs to wait until there is room again to write. You don't see that when you do a loop because the driver is configured to wait.
What could happen in your case is that the software misses some samples because it is waiting in the JTAG UART driver.