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

STARTs missing in capture mode #60

Open
mbenkmann opened this issue Jan 19, 2022 · 0 comments
Open

STARTs missing in capture mode #60

mbenkmann opened this issue Jan 19, 2022 · 0 comments

Comments

@mbenkmann
Copy link

In capture mode I'm seeing a 0x1 START byte only for the very 1st transfer after initiating capture mode as well as repeated START conditions. Other 0x1 START bytes are not reported. The capture goes straight from 0x0 IDLE to the first bit triple. To make this clearer look at the example from the manual:

0x1 START
0xc bit triple 1, 0, 0
0xa bit triple 0, 1, 0
0xc bit triple 1, 0, 0
0xb bit triple 0, 1, 1
0xe bit triple 1, 1, 0
0xc bit triple 1, 0, 0
0x1 START
0xc bit triple 1, 0, 0
0xa bit triple 0, 1, 0
0xe bit triple 1, 1, 0
0x8 bit triple 0, 0, 0
0x8 bit triple 0, 0, 0
0x8 bit triple 0, 0, 0
0xd bit triple 1, 0, 1
0x8 bit triple 0, 0, 0
0xd bit triple 1, 0, 1
0x2 STOP

This sequence would be reported by capture mode if it was the very 1st transfer after initiating capture mode. If the same transfer was seen again later during the same capture, there would be some intervening 0,0,0,0 and then it would go straight to the 0xc from the first bit triple without reporting the START condition. The repeated START condition in the middle however between 0xc and 0xc would always be reported correctly.

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