Clock generation using GPIO pin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-02 9:17 PM
Hii Guys,
I am using stm32l053 microcontroller custom board . I want to generate 24 clock pulses on PC2 pin . Is there any possible solution to this problem ? How can I generate exactly 24 clock pulses on this pin?
Thanks.
Labels:
- Labels:
-
GPIO-EXTI
-
STM32L0 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-02 9:47 PM
Could toggle via a sequencer in SysTick?
Requirements poorly defined.​
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-04 7:05 PM
If the pulses are same period and duty cycle, use a timer output compare and let the timer overflow 24 times.
