Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

how to write a costum gpio interrupt driver

I want to write a custom gpio interrupt driver. I just want to trigger the led in interrup handle function. In my probe function I register interrupt and initial the registers. I can see the int...