2020-10-25 02:08 PM
Hi there
MCU:STM32F429.
I have a signal like in the picture below.(input to MCU)
I want to change one of it's pulses width and send it to the output.
Is it possible to do it with timer peripheral?
2020-10-25 07:56 PM
Changing the CCRx register will change the duty cycle. With preload enabled (OCxPE bit), you would wait for an update, change CCRx to the new value, wait for another update, then change CCRx back. It's doable.
2020-10-27 12:48 PM
2020-10-27 12:55 PM