Forum Discussion
antonto
Occasional Contributor
2 years agoUSB Mass storage device - Save data to file
Hello, I have DE10-Lite board and I'm using Quartus Prime Lite Edition. My goal is to run something on the board and i want the output to be saved in a txt file. My code is correct...I think but...
- 2 years ago
Hi,
Probably that'll be easier by looping back the data and writing into text file using python.
Thanks,
Best Regards,
Sheng
antonto
Occasional Contributor
2 years agoSorry for answering so late. Yes it worked with looping the data back to the samd21 and writing in there in a file. Thanks again for your time guys.