User Activity

Hello,Is there a way to use a ST-LINK/V2 from a Windows 11 machine? The device is not recognized when I connect it to the computer. The specifications indicate that the official support does not exceed Windows 10. The latest drivers have successfully...
Posted on July 03, 2013 at 10:29Which IRQ do I need to use ? I don't see any IRQ related to TIM9 at stm32f4xx_it.h.TIM8 can also do PWM input - which IRQ do I need to use there ?void TIM8_BRK_TIM12_IRQHandler(void);       /* TIM8 Break and TIM12 */v...
Posted on July 01, 2013 at 13:18Hello,Using STM32F407.I need to measure the duty cycle of an external signal. I can use TIM4 + PWN input for that purpose, but it is merely a 16 bit counter (I need a 32 bit). I am using an Olimex STM32-E407 that only...
Posted on June 28, 2013 at 21:28 Hello,  Could somebody please explain why the code below (AN4099) does configure alternate function 2 for TIM2 (capture/compare channel 2) and yet configured channel 1 as well as an interrupt source? If it is desire...