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

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
ndarkness
Posts: 3
Joined: Tue Feb 12, 2019 6:41 pm

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

Post by ndarkness » Tue Feb 12, 2019 7:01 pm

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

Post Reply