ROM 代码日志默认打印至 UART0 和 USB 串口/JTAG 控制器。当 EFUSE_UART_PRINT_CONTROL 和 EFUSE_USB_PRINT_CHANNEL 都为 0 且 USB 串口/JTAG 控制器已开启的情况下,ROM 代码日志可打印至 UART0 与 USB。
它们的控制是相互独立的。
Search found 10 matches
- Thu Apr 17, 2025 6:35 am
- Forum: 中文文档讨论版
- Topic: ESP32-C3技术参考手册版本1.2中ROM 代码日志打印控制描述不清晰
- Replies: 1
- Views: 24929
- Fri Dec 13, 2024 3:48 am
- Forum: Documentation
- Topic: Release of ESP Test Tools Repository
- Replies: 0
- Views: 8776
Release of ESP Test Tools Repository
Hi everyone,
We are excited to announce the release of the ESP Test Tools https://docs.espressif.com/projects/esp-test-tools/en/latest/esp32/index.html repository, now available to streamline and enhance your experience with Espressif’s testing tools and documentation.
What’s New?
Previously ...
We are excited to announce the release of the ESP Test Tools https://docs.espressif.com/projects/esp-test-tools/en/latest/esp32/index.html repository, now available to streamline and enhance your experience with Espressif’s testing tools and documentation.
What’s New?
Previously ...
- Mon Sep 23, 2024 3:48 am
- Forum: Documentation
- Topic: FInding documentation of ESP32-P4-Function-EV-Board
- Replies: 1
- Views: 9973
Re: FInding documentation of ESP32-P4-Function-EV-Board
1. Visit Hardware Reference https://docs.espressif.com/projects/esp-idf/en/latest/esp32p4/hw-reference/index.html and select "Development Boards"
Screen Shot 2024-09-23 at 11.43.23.png
2. You will be redirected to the product page https://www.espressif.com/en/products/devkits. From there, Click ...
Screen Shot 2024-09-23 at 11.43.23.png
2. You will be redirected to the product page https://www.espressif.com/en/products/devkits. From there, Click ...
- Wed Aug 02, 2023 1:57 am
- Forum: Documentation
- Topic: Regulatory - Approved antennas list for ESP32-WROOM-32UE
- Replies: 5
- Views: 50785
Re: Regulatory - Approved antennas list for ESP32-WROOM-32UE
Yes, you can choose an external antenna with a maximum gain smaller than 4.0 dBi.
- Tue Jul 25, 2023 8:35 am
- Forum: Documentation
- Topic: Regulatory - Approved antennas list for ESP32-WROOM-32UE
- Replies: 5
- Views: 50785
Re: Regulatory - Approved antennas list for ESP32-WROOM-32UE
We only measure the gain of PCB antennas and do not measure that of external antennas. Generally, we recommend the maximum gain of external antennas should be smaller than 2.33 dBi.
- Tue Jul 18, 2023 3:53 am
- Forum: General Discussion
- Topic: ESP32-S3 ULP current consumption
- Replies: 2
- Views: 3289
Re: ESP32-S3 ULP current consumption
Hi, we have tested the current consumption of ESP32-S3 with flashing the example system/ulp/ulp_riscv/gpio. The measurement is also about 400 uA.
However, the current consumption is higher than expected. We will check the example later.
However, the current consumption is higher than expected. We will check the example later.
- Mon Jun 12, 2023 3:01 am
- Forum: Documentation
- Topic: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
- Replies: 4
- Views: 9789
Re: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
Hi, if you issue a read multiple request, you will receive only one ESP_GATTC_READ_MULTIPLE_EVT for all characteristics. The callback param contains the value of each characteristic (set of values, no longer than ATT_MTU-1) but doesn't contain the handle of each characteristic.
- Thu Jun 08, 2023 8:35 am
- Forum: Documentation
- Topic: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
- Replies: 4
- Views: 9789
Re: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
Hi, the params of the event ESP_GATTC_READ_MULTIPLE_EVT is struct gattc_read_char_evt_param (same as ESP_GATTC_READ_CHAR_EVT ). Related header file will be updated soon.
In addition, you can deal with this event by adding it to the function gattc_profile_event_handler . See the example https ...
In addition, you can deal with this event by adding it to the function gattc_profile_event_handler . See the example https ...
- Mon Jan 16, 2023 2:45 am
- Forum: Documentation
- Topic: Documentation for esp-protocols offline
- Replies: 2
- Views: 5473
Re: Documentation for esp-protocols offline
Thank you for bringing this to our attention. The link has been fixed.
- Mon Oct 10, 2022 3:34 am
- Forum: Documentation
- Topic: ESP RF Test Guide Document Need Explaination
- Replies: 1
- Views: 5308
Re: ESP RF Test Guide Document Need Explaination
ESP32_BLE_RX_Log.png
The first field (#1) indicates the total number of packets received in this period. In this case, the field value is e19.
The second field (#2) indicates the number of packets received at the corresponding rate in this period. In this case, the field value is 0.
The third ...
The first field (#1) indicates the total number of packets received in this period. In this case, the field value is e19.
The second field (#2) indicates the number of packets received at the corresponding rate in this period. In this case, the field value is 0.
The third ...