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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-17 2:59 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-17 3:27 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-17 3:27 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-17 8:01 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-18 8:04 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-18 2:29 PM
Hi @Community member​, noted. Thank you for the letting the community know.
