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

i2c_master_slave/i2c_master_slave_dma examples have undocumented requirements #294

Open
hannobraun opened this issue Nov 23, 2020 · 1 comment

Comments

@hannobraun
Copy link
Member

The examples are designed to run without external hardware, but they still seem to require pull-up resistors (which makes sense). At least I think this is what makes the difference. The only board I can get them to run on is part of a non-trivial test stand, so I can't be sure.

The solution here is to verify that pull-up resistors are actually what's missing (10 kOhm on the SCL and SDA pins should work) and either document that in the examples, or figure out if the built-in pull-up resistors can be configured in software (never tried that).

@david-sawatzke
Copy link
Member

This is probably also the case for the i2c_eeprom example.

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

No branches or pull requests

2 participants