Forum Discussion
Altera_Forum
Honored Contributor
20 years agoa weird issue
Hi all, I encountered a weird issue that I enabled one PIO interrupt by using: alt_irq_register(STROBE_PIO_IRQ, edge_capture_ptr, command_receive_interrupt); STROBE_PIO_IR...
Altera_Forum
Honored Contributor
20 years agoHi David,
Maybe you should move to uClinux. Though it take some time to learn module programming on Linux, you get more in return. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif You should read about interrupt on the book "Linux device driver 3rd ed.". You can download it from the net.