- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
does somebody has some program or tools, which is able to read jtag uart and save data on disc ? I need to read ascii data from jtag uart and after saving on harddisk i need to work with this data - check this, make some maths operation and after this display. Thank you very much. Jan Naceradsky, Czech Republic (i know, that is possible to select all in Nios2 console and copy to notepad and after this save to file, but i must to make manually)Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should be able to create something using the system console. See http://www.altera.com/literature/hb/qts/qts_qii53028.pdf. I think in particular bytestream_send and bytestream_receive. You can then write some TCL to save your data to a file and perform your operations.
Cheers,- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try using the System Console and writing your data capture PC application in TCL.
I had similar requirement in a past project, and ended up deleting the JTAG UART and instead grabbed the data directly from RAM with a buffer handshake arrangement between the FPGA and the PC. Links to documentation and training are here: http://www.altera.com/products/software/quartus-ii/subscription-edition/qsys/systems/qts-systems-console.html
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page