I'm developing a fingerprint-related project.
When the finger touches, the fingerprint sensor generates a pulse signal.
NRF52810 will triggers a GPIOTE callback, then wakeup and start BLE advertisement.
When finger touches, the problem is,
a. The oscilloscope always can display the pulse waveforms
b. But the GPIOTE callback has the probability of being locked up
c. Once locked up, the GPIOTE callback event never happen again, until reset
A lot of testing work shows that, this problem is easy to occur when UART/UARTE is used.
What I want to ask is, how to configure it to ensure that GPIOTE event will happen? Thanks!