Skip to content

Commit

Permalink
docs: update ROM stage log output description
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxin812 committed Jul 2, 2024
1 parent 8b01b67 commit 726a97d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/Get_Started/Hardware_connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/Get_Started/Hardware_connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 726a97d

Please sign in to comment.