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 it...