Forum Discussion
Bar
New Contributor
3 years agoJTAG_UART with no PC make trouble
Hello When I use JTAG_UART as my standard stdout and use print I get problem. When there is a host open oon the other side every thing go well. But when I don't have host open I get JTAG_UART behai...
Jeet14
Frequent Contributor
3 years agoHi,
You need to use the timer IP core in your platform Designer(QSYS). Configure it and compile your hardware deign.
Then, choose System Library from the left hand side of the Properties window. Ensure that the stdout, stderr and stdin devices are set to jtag_uart and that the System clock timer is set to sys_clk_timer.
Step by step procedure is given in below link-
https://cseweb.ucsd.edu//~tweng/cse143/NII_SOPCBuilder_1Day_LabGuide.pdf
let me know if you have any other queries.
Regards
Tiwari