Replies: 1 comment 2 replies
-
Small update: The I2C is ready before, but when it wait for the transfer to be completed it fails with timeout error. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on a simple code to allow a MCU to act as a gateway.
I access to the information via I2C, I'm correctly receiveing commands/registers to read and write sucessfully.
But I've noticed that if I want to use another I2C bus while I'm inside
onHandleReceive
the I2C bus fail.Is is possible to run the two busses together?
I'm gonna use gdb to debug the calltrace to see if I can spot something.
Another solution would be to process the data in a second time.
Outside the callback.
Beta Was this translation helpful? Give feedback.
All reactions