-
I'm using FRDM-MCXA153 and started with "button" basic sample code in Zephyr project. can you help on this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
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.
Hi mcuthings,
Looks like there is already an open issue for this:
#88978
-Alex