Hello
currently we are developing a hid bluetooth mouse using nrf52832 and SDK 15.3. We are using app_scheduler to send movement data to the host pc, but when we enable app_timer to use scheduler(APP_TIMER_CONFIG_USE_SCHEDULER 1) , the mouse movement is jumping when any of the app_timer instance finishing it ticks. on short hand we are getting some unwanted behavior when we use APP_SCHEDULER for both app_timer and other functions. so as a solution we disabled(APP_TIMER_CONFIG_USE_SCHEDULER 0) app_timer operation using scheduler. is there any problem if we use app_timer without scheduler?.