STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer Update Interrupt clarification

This is a line of code i don't understand,  /* Force the TIMx prescaler with immediate access (gen update event) */ LL_TIM_SetPrescaler(TIMx, pHandle->HALLMaxRatio); LL_TIM_GenerateEvent_UPDATE(TIMx);The code is part of the __weak void HA...

STuser2 by Senior III
  • 662 Views
  • 8 replies
  • 4 kudos

Resolved! Problem with PWM setup

Hello,I'm just a begginer with embedded and STM32 so bare with me please.I was trying to follow a program tutorial to periodically blink an LED using a timer channel in PWM generation mode. I have an STM32 Nucleo h755zi-q board, I set the integrated ...

I3C Target HAL usage questions

I am using the Nucleo STM32U385rq development boards to create an I3C controller and a I3C target.I have the following scenario working:1) Controller assigns dynamic addresses.2) Target sends an in-band interrupt.3) Controller acknowledges the in-ban...