in nRF5_SDK_14.2.0_17b948a project, we get sensor x y z w data in a loop process, the data which print in uart shows very smoothly.
but if i push buttons many times in a second, the sensor data pause a little time and later going on.
i doubt that continue buttons interrupt may take too much time so that process can not get a time slice to run.
how can i slove it ? although i am pushing buttons in a high frequence, i don want sensor data pause, miss some import position data.
thanks
