i2c_transfer_dt issues #48376
Unanswered
o7-machinehum
asked this question in
Q&A
Replies: 1 comment
-
Have you configured the I2C output pins correctly? It would be something like this:
Also, try enabling the I2C shell (CONFIG_I2C_SHELL) and then you can run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using an ESP32 and having some issues using the
i2c_transfer_dt
function. When I do something like this...I get something like this, which looks reasonable. However I want to send msg[1] after msg[0], so I do something like this...
However, absolutely nothing comes out on my logic analyzer. This is the serial output...
Beta Was this translation helpful? Give feedback.
All reactions