Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFIFOed UART BSP errors
Hello, I am trying to use the FIFOed UART for Nios rev 9.3 and have instantiated the module successfully in SOPC builder. I generated SOPC and compiled Quartus successfully. I am trying to i...
Altera_Forum
Honored Contributor
14 years agohave you included the right file ?
# include "fifoed_avalon_uart_regs.h" and used the corresponding functions ? IORD_FIFOED_AVALON_UART_TXDATA(base) IOWR_FIFOED_AVALON_UART_TXDATA(base, data)