User Activity

Hi all, I'm trying to use TIM1 with CH1 and CH2 to output PWM signal on PA9 and PA8 with RAK3172-SIP. Here is what I've tried :       /* USER CODE BEGIN Header */ /** ****************************************************************************** ...
Hi all, I've just bought a STEVAL-IDB008V2 board, but I don't find any tutorial or ressources like get stared, the only doc I've found is https://www.st.com/resource/en/user_manual/um2094-getting-started-with-stevalidb007vx-stevalidb008vx-and-stevali...
Hi all,I'm working with STM32F4 disc board, I'm using PB8 and PB9 as interrupt input, those pin shared same irq handler  EXTI9_5_IRQHandler  I would like to know if it is possible to only deactivate the interrupt on PB8 before STOP mode but leave the...
Hi all,I'm working with STM32F4 discovery board, and I'd like to know if I can use one timer with interrupt to capture multiple time.For example I'd like to use TIM16, and be able to check 4 times : 150ms, 250ms, 500ms and 1000ms is it possible? Afte...
Hi all,I'd like to know if is ti possible to have multiple callback for interrupt. Beceause with HAL and CubeMX if I have multiple interrupt, I have only one function for callbackHAL_GPIO_EXTI_IRQHandlerexample in stm32f4xx_it.c :  void EXTI0_IRQHand...
Kudos from