Skip to content

NXP MCXA GPIO interrupts not working #88978

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

Open
robertinant opened this issue Apr 23, 2025 · 1 comment · May be fixed by #88979
Open

NXP MCXA GPIO interrupts not working #88978

robertinant opened this issue Apr 23, 2025 · 1 comment · May be fixed by #88979
Assignees
Labels
area: GPIO bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP

Comments

@robertinant
Copy link

Describe the bug
GPIO interrupts do not work on the MCXA series micros. gpio_mcux.c is missing define checks to include the appropriate interrupt setup and handling.

To Reproduce

  1. west build -b frdm_mcxa156 samples/basic/button
  2. west debug
  3. Set a breakpoint on the function button_pressed()
  4. continue
  5. Press button sw2 on the FRDM_MCXA156 development board.
  6. Observe that breakpoint button_pressed() does not hit.

Expected behavior
Interrupt set on button_pressed() to hit on a button press of sw2 on the FRDM_MCXA156 development board.

Impact
No GPIO interrupts on any ports / pins.

Environment (please complete the following information):

  • OS: Linux
  • Zephyr release v4.1.0
@robertinant robertinant added the bug The issue is a bug, or the PR is fixing a bug label Apr 23, 2025
robertinant added a commit to robertinant/zephyr that referenced this issue Apr 23, 2025
@ubieda ubieda added the platform: NXP NXP label Apr 23, 2025
robertinant added a commit to robertinant/zephyr that referenced this issue Apr 23, 2025
@dleach02 dleach02 assigned NeilChen93 and unassigned mmahadevan108 Apr 23, 2025
@NeilChen93
Copy link
Collaborator

Already created PR to review, #89020

@DerekSnell DerekSnell linked a pull request Apr 25, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: GPIO bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants