Page 1 of 1

Where can I see the internal reference buffer settings in micropython?

Posted: Tue Feb 12, 2019 7:01 pm
by ndarkness
Hello

I am working with micropython for a STM32L4 mcu.

I would like to ensure that my adc is using the external voltage reference that I am imposing to. Thus, I want to check whether or not the internal reference buffer is disabled in micropython for this mcu.

How and where can I check this?

Thanks in advance