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

8ms interruptions during sending 32 bytes + address + subaddress #26

Open
oomek opened this issue Apr 25, 2020 · 0 comments
Open

8ms interruptions during sending 32 bytes + address + subaddress #26

oomek opened this issue Apr 25, 2020 · 0 comments

Comments

@oomek
Copy link

oomek commented Apr 25, 2020

There seems to be some interrupt taking over during transfer of data between 2 Attiny85s. I've noticed a delay of 8-9ms every 10th packet.
image

I have set buffers to 64 to allow more than 32 bytes per packet.
#define TWI_RX_BUFFER_SIZE ( 64 ) #define TWI_TX_BUFFER_SIZE ( 64 )

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