This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52810 pin hardware architecture

Hi,

I'd need some information I'm not able to find in product specification v1.3:

  • What is the architecture of the GPIO / AN pins of this device? Input protection diodes, pull-up/down, output open drain, push-pull, etc
  • What is the state of the all pins during the power-up? For example pin4 of QFN48 package is a digital or an analog input?
  • Can I configure any digital pin as MISO, MOSI, SCLK or CS?

thanks in advance,
gaston

Parents
  • What is the architecture of the GPIO / AN pins of this device? Input protection diodes, pull-up/down, output open drain, push-pull, etc

    All pins have ESD protection diodes. All pins can have pull-up/down. Output is push-pull only

    What is the state of the all pins during the power-up? For example pin4 of QFN48 package is a digital or an analog input?

    During power up, all pins are disconnected, i.e. high Z.

    Can I configure any digital pin as MISO, MOSI, SCLK or CS?

    You can configure the digital interfaces to any pin. Only the analog inputs are fixed.

     

     

  • All pins have ESD protection diodes.
    During power up, all pins are disconnected, i.e. high Z.

    These are the points I'd need to clarify. ESD diodes are before or after the disconnected input?

    My main concern is that in my application I have some uC pins tied to 4.5V (not the uC main 3V3 power supply ) and when the uC is OFF I need to avoid this picture:

    Could you confirm this?

    gaston

Reply Children
Related