PUSH BUTTON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-04 8:13 PM
May i know in what library used for push button or the example code for push button?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-04 11:49 PM
In SPC5Studio, please, see EIRQ demos.
Push button are usually connected to:
- SIUL2 pins with external interrupt capabilities
- Wakeup Unit pins with interrupt capabilities
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-04 11:49 PM
In SPC5Studio, please, see EIRQ demos.
Push button are usually connected to:
- SIUL2 pins with external interrupt capabilities
- Wakeup Unit pins with interrupt capabilities
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-05 1:28 AM
is it this one ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-05 2:12 AM
yes, this is the code to manage the EIRQ interrupts.
EIRQ can be configured via IRQ graphical configurator:
1) click on IRQ componnt
2) select EIRQ
3) configure which EIRQ to use and which callback to connect to selected EIRQ
4) configure rising/falling edge and enable filtering of glitches
Regards,
