Board: Raspberry Pico
Core: ArduinoCore-Mbed 4.1.1
Sketch: WiFiWebClient
I can see numerous messages in a loop:
Attempting to connect to SSID: TestSSID
Attempting to connect to SSID: TestSSID
Attempting to connect to SSID: TestSSID
Attempting to connect to SSID: TestSSID
Attempting to connect to SSID: TestSSID
When I monitor UART messages from ESP-C3 Host - the log is empty.
My boards,local.txt file contains the following:
pico.build.extra_flags=-DESPHOST_RESET=9 -DESPHOST_HANDSHAKE=7 -DESPHOST_DATA_READY=6 -DESPHOST_CS=17 -DESPHOSTSPI=SPI
This issue happens with ESPHost-EMAC and Arduino-Mbed Core only.
The same hardware works fine with ESPHost driver integrated into Arduino PRP2040 Core developed by Earle Philhower (3.8.0).
boards,local.txt file for Earle's Core contains the following:
rpipico.build.extra_flags=-DESPHOST_RESET=D9 -DESPHOST_HANDSHAKE=D7 -DESPHOST_DATA_READY=D6 -DESPHOST_CS=D17 -DESPHOSTSPI=SPI
When I monitor UART messages from ESP-C3 Host connected to the Pico with Earle's Core - I can see regular boot log messages and connection session.