Merge branch 'bugfix/fix_adc_read_zero_h2_new' into 'master'

ADC: fix adc raw data get 0 because of signal delay on ESP32H2

See merge request espressif/esp-idf!27023
This commit is contained in:
Gao Xu
2023-11-15 14:47:01 +08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ extern "C" {
Oneshot
---------------------------------------------------------------*/
#define ADC_LL_DATA_INVERT_DEFAULT(PERIPH_NUM) (0)
#define ADC_LL_DELAY_CYCLE_AFTER_DONE_SIGNAL (2)
#define ADC_LL_DELAY_CYCLE_AFTER_DONE_SIGNAL (5)
/*---------------------------------------------------------------
DMA