Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi!
Yes, I'm using Altera UART. I try to use IOADDR_ALTERA_AVALON_UART_TXDATA(SERIAL_UART_BASE), but with this command the UART doesn't work, so I try to use a different BASE and with SERIAL_UART_BASE + 1 it works. So strange... my SERIAL UART BASE is: 0x2903460 SERIAL_UART_BASE + 1 give me the address: 0x2903461 and IOADDR_ALTERA_AVALON_UART_TXDATA(SERIAL_UART_BASE) give me the address: 0x2903464