eldarkg / emdr1986x-std-per-lib

Milandr MCU 1986x Standard Peripherals Library. Mirror:
https://code.launchpad.net/~eldar/emdr1986x-std-per-lib/+git/emdr1986x-std-per-lib
46 stars 29 forks source link

Now ETH_SendFrame is really working in linear mode #44

Closed Amomum closed 6 years ago

Amomum commented 6 years ago

Problem was deeper than I thought, previous version would break with different Delimiter value or after certain number of packets sent.

I was able to fix linear mode; I tested it with different Delimiter values with ping -f; no packet loss detected. In auto mode, however, after several hundred packets Xhead gets incorrect state and everything breaks apart.