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

no timer interrupt after softdevice off

 Hello,
I am using nrf51822 / SDK 12.3 / SD 130-2.0.1.

When a normal timer is set and softdevice off, the timer interrupt does not occur.

In SDK 10 / SD 110-8.0.0, timer interrupt occurred.

The purpose of the timer interrupt is to reenable the softdevice again after a certain period of time.

Only SDK/SD is updated with the same code.

I'll try several things, but first I ask why.

Thank you.

Parents Reply
  • RTC1 is still enabled and the counter doesn't increase after SD disable

    Simultaneously with BLE operation, it communicates with external devices using GPIO.

    At this time, I turn OFF SD when communication starts due to communication error due to BLE event.

    During communication, if there is an error in receiving data, SD is reenabled again after a certain time.

Children
No Data
Related