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

How to generate short reset pulse using nRF9160 DK.

I have some module chip connected to the nRF9160 DK providing the sensor data over I2C line. In some state transition of the module the short reset pulse needs to be generated to GPIO line. Max allowed pulse length is 45 ns. Is this possible with nRF9160 and what is the best way to do it? Any code examples generate the short pulse?

Parents Reply
  • The GPIO peripheral is synchronized with the 16MHz AHB bus. The shortest pulse width that you can generate is 62.5ns. 

    Is the reset signal active high or low?
    What is 'V input high' and 'V input low' for the reset signal? 

    You might be able to create a shorter pulse with just an external capacitor, depending on the specifications of the reset signal.

Children
Related