Dear experts,
My app needs to monitor an incoming DRDY signal changes at 200Hz to 16000Hz. I am considering to use NRFX_GPIOTE driver to detect the DRDY event. It seems that the driver has choices with high and low accuracy.
Now my question comes: when my sampling rate is low (e.g. less than 500Hz), can I safely use LOW accuracy mode to detect DRDY changes? Will I miss any events? What are the risks?
Regards,
yf13