Forum Discussion
Altera_Forum
Honored Contributor
16 years agoquestions about uarts
Hi all, I'm starting a new development with NIOS II and I have some questions regarding UART usage. First of all, I will briefly explain my application: I need 4 UARTs on my system. O...
Altera_Forum
Honored Contributor
16 years agoI would be tempted to write the uart access code - not even using interrupts.
It is likely that your main 'idle' loop will be executed often enough to pick up the characters directly from the uart fifos. If you avoid the stdio functions the only initialisation instructions needed before running C code are those to setup sp and gp - and they can be added by the linker script!