Hello there.
I´m using a Taiyo Yuden evaluation board with a nRF51422 to connect with 3 different sensors. In addition to that there are also 2 buttons connected to the eval board. The collected data get´s sent over UART. I used the app_uart_c example to implement my code.
Now i have problems to recognize every button press. This seems to me related to the softdevice. I modified the bsp code which works so far but sometimes i only manage to execute the event handler every second press. Searching for any issues i decided to first initialize the ble stack to start the lf clk and after initialize the timer which in my feeling was an improvement in the response. However the result is not satisfying for me. I rather don´t want to miss any button press. Is there a solution that can handle pin change interrupts and softdevice reliable at the same time?