nRF52833, about GPIO default states in System Off mode

Hi There,

Are the GPIO levels high impedance when the system is in off mode? Can you give information about their status? For example, one pin of the device is configured as pull-down. If the system is put into System Off mode from deep sleep modes, will the configured pin go into high impedance state? or will there be a change in the set pin configuration?

Thanks.

Parents
  • Hello,

    GPIO configurations made by the application are preserved when you enter System OFF mode, so if you want all pins to be in high impedance, you must ensure the pins you have used are configured back to their reset state before going to sleep.

    For example, one pin of the device is configured as pull-down. If the system is put into System Off mode from deep sleep modes, will the configured pin go into high impedance state?

    Then the pull-down will remain enabled.

    Best regards,

    Vidar

      

Reply
  • Hello,

    GPIO configurations made by the application are preserved when you enter System OFF mode, so if you want all pins to be in high impedance, you must ensure the pins you have used are configured back to their reset state before going to sleep.

    For example, one pin of the device is configured as pull-down. If the system is put into System Off mode from deep sleep modes, will the configured pin go into high impedance state?

    Then the pull-down will remain enabled.

    Best regards,

    Vidar

      

Children
Related