使用ESP32-S模组通过RMII接口和RTL8201F(QFN32封装)进行通信,使用IDF编程环境自带的\examples\ethernet\basic 例程进行测试,
在配置环境中将芯片选择RTL8201,设置好相关引脚索引号,编译程序,下载后。
打印信息如下:
I (10437) system_api: Base MAC address is not set
I (10437) system_api: read default base MAC address from EFUSE
I (10477) esp_eth.netif.glue: a4:e5:7c:da:b9:5f
I (10477) esp_eth.netif.glue: ethernet attached to netif
W (14477) rtl8201: auto negotiation timeout
I (14477) eth_example: Ethernet Started
可以看到,网速协商失败。
1)RTL8201F默认是MII接口,根据官方手册PDF说将第8脚RXDV通过4.7K电阻上拉到3.3V,这样芯片就处于RMII接口了。
但我讲RXDV引脚上拉到3.3V后,测量RXDV引脚电平,依然为低电平。-----------这样就不知道芯片到底是处于MII接口还是RMII接口。
2)在网上查询资料,有说网络速率 自动协商其实与软件无关,有的说又有关系。现在我不知道是程序问题还是硬件问题。
官方有没有ESP32和RTL8201连接的硬件原理图或者程序样例?
【求助】ESP32连接RTL8201F芯片,网速自动协商失败,无法通信。
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: No registered users and 42 guests
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.