Am using the nrf sdk version of 13.0, am a newbie to this platform , can anyone please help me..?
Am using the nrf sdk version of 13.0, am a newbie to this platform , can anyone please help me..?
Hi,
The Pin Change Interrupt Example in the SDK shows you how set-up interrupts on PIN_IN change.
You can find the source code and the project file of the example in the following folder:
SDK_InstallFolder>\examples\peripheral\pin_change_int
in that project , at static void gpio_init(void) , in debug mode, the execution is stuck at nrf_drv_gpiote_in_event_enable(PIN_IN, true);
in that project , at static void gpio_init(void) , in debug mode, the execution is stuck at nrf_drv_gpiote_in_event_enable(PIN_IN, true);
Hi s_sen,
Please create a new question, where you describe in more detail what problems you have. Also add information about what SDK version you are using when you create the new question.