Trigger input capture every 8 rising edges
Hey everyone,
I'm using the stm32f722ze and CubeMx and have gotten my input capture working. Essentially, when every rising edge is detected, the timer triggers a DMA event and stores the GPIO pins value to memory. This happens on every rising edge, although I'd like this to only occur every 8 rising edges. Is there anyway that I can get the input capture to be triggered every 8 rising edges instead of every rising edge?
Thanks in advance for any help!
#nucleo-stm #cubemx #timer-interrupts #input-capture-mode #stm32f7-timer