Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi,
you can use the JTAG-UART IP Core. It simulates a UART interface via JTAG. Have a look at page 53. https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/ug/ug_embedded_ip.pdf If you use UART for such a huge file, you should implement an error correction functionality. For example use Checksums and request invalid data again. The easiest way should be using a NIOSII. Greets Olaf