I am getting following error while building the project.
undefined reference to `nrf_drv_timer_pause'
undefined reference to `nrf_drv_timer_clear'
I believe these functions are located in nrf_drv_timer.c. I have added the nrf_drv_timer.h header file and the program locates it perfectly. However, I noticed that nrf_drv_timer.c is left off from compiling when I am building the project which I think raises this error.
Note that, I have added the nrf_drv_timer.c files path in preprocessing and mentioned #define TIMER_ENABLED 1 in sdk_config.h file. Also, I am using the Segger Embedded Studio to build the project.
I will appreciate if anyone can help me in solving this issue. Thanks!