As stated in the previous thread:
Since TIM2 controls two pads, it would be the natural choice for controlling two servos, but since it is also used for synchronization, that makes things more difficult. There are three choices:
- Drive the two servos in parallel from TIM16 via LED2
- Drive the two servos from TIM1 via LED3 and LED4. (LED6 would also be 50Hz, so it wouldn’t be very useful for driving accent LEDs, but could be used for neopixel power.)
- Modify the code so that synchronization can use some other timer than TIM15.
(1) and (2) are easy
(3) is more work, but still not that difficult.