-
Notifications
You must be signed in to change notification settings - Fork 262
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
The slave device always sends back a data packet 1ms after the master device sends a data packet #185
Comments
Note: currently using the free-run mode, lan9252 chip, normal spi@21Mbits/s I then tried the same thing in the Ubuntu system, the result is much better but still not good. |
Running decoupled is OK for me because I don't need any sync feature I just want to transport data as fast as they can. |
The Microchip reference driver for lan9252 is quit slow, several places where you wait for completion. Since you have a system up and running you can try to profile it? |
Hi there,
I'm currently using SOEM and SOES.
SOEM is running on my Windows laptop and SOES is running on stm32f407. When I test the round trip latency, I always need around 3ms to receive an updated value.
So I used Wireshark to find out what the problem was, and then I found that each packet from the slave had a 1ms delay between the last packet from the master.
I have no idea about what should I do next........What could be the reason for this?
The screenshot of Wireshark and my esi files are as follows:
The text was updated successfully, but these errors were encountered: