Hello everyone
i want to create button fucntion press the button for 3 seconds and then it has to start advertsing but i have excuted the button fucntion but it si showing some errors in gpiote files so any suggestion or ideas will be helpful for me
Hello everyone
i want to create button fucntion press the button for 3 seconds and then it has to start advertsing but i have excuted the button fucntion but it si showing some errors in gpiote files so any suggestion or ideas will be helpful for me
It would help if you also post what the errors say. If I am to guess what causes your errors then maybe you have forgot to enable the GPIOTE module by changing
#define GPIOTE_ENABLED 0
to
#define GPIOTE_ENABLED 1
in the nrf_drv_config.h file found in the folder "your_project_folder/config".
It would help if you also post what the errors say. If I am to guess what causes your errors then maybe you have forgot to enable the GPIOTE module by changing
#define GPIOTE_ENABLED 0
to
#define GPIOTE_ENABLED 1
in the nrf_drv_config.h file found in the folder "your_project_folder/config".