2017-06-23 06:15 PM
I use STM32F030C8T6,found TIM6 no interrupt.
Check startup_stm32f030x8.s,there no TIM6_IRQHandler.
I add it,Is that correct?
Solved! Go to Solution.
2017-06-27 01:42 AM
Hello
H.Z.003
,You are using an old version of CubeF0and you should update the last version
STM32CubeF0 V
1.8.0 (the TIM6_IRQHandler is added in
startup_stm32f030x8.s
since the version 1.7.0)Regards
Imen
2017-06-25 12:25 AM
2017-06-27 01:42 AM
Hello
H.Z.003
,You are using an old version of CubeF0and you should update the last version
STM32CubeF0 V
1.8.0 (the TIM6_IRQHandler is added in
startup_stm32f030x8.s
since the version 1.7.0)Regards
Imen