Forum Discussion
Altera_Forum
Honored Contributor
15 years agoJTAG USB dropping data when printing to terminal
I've got a system setup to print out ADC samples via a NIOS processor (standard) and JTAG USB. The ADC samples at 48Khz and the samples are streamed to the NIOS processor to be printed through PIO. ...
Altera_Forum
Honored Contributor
15 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.