adc2_vref_to_gpio cause 3.6V on GPIO pin

nitski
Posts: 2
Joined: Fri Mar 23, 2018 12:33 pm

adc2_vref_to_gpio cause 3.6V on GPIO pin

Postby nitski » Tue May 29, 2018 1:21 pm

Hi all,

I used the code

Code: Select all

    status = adc2_vref_to_gpio(GPIO_NUM_27);
    if (status == ESP_OK){
        printf("v_ref routed to GPIO\n");
    }else{
        printf("failed to route v_ref\n");
    }
to measure Vref on GPIO 25-27. I got 3.6V on multimeter. What's wrong with that?
I checked couple esp32-bit chips. And multimeter is OK.

Who is online

Users browsing this forum: No registered users and 97 guests