S110 src\soc_clock.c line 258 assert

Hi,

We are currently developing a embedded system utilizing timeslots. When the device gets awoken from deepsleep we want to get a timeslot as soon as possible in order to conserve battery.

After the SVCALL sd_softdevice_enable we have to delay roughly 3000µs, otherwise we risk (~25%) receiving an error from softdevice_assertion_handler_t with:
PC: 0, line_number: 258, p_file_name: src\soc_clock.c

Is there anyway to mitigate this issue without having a 3000µs delay?

Parents Reply Children
No Data
Related