Adding PWM function in existing Ping Pong example
Hi,
I have generated the code for PWM generation using STM32 CubeMX and it is working fine on B-l072Z-lrwan1.
But when I was trying to integrate same code with the existing Ping Pong example, I was not getting any PWM signal on respective pin. I have also configure the pin according to timer and channel with the help of datasheet and also check the alternate function for the pin.
I have tried different Timers but I am not getting any PWM signal at output.
Can anyone tell me, why this is happening?