komm Posted September 27, 2017 Share Posted September 27, 2017 Hai, I am facing problem while executing the GPIO interrupt handler in my driver.I observed that GPIO enable and disable functions are not executing properly.I have attached my driver code below.Can anyone help me? GPIO.c Link to comment Share on other sites More sharing options...
jpeyron Posted September 27, 2017 Share Posted September 27, 2017 Hi @komm, I found an older example of gpio interrupts here. I was able to make an updated project for the zybo using the block design attached below. The only thing you change in the zynq processor is adding interrupt port as shown. You need to enable interrupts in the axi_gpio_1 and connect the two pins. I have included the sdk code as well. cheers, Jon helloworld.c Link to comment Share on other sites More sharing options...
komm Posted September 28, 2017 Author Share Posted September 28, 2017 Thanks a lot.It is very useful. Link to comment Share on other sites More sharing options...
Question
komm
Hai,
I am facing problem while executing the GPIO interrupt handler in my driver.I observed that GPIO enable and disable functions are not executing properly.I have attached my driver code below.Can anyone help me?
GPIO.c
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.