Forum Discussion

NMitt6's avatar
NMitt6
Icon for New Contributor rankNew Contributor
6 years ago

Sending and Receiving Data via UART using interrupts in NIOS

Hello,

I am trying to send and receive data from UART using interrupts in NIOS soft-core processor. I have registered the "Interrupt Handler function", and registered it using "alt_irq_register()" function. But my program gets stuck in an infinite loop while trying to close the UART File handler.

Can anybody please help me resolve the issue

Thanks and Regards

Prince