I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
Then, I used the application timer to count the number of falling edges occurring in a GPIO pin. I followed the advice in this thread.
This counter worked well if the transmitter did not link with the receiver.
When the receiver was switched on and linked to the transmitter, the counter stopped working.
Is there any way to count the number of falling edge in a GPIO pin without using the application timer?
The transmitter code was based on the ble_app_uart example over S120.