ESP32-DevKitC / LAN 8720 Waveshare DHCP Client doesn't start
Posted: Wed Feb 27, 2019 8:37 pm
I have the sample Ethernet code running and have managed to bring the Ethernet stack up but for some reason the DHCP client is not starting. Does anyone know why this is happening ? Am I missing a menu config parameter or something ?
Here is the relevant output from monitor mode:
I (0) cpu_start: App cpu up.
I (258) heap_init: Initializing. RAM available for dynamic allocation:
I (265) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (271) heap_init: At 3FFB4030 len 0002BFD0 (175 KiB): DRAM
I (277) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (284) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (290) heap_init: At 400883DC len 00017C24 (95 KiB): IRAM
I (296) cpu_start: Pro cpu start user code
I (314) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (317) eth_example: Power On Ethernet PHY
I (327) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (337) emac: emac reset done
I (337) eth_example: Ethernet Started
I (4337) eth_example: Ethernet Link Up
*** I was expecting the dhcp client to obtain an IP Address at this point but the output ends as soon as the link goes up.
Here is the relevant output from monitor mode:
I (0) cpu_start: App cpu up.
I (258) heap_init: Initializing. RAM available for dynamic allocation:
I (265) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (271) heap_init: At 3FFB4030 len 0002BFD0 (175 KiB): DRAM
I (277) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (284) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (290) heap_init: At 400883DC len 00017C24 (95 KiB): IRAM
I (296) cpu_start: Pro cpu start user code
I (314) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (317) eth_example: Power On Ethernet PHY
I (327) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (337) emac: emac reset done
I (337) eth_example: Ethernet Started
I (4337) eth_example: Ethernet Link Up
*** I was expecting the dhcp client to obtain an IP Address at this point but the output ends as soon as the link goes up.