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?
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.
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.