FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5892 Discussions

How access UART and Jtag at same time?

Altera_Forum
Honored Contributor II
1,033 Views

Hi, 

 

If JTag is reconfigured to uart_0, then printf is re-directed to COM port. How do I use JTag for Console printf while COM port printf is directed to COM port? how to do that? any simple example that shows that capaiblity? 

Thank you, 

OneplusOne.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
235 Views

I'figured out. Use fopen and fprintf. 

 

Thank you, 

Oneplusone
0 Kudos
Altera_Forum
Honored Contributor II
235 Views

Or just assign one or the other to the stderr device and have it automatically opened/closed, just like the stdin/stdout. I use this for printing... wait for it... error messages!

0 Kudos
Reply