STM32F107 I2C1 & I2C2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-13 3:34 AM
Hello,
I am going to replace STM32F107 instead of F105 in my design, and as I see F107 has only one serial interface I2C1. In my case, I need both I2C1 and I2C2.
Is there any way I can remap or define some pins as I2C2?
Thank you.
Solved! Go to Solution.
- Labels:
-
I2C
-
STM32F1 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-13 3:42 AM
Hello @NASI ,
STM32F107 has only I2C1 available.
I2C2 is not available on STM32F107, and there is no alternate config to use.
When your question is answered, please close this topic by choosing Select as Best.
This will help other users find that answer faster.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-13 3:42 AM
Hello @NASI ,
STM32F107 has only I2C1 available.
I2C2 is not available on STM32F107, and there is no alternate config to use.
When your question is answered, please close this topic by choosing Select as Best.
This will help other users find that answer faster.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-13 3:48 AM
@Imen DAHMEN Thank you.
