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

Scmitt-trigger inputs on nRF52840

Hello

Does the nRF5280 include Schmitt-trigger inputs on the GPIO pins?

If yes, what are the voltage threasholds for the rising- / falling edges?

(Can't find anything about this in the nRF documentation..)

I'm concerned about slow rising/falling input signals (HW lockup), see link:

https://www.ti.com/lit/an/scba004d/scba004d.pdf

Parents Reply
  • Hi, 

    The specification for the pads are:
    VIH (Input high level) > 70% VDD
    VIL (Input low level) < 30% VDD

    This means:

    • If the Input is above 70% of VDD we guarantee that the input is recognized as a "1".
    • If the Input is below 30% of VDD we guarantee that the input is recognized as a "0".

    The hysteresis should always be > 20% VDD

    We do not have any maximum input rise or fall time specified. If the noise is larger than the hysteresis, there might be glitches into the chip.

    -Amanda H.

Children
Related