docs: provide more information about ESP32-C3 GPIO0~GPIO5 which can be used to wake up the chip from Deep-sleep mode

This commit is contained in:
Wang Fang
2023-04-19 16:33:19 +08:00
parent 852c60fee0
commit 719b75da9b
8 changed files with 29 additions and 23 deletions

View File

@@ -53,35 +53,35 @@
* - GPIO7
-
-
- RTC
* - GPIO8
-
- Strapping 管脚
- Strapping 管脚RTC
* - GPIO9
-
- Strapping 管脚
- Strapping 管脚RTC
* - GPIO10
- 模拟比较器外部参考电压
-
- RTC
* - GPIO11
- 模拟比较器同相输入
-
- RTC
* - GPIO12
-
-
- RTC
* - GPIO13
-
-
- RTC
* - GPIO14
-
-
- RTC
* - GPIO15
-
@@ -142,5 +142,6 @@
- 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 也并未引出至芯片管脚,用户不可用。
- RTCGPIO7-14 可用于将芯片从 Deep-sleep 模式中唤醒,其他 GPIO 仅能将芯片从 Light-sleep 模式中唤醒。更多信息请参考 :ref:`唤醒源<api-reference-wakeup-source>` 章节。
---