Forum Discussion
Altera_Forum
Honored Contributor
20 years agocal_uart(with fifo) + NIOSserial.c
As we know, we need uart with fifo to enchance the performance. So we got the cal_uart from Altera, which should tested by ourselves because it is not provided officially by altera. Now we use...
Altera_Forum
Honored Contributor
20 years agoI can get
PORT rxd
{
direction = "input";
width = "1";
Is_Enabled = "1";
}
PORT txd
{
direction = "output";
width = "1";
Is_Enabled = "1";
} and rts_n, cts_n are depent to your setup during add cal_uart to NiosII in SOPCbuilder.