STM32F103VET6: cannot place TIM2CH1 in OC output remapped mode (pin77)
Trying to use CubeMX v6.2.1 to put timer 2 channel 1 in "OC CH1" mode to pin 77. It looking like pin 77 do not configure to output mode by CubeMX and cannot generate. If I use "OC CH1 no output" with interrupt enabled and preconfigured, the pin signal is OK.
Possible points: 1. Pin77 have default function JTDI, but I use SWD (and checked it in CubeMX). 2. This pin share the functions "TIM2CH1" and "TIM2_ETR". However, I set the pin 77 in "TIM2CH1" mode.
Need help.