Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- and IOADDR_ALTERA_AVALON_UART_TXDATA(SERIAL_UART_BASE) give me the address: 0x2903464 --- Quote End --- That's the correct address. I am using the same for my DMA->UART transfer which works pretty fine. Take this address, because calling IOADDR_ALTERA_AVALON_UART_TXDATA(SERIAL_UART_BASE) gives you the correct address. --- Quote Start --- IOWR_ALTERA_AVALON_DMA_CONTROL(DMA_BASE, 0x289); --- Quote End --- I think you forgot to set I_EN in the control register? Set it and try again.