Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

Nios II UART Troubles

OK, I am porting some code from Nios 1 to Nios 2 and I am stuck on the UART code. Here is the original code: char poll_uart_rx( void ) { int i; i = nr_uart_rxchar( na_uart_0 ); if( ...