Skip to main content
MMARI.1
Senior II
December 30, 2022
Question

TIM1 break interrupt and TIM9 global interrupt false 0 0 TIM1 update interrupt and TIM10 global interrupt false 0 0 how to enable tim1 interrupt since there is no direct global interrupt controller using stm32f401ccu6

  • December 30, 2022
  • 3 replies
  • 2693 views

..

This topic has been closed for replies.

3 replies

gbm
Lead III
December 30, 2022

This is mostly English language forum. Please translate your question to meaningful English sentences.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
MMARI.1
MMARI.1Author
Senior II
December 30, 2022

Oops for Inconvenient Machine English Language ...

likewise Timer2, Time3, Timer4 & Timer5 having only one TIMx global interrupt false00 enable option .But Advanced function Timer 1 IOC setting Having multiple interrupt following enabling option

TIM1 break interrupt and TIM9 global interrupt false 0 0

TIM1 update interrupt and TIM10 global interrupt false 0 .

TIM1 trigger and commutation interrupts and TIM11 global interrupt false 00

when we want to use AF Timer1 as general purpose timer with interrupt then how to enable setting in TIMER1 ioc .What is the break , update , trigger and commutation interrupts? . How to handle the Advanced Function Timer1 .

stm32f401ccu6 specification also saying that 1X16 bit motor control PWM synchronized AC timer is anything related this AF Timer1 ? . if we know much more about advanced function timer then clarity will come ! .

gbm
Lead III
December 31, 2022

If you want to know something about timer functions, it might be a good idea to read its description in the Reference Manual for your MCU. You will find the answers to all your questions there.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice