Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

uSING jtag-UART to stream data into Memory

Altera_Forum
Honored Contributor II
1,170 Views

I want to use JTAG-UART to stream data into a SRAM, and I was trying to use 

DMA to do it , is it possible thinking in this direction. 

If an example exists can you point me to that 

 

Thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
442 Views

Do you have a CPU in your system? The Jtag Uart isn't so fast, so a DMA isn't really necessary. The CPU can pick up each byte and write it to RAM. 

If you don't have a CPU, I'd recommend to use the JTAG to Avalon Master Bridge Core instead.
0 Kudos
Reply