Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
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.
12748 Discussions

C2H Example that can work with DE2 (cyclone 2 fpga)

Altera_Forum
Honored Contributor II
1,149 Views

I am looking for an example program that I can use with DE2 board ...I am very new to this tool so it will be nice if someone can provide me with some suitable example project or tutorial from altera

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
429 Views

I would look at the tutorials, they should port fairly easily to other boards. For example describing a DMA transfer as an array copy inside of a for loop would be a good start. Something like this: 

 

for (i = 0; i < TRANSFER_LENGTH_IN_WORDS; i ++) 

dest_array = source_array

}
0 Kudos
Reply