06-12-2018 02:05 PM
Hi , Im using kintex 7 FlexRio with 6585B adapter .
Im loading binary files to the DRAM , and from the DRAM im sending the data using a unique protocol (IP-Core). Before the data sent outside , another IP core Calculating CRC32 , it conjugated to the original data , and then sent out.
Is there a method/option to monitor or write the data(includes the CRC32) to a file for debugging ?
06-12-2018 02:29 PM - edited 06-12-2018 02:31 PM
I am guessing the data you are sending is basically string that you built.
Simply write that string to a file using the "Write to text file" primitive or even the "write delimited spreadsheet.vi" right before or after you send the string to your device.
You can also use a string indicator on your front panel to monitor what the data string looks like too
06-12-2018 11:18 PM
Hi,
Im loading data to the DRAM and from the DRAM to Target-FIFO, and from the Target-FIFO im sending it to my device , can i use Read/Write Control at the host side , and connect it to "Write to text file" primitive or the other method , is it the right way ?
Thank You.
06-13-2018 06:44 AM
I would use a DMA FIFO to send the data to the host and then the host can read all of the data sent out and write that to a file.