hi.........
i am tried to merge the blinky and timer sample program , i am getting this error , even i have included all files .h , .c files
nrfx_config.h: No such file or directory
hi.........
i am tried to merge the blinky and timer sample program , i am getting this error , even i have included all files .h , .c files
nrfx_config.h: No such file or directory
you have to link this file and enable driver into SDK_CONFIG.h file.
how to do that
how to do that

click on this
2) 
3)
4)
5) And Add put your file path whatever you have to add in nrf_driver and nrf_liabrary section.
6) After that, you have to make changes in sdk_config.h f

7)
And enable it, If any file is not there then you have to configure in Text Editor.. as per your driver.
yes i did , but now i am getting error
'm_led_a_timer_id' undeclared (first use in this function)
but i have declared this
APP_TIMER_DEF(m_led_a_timer_id);
m_led_a_timer_id
search this function separately in timer example. if you find in other files, add this file with specific path.
And enable it, If any file is not there then you have to configure in Text Editor.. as per your driver.
please check this one also...
sometimes configuration is not available in "Configuration_wizard" you have to add into a text editor.
if it is not done,
please send your ZIP file.
yeah sure , i am using embedded segger studio
i tried .. i can't able to figure out mistake . here i am dropping my zip file
thanks in advance