-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Resolution: DoneIssue is done internallyIssue is done internallyStatus: DoneIssue is done internallyIssue is done internally
Description
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
Labels
Resolution: DoneIssue is done internallyIssue is done internallyStatus: DoneIssue is done internallyIssue is done internally