FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits

nios 1 to nios 2.. help

Altera_Forum
Honored Contributor II
1,054 Views

sorry guys, 

 

but how do i write this (originally in nios) 

 

while((c = nr_uart_rxchar(nasys_printf_uart)) == -1);  

 

to write in Nios2..? 

 

Thanks..
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
319 Views

With Nios II you can use standard methods of printing to a UART like printf, putc, etc....

0 Kudos
Reply