This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello KungFu Master,
Are you really a KungFu Master? It will be awesome! :-).
There is no limitations of the frequency of interrupts on GPIO port in comparison with INT1 pin. However, things can be different based on how you implement it.
The DRDY signal is a critical signal to the ECG system, so I strongly remcommand keep it to the INT1. Since GPIO is an aggregated interrupt, you have to manually clear its interrupt flag in the GPIO interrupt flag register (0x1C11) to be able to get the next interrupt. If you use other GPIO pins as interrupt sources, your program could service the DRDY interrupt not in time and worst case miss it due to the delay of servicing it.
If you have to move the DRDY interrupt to the GPIO26, then please post your isr code so that I can take a look at it. Also, I need to know if you have any other GPIO interrupts and how you access those.
Best Regards,
Peter Chung