2018-10-23 08:52 AM
Let's take example STM32F407 MCU TIM3_CH1 timer is configured for indirect capture mode meaning this channel is triggered by TIM3_CH2 input signal. In this mode TIM3_CH1 external pin is not used. Can it be configured as this channel' output? If yes, then how to do this? STM32CubeMX peripheral configurator only allows one choice for any channel such as "Input Capture Indirect Mode", choosing it does not leave option to choose channel 1 pin as output. Or could this pin configuration be done manually in software initialization in addition to the Indirect Mode? My goal is to use this pin for testing the TRGO Master clock output generated in this timer and internally connected to another timer input.
Please advice.