Hello All,
I am using "nRF52840-DK" with "nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71" SDK which i am using with SEGGER Embedded Studio(SES) .
I tested the "Blinky" and "Pin Change Interrupt Example" as per instructed on their respective links as mentioned below.
Pin Change Interrupt Example - https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fpin_change_int_example.html
I have also gone through all 7 vedios about getting started with SES and nRF which are on the link given below.
https://www.youtube.com/playlist?list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV
To understand and get familiar with nRF and SES environment I wanted to configure GPIO pin interrupt in "Blinky" example code For which i refered "Pin Change Interrupt" and "GPIOTE" example s.
I added the "app_gpiote.c" driver file to the nRF_Driver folder of the Blinky example However the giote driver was not linked with the blinky project.
Also if there is any detailed guide which helps us to understand the use and working of these drivers then Please help me with it.
Please help me with detailed explanation about how to Link and use the drivers in my code at the earliest.
Also Please Note that i have also tried the steps mentioned for adding source and header files, links mentioned below,
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fadd_headers_ses.html
Please also help me with Proper Order to follow these steps so that i can link and use any peripheral driver library(Gpiote, pwm etc) in my code
Thanks and regards
Utkarash