2024-09-27 12:57 AM
Hello, I using STM32F429IIHX Chip.
I wanna use Input Capture Mode, but not working right
when i used general timer(tim2,3,5 ...) can use Input Capture Mode.
but In TIM8 is advanced mode then, NVIC Settings is a little bit different.
Advanced Timer8 - Input Capture Mode - NVIC Setting is that one?
in genreal timer has just global interrupt check box
thanks
2024-09-27 05:57 AM
TIM1 and TIM8 tend to have more than just one interrupt, and yes, you have selected the proper one.
Observe the TIM8 registers, if the capture itself works or not i.e. if TIMx_CNT changes, and if there is a change in TIMx_CCRx when there is the expected edge on the capture pin.
JW