STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F746G stucks in TIM6_DAC_IRQHandler?

Hello, everytime when I try to debug my program it stucks after the HAL_Init() in the main, so it never actually reaches the code provided by me. As I stepped through the code, I noticed that it gets into a infinite loop where it always calls a funct...

XFlas.1 by Associate
  • 2201 Views
  • 8 replies
  • 2 kudos

Why timer 8 has in TI1 the CCI4 label name?

Hi, I cannot understand why the TIM8 has in TI1 the label CC4I and the general purpose timer has at TI1 the label CC1I as you can see on the following pictures. And also I want to ask what is the different between TIM8 and TIM1 as advanced control ti...

0693W00000NrimHQAR.png 0693W00000NrimCQAR.png
NTosi by Associate III
  • 516 Views
  • 3 replies
  • 1 kudos

STM32G0B0 - Timer with Interrupt issue

Code is very simple, not so many configs.Issue arises when I call HAL_TIM_Base_Start_IT(&htim3):/* Enable the TIM Update interrupt */ __HAL_TIM_ENABLE_IT(htim, TIM_IT_UPDATE);and code broke with no error on the Call Stack.I tried the same code on NU...

SMari.1 by Associate
  • 354 Views
  • 0 replies
  • 0 kudos