Replies: 1 comment
-
Hi mcuthings, The pin mapping for the buttons seem to be wrong. sw0 (user_button_2 or SW2 on the board) is currently mapped to P1_7 when it should be mapped to P3_29 and sw1 (user_button_3 or SW3 on the board) is currently mapped to P0_6 when it should be mapped to P1_7. In the meantime pressing SW3 should trigger the interrupt in the example. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using FRDM-MCXA153 and started with "button" basic sample code in Zephyr project.
However, no interrupt signal is triggered at all even when the sw0(alias: user_button_2) is pressed.
For your information, in the case of using FRDM-MCXN947 and the same project(button sample code), the interrupt handler is properly called.
can you help on this?
Beta Was this translation helpful? Give feedback.
All reactions