Altera_Forum
Honored Contributor
19 years agoSetting IRQ handler for Altera UART
HI,
I am working on a custom board with 3 UATRS. All 3 always active. I have written an polling based uart driver for this taking U-Boot driver as reference. This works fine. I am using this in application written in NIOS 2 IDE. Since it is polling based i am losing data on other 2 uarts when working on 1 uart. So Best way to receive data is by setting an IRQ handler for all 3 uarts. how do i set an interrupt handler for uart ????????????????