Replies: 2 comments
-
Arduino testingEthernet on this board works when running Arduino: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Comparison of EMAC regs when running Arduino and ZephyrArduino
Zephyr
These values look the same to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since #88611 has been merged, I'm still not seeing a 50MHz clock on GPIO0.
Target board: ESP32-POE-ISO-WROVER
My DTS:
(Note, the same config with GPIO17 works fine on the Wroom variant of this board.)
Relevant schematic sections:
From the console:
The relevant source code in eth_esp32.c:
I have verified
rtc_clk_apll_enable()
is being called.Beta Was this translation helpful? Give feedback.
All reactions