STM32F4 TIMER AND INTERRUPT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-14 3:46 AM - last edited on ‎2025-03-14 3:52 AM by mƎALLEm
Hello,
Can you help me configure cube mx?
I would like to make an interrupt on each rising edge of a signal on a gpio,
trigger the 16-bit timer on the rising edge and count the number of timer overflows
on the signal on another gpio, I don't know how to configure Cube Mx.
Thanks
Best regards.
- Labels:
-
STM32F4 Series
-
TIM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-14 3:58 AM
Hello,
I don't know what you intend to do but I think at least you need this config:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-14 6:01 AM
Hello,
What I want is to count the number of overflows of timer
x on a GPIO input (10 Mhz) and interruption on 1 input (1Hz signal)
at each rising edge.
Thanks you
