Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCyclone V GPIO interrupt can not work under low level-trigger mode
Hi all, I'm using Altera Cyclone V board (Board Info http://www.altera.com/products/devkits/altera/kit-cyclone-v-soc.html ). And tried to set User Push Button [0 :3] as low level trigger mode, ...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- What clock frequency and clock divider settings do you use for the GPIO? In order for the edge to propogate to the interrupt logic the button active period would need to be at least 2 debounce clocks in width. *Sorry I just read the post again and I had it backwards, I thought you said the level interrupts worked but the edge interrupts were not. I agree with what dsl said, your finger is probably still on the button when the ISR completes and you end up re-entering the ISR again. * --- Quote End --- Thanks BadOmen!