Hi,
This function is called after I turn on Bluetooth a while of my project.
What is the cause of this and How can I do to fix it? I can't debug to source code of softdevice.
The development environment:
nRF5_SDK_13.0.0_04a0bfd, s132_nrf52_4.0.3
Hi,
This function is called after I turn on Bluetooth a while of my project.
What is the cause of this and How can I do to fix it? I can't debug to source code of softdevice.
The development environment:
nRF5_SDK_13.0.0_04a0bfd, s132_nrf52_4.0.3
Hi,
The assert occurs internally in the softdevice's scheduler and indicates that the application has overstayed its allocated time slot. Are you using the timeslot API in your application, and in that case, are you extending the timeslot periods?
Best regards,
Vidar
Hi,
The assert occurs internally in the softdevice's scheduler and indicates that the application has overstayed its allocated time slot. Are you using the timeslot API in your application, and in that case, are you extending the timeslot periods?
Best regards,
Vidar