When I use ble_app_hids_mouse demo to test my mouse sensor, it seems that mouse arrow will delay about 300ms to start send data ,at the beginning of movement.
When I cut the function "power_manage()", delay phenomenon is solved but the arrow will not smooth anymore.
How can I do to keep it move smooth and solve the delay problem cause by "sd_app_event_wait()" ?
Is there any func to wake up the cpu from "sd_app_event_wait()"?