STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link  MATTER - Matter software expansion for STM32Cube - STMicroelectronics  It is a reference implementation for the demonstration of Matter on ST...

Ouadi by ST Employee
  • 624 Views
  • 0 replies
  • 2 kudos

TIM2 PWM is not working on P-Nucleo-wb55

I have set the TIM2 with the following code: __HAL_RCC_TIM2_CLK_ENABLE();   htim2.Instance = TIM2; htim2.Init.Prescaler = 0; htim2.Init.Period = 80; htim2.Init.RepetitionCounter = 0; htim2.Init.ClockDivision = TIM_CL...

MSamy.1 by Associate II
  • 577 Views
  • 4 replies
  • 0 kudos

Hello, I have a STM32L073 Nucleo board and SX1261 Lora Radio Board. I am using STM Cube LoRaWAN package to develop a Class A End Node. I want to use GPIO External Interrupt, Any suggestions how to implement?

msp.c has a callback definitionvoid HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { HW_GPIO_IrqHandler(GPIO_Pin); }it.c has the followingvoid EXTI4_15_IRQHandler(void) { HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_4); HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_5); ...

BSada.1 by Associate
  • 479 Views
  • 2 replies
  • 0 kudos