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

I²C: FT2232H receiving ACK while the slave did not ACKed #12

Open
NoeelMoeskops opened this issue Dec 29, 2021 · 1 comment
Open

I²C: FT2232H receiving ACK while the slave did not ACKed #12

NoeelMoeskops opened this issue Dec 29, 2021 · 1 comment
Assignees
Labels
bug Something isn't working lib Issue Related to the LIB src

Comments

@NoeelMoeskops
Copy link

During testing of my branch I noticed that when there is no slave connected to the FT2232H and when checking for an ACK with (GetAck(mpsse) == ACK) returns true even when no I²C device is attached. This will require some further investigation. It did work before though (before the C++ part, and I did not alter the write/read code). So not sure why it suddenly stopped working.

@stephendpmurphy
Copy link
Owner

Sounds good. I don't know if you noticed, but I do have a C++ GDB launch config added if you are using VScode. If you look in .vscode > launch.json you'll see an args array. You can just fill that out with your "options". Once filled out you can start a debugging session by pressing F5

"args": ["i2c", "-x", "w"]

@stephendpmurphy stephendpmurphy added the bug Something isn't working label Dec 30, 2021
@stephendpmurphy stephendpmurphy added the lib Issue Related to the LIB src label Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lib Issue Related to the LIB src
Projects
None yet
Development

No branches or pull requests

2 participants