cancel
Showing results for 
Search instead for 
Did you mean: 

I work on a timer application for a STM32F103 MCU. The goal is to time pulse signals. My question: what timer input channels are connected to what GPIO pins (PA.02, etc.)? I assume there is a table in some ST doc. Can you please point me to one? Thanks!

Kmax18
Senior
 
1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

The datasheet has this info:

https://www.st.com/resource/en/datasheet/stm32f103c8.pdf

You can also bring up the chip in STM32CubeMX and look at the functions for each pin. Sometimes this is more convenient.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

4 REPLIES 4
TDK
Guru

The datasheet has this info:

https://www.st.com/resource/en/datasheet/stm32f103c8.pdf

You can also bring up the chip in STM32CubeMX and look at the functions for each pin. Sometimes this is more convenient.

If you feel a post has answered your question, please click "Accept as Solution".
Kmax18
Senior

Thank you, @TDK​ ! I found it and am using the table. RPK created a nice graphical representation of all pin functions (reblag.dk/stm32). Enjoy.

Nice, and also incorrect in details, e.g. there are no TIM2_CHxN channels, some functions on the left hand side noted as alternative even if they are native, and MHz is written incorrectly.

JW

Kmax18
Senior

Hi @Community member​, noted. Thank you for the letting the community know.