2021-09-02 09: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.
2021-09-02 09:47 PM
Could toggle via a sequencer in SysTick?
Requirements poorly defined.
2021-09-04 07:05 PM
If the pulses are same period and duty cycle, use a timer output compare and let the timer overflow 24 times.