Forum Discussion
Altera_Forum
Honored Contributor
21 years agoUART interrupt handling
hello everyone. I am using UP3 board. I am trying to send and receive data between UART on UP3 and hyperterminal. But am not able to set the interrupts properly and as a result my program goe...
Altera_Forum
Honored Contributor
21 years agoWhy are you trying to write the UART IRQs yourself? The HAL UART driver should have what you need already... If you're using the IDE to build your code, you get this for free. Just read the PDF documentation on the peripherals and you should have enough information to run with...
Cheers, - slacker