Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE2-PC communication
Hi All I am doing some project using Altera's DE2 board, In which I need to load on board RAM (SRAM) from PC. I am planing to use USB for that but I dont know to start with it. there are...
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- Hi muclear, Thanks for your reply, I think I was not clear in my questions sorry for that. I am able make connection with FPGA via JTAG and also able to burn my code on it but I want to transfer data files into on-board SRAM some how (either using USB connections Host/Device or some other way) --- Quote End --- You could use system console (http://www.nioswiki.com/index.php?title=systemconsole) to read a file, on your PC, and then write it into your SRAM. It would require some additional logic, but so would anything else you try. Cheers, - Ura