Git Product home page Git Product logo

Comments (2)

jannic avatar jannic commented on August 11, 2024

We have a function to manually set the Input Enable bit: https://docs.rs/rp2040-hal/latest/rp2040_hal/gpio/struct.Pin.html#method.set_input_enable

However, should it be set automatically when configuring a pin to some other function mode?

Also, on stepping B0 and B1, the IE bit gets disabled by the SDK "as early as possible after startup".
Perhaps we should do the same? I assume this is a precautionary measure to avoid metastabilities due to undefined digital values.

from rp-hal.

thejpster avatar thejpster commented on August 11, 2024

Yes, we should probably do the same. If the user asks for DynFunction::SioXXX, or DynFunction::I2C, or DynFunction::SPI or whatever, we should set the Input Enable on and Output Disable off for the pad . At startup (which is DynFunction::Null) and if they ask for DynFunction::ADC, we should set Input Enable off and Output Disable on.

If they want to fiddle with the settings after picking the function, we can let them do that. But selecting a function should be sufficient, for any RP2040 GPIO.

I assume this is a precautionary measure to avoid metastabilities due to undefined digital values.

If you hold the ADC input mid-rail (not unreasonable) but the digital input is enabled, I think it draws a ton of current.

from rp-hal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.