Posted on May 17, 2011 at 09:56STR912. Capture_1 mode for Timer TIM2 work properly only on pin P4.4 (LQFP128). Pins P0.6 and P6.4 don't work in this mode.
Posted on May 17, 2011 at 09:56Thank you!!! But my trouble doesn't solved... I try to set Code:GPIO_InitStructure.GPIO_Pin = GPIO_Pin_0 | GPIO_Pin_4; GPIO_InitStructure.GPIO_Direction = GPIO_PinInput; GPIO_InitStructure.GPIO_Type = GPIO_Type_PushPul...
Posted on May 17, 2011 at 09:56I use interrupt Capture_1 for timer TIM0, and all interrupts work succesfully; all OK. But if I try to use interrupts Capture_1 and Capture_2 for timer TIM1 (Tim2), it doesn't work. For example: see attached file! What...