Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCan you open the file c:\altera\90\ip\altera\sopc_builder_ip\altera_avalon_sgdma\HAL\src\altera_avalon_sgdma.c and look at lines 205-207?
Here is what I have: IOWR_ALTERA_AVALON_SGDMA_CONTROL(dev->base,
(IORD_ALTERA_AVALON_SGDMA_CONTROL(dev->base) &
~ALTERA_AVALON_SGDMA_CONTROL_RUN_MSK) ); I don't see any macro expansion that would cause the label DC_FIFO_0_IN_CSR_BASE to be used... Are you sure this file hasn't been modified?