Closed stkw0 closed 2 years ago
@stkw0 thank you for your contribution! However, it is not intended to make any changes to sdkconfig.defaults. It is just a "default" configuration to start with as the name of the file suggests. If you need to configure examples to fit your HW design, please do so via idf.py menuconfig
. In the configuration menu go to Component config -> Ethernet -> Support ESP32 internal EMAC controller -> RMII clock mode -> Output RMII clock from internal.
Please let me know if it resolved your needs. If so, please close this PR.
Sorry, I'm not a hardware guy, my coworker is the one who did the hardware part. So, if I understand it correctly, the RMII clock mode is not related to how ksz8863 chip works but how it's connected?
@stkw0 please have a look to ESP32 doc to learn more about EMAC and PHY configuration. If you had any follow-up questions, do not hesitate to ask - you can open a thread at ESP32 forum.
Thank you very much and sorry for any inconvenience.
If RMII_CLK_MODE is set as input examples doesn't work and a reset timeout error is returned (see the next error message):