hpwit / I2SClockLessLedDriveresp32s3

esp32s3 IS2 led driver
14 stars 6 forks source link

w5500.mac error with w5500 #11

Open tresler opened 4 months ago

tresler commented 4 months ago

I use ESP32-Arduino v3.0.2 and this code running fine controlled by sACN signal from WiFi. If I use ETH.h and native w5500 driver I have issue by few second.

w5500.mac: received frame was truncated
w5500.mac: emac_w5500_transmit(577): free size (1) < send length (350)

If I run w5500 by ETH.h without I2SClockLessLedDriver and use only FastLED everything running fine. So It must by problem somewhere in PSRAM and some blocked memory? Can you help me please?

My test code is here and I also try to ask in esp-idf github.