Hello,
About RTC module, Systick and SoftDevice.
Does SoftDevice make use of RTC module events ?
Does SD also make use of ARM SYSTICK ?
Note : we do not use FreeRTOS
Thank you for the answer,
David
Hello,
About RTC module, Systick and SoftDevice.
Does SoftDevice make use of RTC module events ?
Does SD also make use of ARM SYSTICK ?
Note : we do not use FreeRTOS
Thank you for the answer,
David
Softdevice uses the RTC0 exclusively, including its tasks and events.
Systick is not used by SD, available to the app but STOPPED when sleeping. I actually use this to measure CPU core usage. ;-)
Hello,
Thank you for the answer :)
We know now what we can use :)
David