'facing an issue while executing ethernet example given in espressif IDF release/v4.2

problem:

I have used espressif esp32s ethernet example trying to build basic and build is successfuly generated now while executing it is throwing error as given below :

hardware/software

chip used esp32-wrover-1

idf version -release/v4.2

build sysytem - msys/MINGW32

power supply - usb

Logs

E (470) emac_esp32: emac_esp32_init(308): **reset timeout**
E (470) esp_eth: esp_eth_driver_install(198): **init mac failed**

ESP_ERROR_CHECK failed: esp_err_t 0xffffffff (ESP_FAIL) at 0x40083ee0
file: "../main/ethernet_example_main.c" line 125
func: app_main
expression: esp_eth_driver_install(&config, &eth_handle)
abort() was called at PC 0x40083ee3 on core 0

Backtrace:0x40084353:0x3ffb5610 0x400849fd:0x3ffb5630 0x4008845a:0x3ffb5650 0x40083ee3:0x3ffb56c0 0x400d44d9:0x3ffb56e0 0x400d2e9e:0x3ffb5750 0x40084a05:0x3ffb5780

ELF file SHA256: 6fadeffcb15e44d0

**Rebooting...**


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source