Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the I2C connector on the BTT GTR 1.0 board #69

Open
DEAth1981 opened this issue Jul 2, 2021 · 0 comments
Open

Using the I2C connector on the BTT GTR 1.0 board #69

DEAth1981 opened this issue Jul 2, 2021 · 0 comments

Comments

@DEAth1981
Copy link

DEAth1981 commented Jul 2, 2021

When I try to use the i2c bus (pins PH7 and PH8) on the BTT GTR 1.0 board, I get an error message from Klipper that says " Unknown i2c_bus ‘i2c3’ ".
According to the board pinout scheme, PH7=I2C3_SCL, and PH8=I2C3_SDA.

The problem is that when compiling the firmware for BTT GTR 1.0 (STM32F407) in the part of the i2c implementation, the code from STM32F1xx is used (and this chip does not have i2c3), then in the compiled firmware the i2c3 implementation is completely absent for BTT GTR 1.0 (STM32F407).

How to use the I2C connector on the board?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant