-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EIC accepts any pin, even if it's not the correct EXTINT pad #781
Comments
GCLK1 is the 32KHz osciallator. You probably want gclk0. |
@sajattack Ohh yeah I forgot that. But after switching to GCLK0 the code still does not work. |
@supersimple33, according to the datasheet, looks like you should be using the EXTINT[6] line for the PC06 (d46) pin. From a quick glance at the |
@jbeaurivage Yeah that was totally it I forgot to double check the interrupts lines. You relieved so much pain, thank you! |
No problem! I'll keep this open, because the |
I have been trying to implement a external interrupt controller on the grand_central_m4. I believe the following code is correct based on what I saw in a few examples on here however the led does not turn on when pressing the connected switch.
The text was updated successfully, but these errors were encountered: