Forum Discussion
Altera_Forum
Honored Contributor
21 years agolarsen,
The UART driver will use interrupts unless you tick the reduced drivers option in the system library config page, or you define ALTERA_AVALON_UART_SMALL. In answer to your other questions using printfs in the ISR if you have an interrupt driven UART driver is just asking for trouble so just use the polled driver as described above.