Jump to content
43oh

Button pushed interrupt


Recommended Posts

one can implement a simple RC circuit to debounce as well. it is implemented on the launchpad for pin 1.3. look at the schematic

 

another way to use once in the interrupt__delay_cycles(n) to debounce it n cycles within the interrupt, not the most efficient but it will do to get one started. 

Link to post
Share on other sites

one can implement a simple RC circuit to debounce as well. it is implemented on the launchpad for pin 1.3. look at the schematic

 

R34 and C24 are not populated on Rev 1.5 LaunchPads.  And even when they are on Rev 1.4 Launchpads, the design is sub-optimal.

 

R/C debounce is only reliable only with careful consideration to design and component selection.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...