Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Bluepill STM32F103C8T6。
是否可以配置 GPIO,使 I2C 可以在其他引脚上启用,而不是:
不,除了您在 STM32F103C8T6 上指定的端口之外,不可能在其他端口上执行硬件 I2C。硬件仅路由到那些 GPIO 端口。
您可以编写可用于任何集电极开路或漏极开路 GPIO 引脚的软件 I2C 驱动程序。最好的办法是查看 Arduino 软件 I2C 实现。