Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- So the JTAG UART has some kind of handshaking in it? If nobody is listening, it will eventually block? That is good to know. Thanks. I never would have figured that out. --- Quote End --- This applies only if you use the "reduced device drivers" option in order to limit code footprint. IIRC with the full driver version, there is not this problem. This follows from the fact that in the first case jtag uart works in polled mode, while in the second one it is irq driven.