You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
west build -b frdm_mcxa156 samples/basic/button
west debug
Set a breakpoint on the function button_pressed()
continue
Press button sw2 on the FRDM_MCXA156 development board.
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
The text was updated successfully, but these errors were encountered:
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
west build -b frdm_mcxa156 samples/basic/button
west debug
button_pressed()
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):
The text was updated successfully, but these errors were encountered: