Skip to main content
Visitor II
April 7, 2025
Question

TIM2_ETR not work on PE15

  • April 7, 2025
  • 1 reply
  • 372 views

My board (STM32MP135D) useTIM2 to count the external clock.

PE15 cannot work properly, but PA15 works normally.

	// ok
	tim2_pins_mx: tim2_mx-0 {
		pins {
			pinmux = <STM32_PINMUX('A', 15, AF1)>; /* TIM2_ETR */
		};
	};

 

	// not work
	tim2_pins_mx: tim2_mx-0 {
		pins {
			pinmux = <STM32_PINMUX('E', 15, AF1)>; /* TIM2_ETR */
		};
	};

 

    This topic has been closed for replies.

    1 reply

    yermin2Author
    Visitor II
    April 21, 2025

    wating online