Skip to content

About DMA read in ESP32-S3. (IDFGH-6863) #8485

@zh11311

Description

@zh11311
 I adapt the example of DMA read. In esp32-s3, six channels of ADC1 and one channel of ADC2 are used, and the values of six channels of ADC1 can be read normally.
However, if I use ADC2 of 8 channels and 1 channel of ADC1, I can only read the value of the first channel of ADC1, and this value is always 0.
The information of the monitor:
"Unit: 1,_Channel: 0, Value: 0
 Unit: 1,_Channel: 0, Value: 0
 Unit: 1,_Channel: 0, Value: 0
 Unit: 1,_Channel: 0, Value: 0
 Unit: 1,_Channel: 0, Value: 0
 Unit: 1,_Channel: 0, Value: 0
 Unit: 1,_Channel: 0, Value: 0
 ......

why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions