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

Is there a race condition in the GPIO DETECT signal?

For example, if I have a GPIO pin configured with low sense, and it goes low just before I call sd_power_system_off(), will the device return to System ON mode immediately, or is the pin transition lost?

Parents
  • Some experimenting shows that DETECT is actually level-triggered, rather than edge-triggered as stated in the data sheet, which implies there is no race condition.

Reply
  • Some experimenting shows that DETECT is actually level-triggered, rather than edge-triggered as stated in the data sheet, which implies there is no race condition.

Children
No Data