Skip to content
  • David Brownell's avatar
    at32ap700x spi: enable pullups on MISO · 9c2baf78
    David Brownell authored
    
    
    This is a minor tweak to the at32ap700x pin configuration for the SPI
    input pin (MISO), enabling the on-chip weak pullup (typical 190K) to
    
      (a) ensure a fixed data value for missing or input-only slaves;
    
      (b) prevent power waste associated with inputs floating near VDDIO/2.
    
    Atmel's boards have no external pullup or pulldown on these pins, so
    it's unlikely other boards would address these issues with external
    pulldowns.  Were there trouble, board-specific code could turn off
    the relevant pullup(s).
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    Signed-off-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
    9c2baf78