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

Can device wake up from system off state using edge signal (either rising edge or falling edge)?

I use nrf52832 board, S132,SDK14.2 . I refer to some projects and nrf52 datasheet that indicate to use pin sensing mechanism(level trigger) to wake up device from system off state. Does it mean that level trigger can wake up device? Can I use edge trigger to wake up it?

Parents
  • The datasheet says that use the DETECT signal to exit from System OFF. The DETECT signal will go high immediately if the sense condition configured in the PIN_CNF registers is met when the sense mechanism is enabled.  I think exiting from System OFF is level trigger if sense condition is configured low ,then button pushed to wake up device. So can I use edge trigger to wake up the nrf52 board?

Reply
  • The datasheet says that use the DETECT signal to exit from System OFF. The DETECT signal will go high immediately if the sense condition configured in the PIN_CNF registers is met when the sense mechanism is enabled.  I think exiting from System OFF is level trigger if sense condition is configured low ,then button pushed to wake up device. So can I use edge trigger to wake up the nrf52 board?

Children
Related