Search found 17 matches

by wangning
Thu Nov 21, 2024 2:55 am
Forum: 中文文档讨论版
Topic: ESP32-C3 技术规格书新增“外设管脚分配”章节——期待您的宝贵反馈!
Replies: 0
Views: 12764

ESP32-C3 技术规格书新增“外设管脚分配”章节——期待您的宝贵反馈!

大家好,

ESP32-C3 技术规格书 已更新,新增章节 “外设管脚分配” 。该章节系统地介绍了每个外设接口可以分配的管脚,并按优先级进行分类。

更新内容:
基于优先级的管脚分配:
优先级 1:通过 IO MUX 直接连接到外设信号的固定管脚。
优先级 2:没有限制的 GPIO 交换矩阵管脚。
优先级 3:具有关键功能的 GPIO 交换矩阵管脚(如 JTAG、UART、Strapping 管脚等)。
优先级 4:默认分配给 flash 的 GPIO 交换矩阵管脚。
说明哪些外设仅支持 IO MUX,哪些仅支持 GPIO Matrix,哪些两者都支持。
便于查阅的表格 ...
by wangning
Wed Nov 20, 2024 11:28 am
Forum: Documentation
Topic: New "Peripheral Pin Assignment" Section Added to the ESP32-C3 Datasheet – We Value Your Feedback!
Replies: 0
Views: 8284

New "Peripheral Pin Assignment" Section Added to the ESP32-C3 Datasheet – We Value Your Feedback!

Hello everyone,

We’re excited to announce that the ESP32-C3 Datasheet has been updated with a brand-new section titled "Peripheral Pin Assignment" . This section has been introduced to provide a clear and structured overview of the pins that can be assigned to each peripheral interface, categorized ...
by wangning
Tue Jul 18, 2023 3:00 am
Forum: Documentation
Topic: ESP32S3 DMA - What is a "frame"
Replies: 5
Views: 47109

Re: ESP32S3 DMA - What is a "frame"

Hi esp_programmer,

Sorry for causing confusion by my silly typo :o
I'm still a little confused by this. The TRM actually states the EOF bit is set by hardware. I interpreted this to mean a peripheral (e.g. SPI) somehow signals the DMA controller when the bit needs to be written in the descriptor ...
by wangning
Mon Jul 17, 2023 6:52 am
Forum: Documentation
Topic: ESP32S3 DMA - What is a "frame"
Replies: 5
Views: 47109

Re: ESP32S3 DMA - What is a "frame"

Hi there,

Your basic understanding about receive descriptors is correct. The EOF bit in receive descriptors depends on the data to be received: If there is a EOF flag in the data to be received, the EOF bit in receive descriptors will be automatically written to 1 by software. Users can not ...
by wangning
Mon May 15, 2023 2:48 am
Forum: Documentation
Topic: esp32-c6 adc specification and touch
Replies: 5
Views: 48719

Re: esp32-c6 adc specification and touch

Hi there,

These parameters will be released in ESP32-C6 Datasheet v1.0 (the official release for the mass produced chip) hopefully at the end of this month.

For your reference, attached are some preliminary results:

Please note that these data might be different in the official release. Thank you!
by wangning
Tue Apr 11, 2023 8:52 am
Forum: ESP-IDF
Topic: RTC reset on deepsleep wakeup - ESP32-C3
Replies: 3
Views: 5044

Re: RTC reset on deepsleep wakeup - ESP32-C3

Sorry for the late reply and thanks for asking!

RTC should not be reset when the chip is woken up by a GPIO from deep-sleep mode. This happens because there is a bug in ESP-IDF code. The bugfix has already merged to the master branch, and is to be backported to other release branches soon.

You may ...
by wangning
Thu Apr 06, 2023 10:02 am
Forum: Documentation
Topic: UART 3 Stop bits is undefined
Replies: 10
Views: 12599

Re: UART 3 Stop bits is undefined

Sorry that my previous explanation is wrong.

The length of stop bits can be 1, 1.5 or 2, configured by UART_STOP_BIT_NUM.
0: Invalid. No effect
1: 1 bits
2: 1.5 bits
3: 2 bits

In RS485 mode, you may add a turnaround delay of a bit before the start bit or after the stop bit, configured by UART_DL0 ...
by wangning
Thu Apr 06, 2023 3:50 am
Forum: Documentation
Topic: UART 3 Stop bits is undefined
Replies: 10
Views: 12599

Re: UART 3 Stop bits is undefined

Sorry that I just noticed your reply!
It seems that there is some inconsistency between hardware and software. I'm checking and will keep you updated.
by wangning
Mon Mar 20, 2023 3:19 am
Forum: Documentation
Topic: UART 3 Stop bits is undefined
Replies: 10
Views: 12599

Re: UART 3 Stop bits is undefined

Hi there, I'm sorry for the trouble caused by the unclear register descriptions.

UART_STOP_BIT_NUM, which is used to set the length of stop bits, has 4 valid values. 0: 1 bits; 1: 2 bits; 2: 1.5 bits; 3: 3 bits.
UART_DL1_EN and UART_DL0_EN are used to set the turnaround delay as required by the ...
by wangning
Mon Jan 16, 2023 6:37 am
Forum: Documentation
Topic: [Prerelease] ESP32-C6 Datasheet and Technical Reference Manual | 技术规格书、技术参考手册
Replies: 0
Views: 3834

[Prerelease] ESP32-C6 Datasheet and Technical Reference Manual | 技术规格书、技术参考手册

Hi everybody,

We have released ESP32-C6 Datasheet and Technical Reference Manual for reference:

EN:

Datasheet - Specifications of the ESP32-C6 hardware
https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf
Technical Reference Manual ...

Go to advanced search