About the button

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About the button

550 Views
kalajiao
Contributor II

When I use a key, I assign a value to a variable using keys 1 and 2 respectively, but it's strange why I can assign a value only on the first press. I added the ability to assign a value to a variable in the key action section of the can_pal demo, in which I receive a new value every time. Why is that? It's Fang's where I use the buttons

0 Kudos
1 Reply

538 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Seems that you forget Clear interrupt flag.

Clear interrupt flag.jpg

You can set a breakpoint in the buttonisr function to check whether it will enter this function every time you press a key.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos