Forum Discussion
Altera_Forum
Honored Contributor
14 years agoJTAG functions for writing and reading data from nios towards host pc
Hi I'd like to communicate with a nios system using a JTAG uart module, but I don't know which functions I have to use in nios C-program...I read something about printf () for sending data to syst...
Altera_Forum
Honored Contributor
14 years agoHi Kidneta,
there are two answers to this: 1) One is to use a direct link to jtagatlantic. Unfortunately AFAIK this very interesting module is NOT OFFICIALLY documented by Altera. You can however use this functionality in a restricted way. Please refer to the discussion on this subject (http://www.alteraforum.com/forum/showthread.php?t=2199&page=2). This allows to write our PC-host application e.g. in C code. 2) The second is to use the new Altera QSYS tool instead of SOPC. This tool allows you for making a user application and GUI interface using tcl scripts. Please correct me if I am wrong/incomplete...