hi to all,
i am developing a device wih nordic NRF51822 module, i want use app_timer module to blink led with spec pattern, in my program i had successfully used app_timer but when i want to create new timer for new target application encounter with a problem, compiler do not give any error but when i download my program to my module app dose not start and even it dose not go to main,
when i run the program in debug mode disassembler shows the 0xFFFFFFFF address and app do not even go to main. and also when i want use led_softblink module same thing happen.
can any one give me a advice to solve this problem ??