Forum Discussion
Altera_Forum
Honored Contributor
21 years ago60 Uart's ?
I want to realize 60 Uart's on NIOS2 cpu I can add 60 in SOPC builder only 32 IRQ can be assingd What happen whit these other UART that have no IRQ? Can someone tell that? And how can i f...
Altera_Forum
Honored Contributor
21 years agoI don't know anything about the uClinux driver -- but in general there is no requirement to have a UART that has an IRQ; its up to how your software is archictected. If your s/w driver polls the UART rather than relying on interrupts, you can just not connect the IRQ in SOPC Builder (specify "NC" instead of an integer in the IRQ field)..