Altera_Forum
Honored Contributor
16 years agoIRQs
hey everybody, is there an easy guide to use IP core's IRQ in uClinux? do I need an interrupt handler or read from a specific location? thanks :)
Did you read "Linux Device Drivers" 3rd Edition by Rubini and friends ?
Here you learn how to register an ISR with the Kernel and youl be pointed to exeamples. -Michael