Skip to content

JTAG uart #1200

Answered by stnolting
ecstrema asked this question in Q&A
Mar 5, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @ecstrema!

Altera's NIOS II and V use JTAG UART.

I have never used this JTAG UART myself. As far as I understand the concept, it is not a bridge that "tunnels" the UART signals (TX & RX) through JTAG, but it is a memory-mapped device where you can read and write complete bytes via bus accesess. This also requires a special terminal program on the host side.

Is this supported? Can be it used for printf-like calls?

Sure, but it won't work with the default software framework. But you could adjust that so UART data is written/read to/from the JTAG UART module via dedicated bus accesses.

My board does not have a uart port. Is there any way to use printf without it?

Do you have any ge…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ecstrema
Comment options

Answer selected by ecstrema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants