doc: initial parallel IO programming guide

Also correct the GPIO information on esp32h2.
This commit is contained in:
morris
2023-02-22 13:29:31 +08:00
parent f534247a00
commit a7f5ff32ff
8 changed files with 48 additions and 10 deletions
@@ -64,11 +64,11 @@
- Strapping 管脚
* - GPIO10
-
- 模拟比较器外部参考电压
-
* - GPIO11
-
- 模拟比较器同相输入
-
* - GPIO12
@@ -137,9 +137,10 @@
.. note::
- Strapping 管脚:GPIO2、GPIO3、GPIO8、GPIO9 GPIO25 Strapping 管脚。更多信息请参考 `ESP32-H2 技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32-h2_datasheet_cn.pdf>`_。
- SPI0/1GPIO15-21 通常用于 SPI flash不推荐用于其他用途。
- USB-JTAGGPIO26 GPIO27 默认用于 USB-JTAG。用做 GPIO 时驱动程序将禁用 USB-JTAG。
- 对于内置 SiP flash 的芯片型号,GPIO15 ~ GPIO21 专门用于连接 SiP flash; 因此,对于这类芯片只有 21 GPIO 管脚可用
- Strapping 管脚: GPIO2、GPIO3、GPIO8、GPIO9 GPIO25 Strapping 管脚。更多信息请参考 `ESP32-H2 技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32-h2_datasheet_cn.pdf>`_。
- SPI0/1: GPIO15-21 通常用于 SPI flash, 不推荐用于其他用途。
- USB-Serial-JTAG: GPIO26 GPIO27 默认用于 USB-Serial-JTAG。用做 GPIO 时驱动程序将禁用 USB-Serial-JTAG。
- 对于合封了 flash 的芯片型号, GPIO15 ~ GPIO21 专门用于连接 flash, 并未引出至芯片管脚。且 GPIO6 ~ GPIO7 也未引出至芯片管脚,用户不可用。用户可配置使用其他剩余的 19 GPIO 管脚, 编号为: GPIO0 ~ GPIO5、GPIO8 ~ GPIO14、GPIO22 ~ GPIO27
- 对于未合封 flash 的芯片型号, 除了以上提到的给 Flash 专用的 GPIO 以外, GPIO22 也并未引出至芯片管脚,用户不可用。
---