2019-02-07 08:07 AM
MCU: STM32F303RETx
Firmware: STM32Cube FW_F3 V1.10.0
In TIM15 -> Mode -> Combined Channels it is not possible to select XOR input on TI1:
In the reference manual (RM0316) at page 685 you can see the XOR input:
And at page 720, the register TIM15_CR2[TI1S] description:
So I suppose that there really is the possibility of activating the XOR input for TI1 of TIM15, but the possibility of doing it in STM32CubeMX is missing. Maybe a BUG?
Regards
Andrea
Solved! Go to Solution.
2019-02-08 02:26 AM
Sorry, I'm really stupid! I did not realize that there is a flag to be activated to enable the XOR function:
I thought that the XOR setting for TIM15 was identical to those of the other timer, but I was wrong.
Andrea.
2019-02-07 10:38 AM
Hack down the HW register settings and see if it works!
2019-02-08 02:26 AM
Sorry, I'm really stupid! I did not realize that there is a flag to be activated to enable the XOR function:
I thought that the XOR setting for TIM15 was identical to those of the other timer, but I was wrong.
Andrea.