This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using timer along with ble_app_uart and saadc

Hi,

I am going to use a timer in my code which includes ble_app_uart (using app_timer) and saadc examples. I need this timer to read time during the program. 

I know that timer0 and RTC1 are used by SoftDevice and app_timer, respectively. I used timer1 for ADC. 

Is there anymore limitation for timers?

Because every timer (2-4) I used as a timer for reading time, does not work. Actually, there is no error during building, although when I run the program it gets stuck in reading time.

any idea?

Br,

Sama

Parents Reply
  • Hi,

    Thank you for your reply and sorry for my delay. I have been involved in checking my codes step by step. Finally, I had to start from another point.
    Now I want to know that how can I set continuous advertising. Because after 3 minutes, sending data to Uart and Bluetooth is stopped. I want to send data continuedly.
    could you please help me?

    Br,

    Sama

Children
Related