Question
In STM32F303RE my customer is trying to use 3 timers but problem is happening with using them at the same time as it is real time application
I am using TIM1&TIM8 for PWM generation and using TIM15 for PWM input capture mode, individually if I check in IAR TIM1&TIM8 WORK properly for PWM generation, and TIM15 properly in input capture mode, but if I use them all together after the first iteration of PWM input capture of TIM15, as soon as I initialize TIM1 or TIM8 processor goes to hard fault
In the same code if I comment TIM1 and TIM8, TIM15 works properly in input capture mode
And if I comment TIM15 other two work properly
