Closed tresler closed 4 months ago
@me-no-dev Maybe need to expose some parameter for rx_task_stack_size in https://github.com/espressif/arduino-esp32/blob/master/libraries/Ethernet/src/ETH.cpp#L168?
Thanks @lbernstone . Feature added here: https://github.com/espressif/arduino-esp32/pull/10003
Thanks for helping @me-no-dev and @lbernstone. Unfortunately now I have after few second new error:
E (198396) w5500.mac: received frame was truncated
or I have :
ETH Disconnected
Timeout!
E (70870) w5500.mac: emac_w5500_transmit(577): free size (0) < send length (350)
ETH Connected
E (71371) w5500.mac: emac_w5500_transmit(577): free size (0) < send length (350)
E (72372) w5500.mac: emac_w5500_transmit(577): free size (0) < send length (350)
Board
ESP32-S3
Device Description
own ESP32s3-wroom LED output schema
Hardware Configuration
define ETH_PHY_TYPE ETH_PHY_W5500
define ETH_PHY_ADDR 1
define ETH_PHY_CS 10
define ETH_PHY_IRQ 9
define ETH_PHY_RST 14
define ETH_PHY_SPI_HOST SPI2_HOST
define ETH_PHY_SPI_SCK 12
define ETH_PHY_SPI_MISO 13
define ETH_PHY_SPI_MOSI 11
Version
latest master (checkout manually)
IDE Name
Arduino IDE 2.3.2
Operating System
Ubuntu 24.04
Flash frequency
240MHz
PSRAM enabled
yes
Upload speed
115200
Description
I have problem with and W5500. I use W5500-io modul and everything running fine (elegantOTA, async webserver, artnet, sacn) until I send more package from lighting console. No matter if it by sACN or ArtNet. If I use WiFi and send everything running without crash, but after I switch to Ethernet it send me this and restart ESP.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide