Skip to content

Connecting sensors #503

Answered by sirhcel
hitchclimber asked this question in Q&A
Jan 16, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

You will find this information typically in the device's datasheet. The reference manual typically covers a whole family of devices and therefor this information is given in the data sheets which are more specific to individual variants.

For example for the STM32F303, table 13, STM32F303xB/STM32F303xC pin definitions gives an overview on which peripheral (UART, I2C, ...) you could connect to which pin.

From today's perspective, the STM32F303 is a somewhat older microcontroller where you could connect a function to a small number of different pin sets. Today's controllers often provide more flexiblity. They often allow to connect arbitrary functions and pins.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@hitchclimber
Comment options

Answer selected by hitchclimber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants