Sorry, but there are no more tags available to filter with.
  • Unable to trigger bsp_event_handler when press button

    I am writing a program that waits for Button 1 to be pressed. Once it is press, then it will call the function blecomm() in another c file. My code is as below: #include <stdbool.h> #include <stdint.h> #include <string.h> #include "nordic_common…