Altera_Forum
Honored Contributor
15 years agoBurst Reads with NIOS II
I am trying to use the NIOS processor to read some debug data that has been dumped on a Memory Mapped device on the Avalon bus, using burst reads. However, I am stuck in writing the C code. I am not able to find the routine that allows me to specify the burst count value etc. I have seen only the IORD routines, which appear to be for a single 32 bit read only.
How can one perform burst reads over the avalon bus for large amounts of data transfer and what are the C funtions to be used?