Hi
I would like to know what timer is used to wake up 52832 per advertising interval and what is the IRQ.
Thanks very much!
Hi
I would like to know what timer is used to wake up 52832 per advertising interval and what is the IRQ.
Thanks very much!
HI Sean,
the SoftDevice uses RTC0 to schedule advertisment and connection intervals. RTC0 is blocked from application access when the SD is enabled and the SD will not forward interrupts/events from peripherals that are exclusively used by the SoftDevice to the application. Instead the SD generates a SW interrupt to notify the application when this is appropriate. This is to avoid "waking up" the application when it strictly does not need to "wake up".
So if you plan on using the RTC0 IRQ in the application when the SD is enabled, then I do not think it will work.
Best regards
Bjørn
I see. Thank you !
I see. Thank you !