2021-12-13 03: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.
2021-12-13 03: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
2021-12-13 03: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
2021-12-13 03:48 AM
@Imen DAHMEN Thank you.