2016-10-12 09:57 PM
Dear All,
I am working in STM32F070R8T6.For the Timer base pwm generation I need to use TIM6, I have no option for choosing TIM1 and TIM2.I need to activate internal pwm which may cause by pressing GPIO key button. Kindly, help me to set TIM6 in stmcubemx.2016-10-13 03:12 AM
Hi hasan.md_mubdiul,
''I am working in STM32F070R8T6.For the Timer base pwm generation I need to use TIM6, I have no option for choosing TIM1 and TIM2?I guess that you use STM32F070RBT6 (not STM32F070R8T6), and you don?t have option for choosing TIM1 and TIM3 (not TIM1/2)TIM6/7 are basic timers witch don?t feature independent channel for PWM generation so you cannot use them.As shown in this figure you can use TIM14/15/16/172016-10-13 05:17 PM
Dear Sir Syrine,
Thank you very much, I saw this in datasheet that TIM6/7 will not be use for this MCU. My circuit does not contain any external TIMER I/O port. That means, I have to activate internal timer.