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

NRF52840 otSysProcessDrivers mimimum #calls/second

Hi,

I'm creating a low power thread node with the thread stack.

I'm experimenting with the scheduler to make my system as low power as possible.

I wonder how many times per second I have to call otSysProcessDrivers (as minimum as possible).

Thanks,

Jonathan.

  • Hi Jonathan,

    In our examples we call otSysProcessDrivers each time before we go to WFE, so the application can process all the driver events in the scheduler before going to sleep.

    Best regards,

    Marjeris