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
This is shown in e.g. the "nrf5-mpu-data-ready-interrupts" project here. When the interrupt pin goes high, a flag(mpu_data_ready
) indicating that data is ready is set.
This is shown in e.g. the "nrf5-mpu-data-ready-interrupts" project here. When the interrupt pin goes high, a flag(mpu_data_ready
) indicating that data is ready is set.