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 agoSo in my main.c I should add the
# include "fifoed_avalon_uart_regs.h" ? I am not using the corresponding functions: IORD_FIFOED_AVALON_UART_TXDATA(base) IOWR_FIFOED_AVALON_UART_TXDATA(base, data) I'll have to recompile and give it a try. Thanks.