From 726a97d8f95848d546516e5d50fdb68f455a5f6c Mon Sep 17 00:00:00 2001 From: Sun Lu Xin Date: Tue, 2 Jul 2024 14:25:35 +0800 Subject: [PATCH] docs: update ROM stage log output description --- docs/en/Get_Started/Hardware_connection.rst | 4 ++-- docs/zh_CN/Get_Started/Hardware_connection.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/Get_Started/Hardware_connection.rst b/docs/en/Get_Started/Hardware_connection.rst index 0adefefc..6eca0797 100644 --- a/docs/en/Get_Started/Hardware_connection.rst +++ b/docs/en/Get_Started/Hardware_connection.rst @@ -289,7 +289,7 @@ Note: {IDF_TARGET_CFG_PREFIX}-4MB series refer to the module or board that has a built-in {IDF_TARGET_NAME}/ESP8684 chip with a 4 MB flash, such as {IDF_TARGET_NAME} MINI series device and {IDF_TARGET_NAME} WROOM series device. - {IDF_TARGET_CFG_PREFIX}-4MB AT uses two UART ports: UART0 is used to download firmware and log output; UART1 is used to send AT commands and receive AT responses. Both UART0 and UART1 use ``115200`` baud rate for communication by default. + {IDF_TARGET_CFG_PREFIX}-4MB AT uses two UART ports: UART0 is used to download firmware and log output; UART1 is used to send AT commands and receive AT responses. Both UART0 and UART1 use ``115200`` baud rate for communication by default. Because a 26 MHz XTAL is used, the log is outputted at a baud rate of ``74880`` via UART0 (TX: GPIO20) during the ROM stage. If a 40 MHz XTAL is used instead, the log will be outputted at a baud rate of ``115200``. .. list-table:: {IDF_TARGET_CFG_PREFIX}-4MB Series Hardware Connection Pinout :header-rows: 1 @@ -334,7 +334,7 @@ Note: {IDF_TARGET_CFG_PREFIX}-2MB series refers to the module or board that has a built-in {IDF_TARGET_NAME}/ESP8684 chip with a 2 MB flash. - {IDF_TARGET_CFG_PREFIX}-2MB AT uses two UART ports: UART0 is used to download firmware and log output; UART1 is used to send AT commands and receive AT responses. Both UART0 (GPIO8, used to output log) and UART1 use ``115200`` baud rate for communication by default. The log is outputted at ``74880`` baud rate at the ROM stage, so if you need to view the ROM log, please open UART0 (TX: GPIO20) at ``74880`` baud rate. + {IDF_TARGET_CFG_PREFIX}-2MB AT uses two UART ports: UART0 is used to download firmware and log output; UART1 is used to send AT commands and receive AT responses. Both UART0 (GPIO8, used to output log) and UART1 use ``115200`` baud rate for communication by default. Because a 26 MHz XTAL is used, the log is outputted at a baud rate of ``74880`` via UART0 (TX: GPIO20) during the ROM stage. If a 40 MHz XTAL is used instead, the log will be outputted at a baud rate of ``115200``. .. list-table:: {IDF_TARGET_CFG_PREFIX}-2MB Series Hardware Connection Pinout :header-rows: 1 diff --git a/docs/zh_CN/Get_Started/Hardware_connection.rst b/docs/zh_CN/Get_Started/Hardware_connection.rst index 5d5f2d06..4bbb81ab 100644 --- a/docs/zh_CN/Get_Started/Hardware_connection.rst +++ b/docs/zh_CN/Get_Started/Hardware_connection.rst @@ -289,7 +289,7 @@ {IDF_TARGET_CFG_PREFIX}-4MB 系列指的是内置 {IDF_TARGET_NAME}/ESP8684 芯片,同时有 4 MB flash 的模组/开发板,例如:{IDF_TARGET_NAME} MINI 系列设备、{IDF_TARGET_NAME} WROOM 系列设备。 - {IDF_TARGET_CFG_PREFIX}-4MB AT 采用两个 UART 接口:UART0 用于下载固件和输出日志,UART1 用于发送 AT 命令和接收 AT 响应。默认情况下,UART0 和 UART1 均使用 ``115200`` 波特率进行通信。 + {IDF_TARGET_CFG_PREFIX}-4MB AT 采用两个 UART 接口:UART0 用于下载固件和输出日志,UART1 用于发送 AT 命令和接收 AT 响应。默认情况下,UART0 和 UART1 均使用 ``115200`` 波特率进行通信。因为使用 26 MHz 的 XTAL,所以在 ROM 阶段日志是以 ``74880`` 波特率通过 UART0(TX:GPIO20)输出;若更改使用 40 MHz 的 XTAL,则在 ROM 阶段日志是以 ``115200`` 波特率通过 UART0(TX:GPIO20)输出。 .. list-table:: {IDF_TARGET_CFG_PREFIX}-4MB 系列硬件连接管脚分配 :header-rows: 1 @@ -334,7 +334,7 @@ {IDF_TARGET_CFG_PREFIX}-2MB 系列指的是内置 {IDF_TARGET_NAME}/ESP8684 芯片,同时有 2 MB flash 的模组/开发板。 - {IDF_TARGET_CFG_PREFIX}-2MB AT 采用两个 UART 接口:UART0 用于下载固件和输出日志,UART1 用于发送 AT 命令和接收 AT 响应。默认情况下,用于输出日志的 UART0 (GPIO8) 和 UART1 使用 ``115200`` 波特率进行通信。因为在 ROM 阶段,日志是以 ``74880`` 波特率输出,所以如果需要查看 ROM 的日志,请用 ``74880`` 波特率打开 UART0(TX:GPIO20)。 + {IDF_TARGET_CFG_PREFIX}-2MB AT 采用两个 UART 接口:UART0 用于下载固件和输出日志,UART1 用于发送 AT 命令和接收 AT 响应。默认情况下,用于输出日志的 UART0 (GPIO8) 和 UART1 使用 ``115200`` 波特率进行通信。因为使用 26 MHz 的 XTAL,所以在 ROM 阶段日志是以 ``74880`` 波特率通过 UART0(TX:GPIO20)输出;若更改使用 40 MHz 的 XTAL,则在 ROM 阶段日志是以 ``115200`` 波特率通过 UART0(TX:GPIO20)输出。 .. list-table:: {IDF_TARGET_CFG_PREFIX}-2MB 系列硬件连接管脚分配 :header-rows: 1