Description:
We are using nRF54L15 with NCS v3.0.0, and the following clock configuration:
Our application only enables Bluetooth and sends advertisement data.
This assertion failure does not occur on every power-on, but it happens frequently during startup.
We are encountering an assertion failure during initialization of the MPSL module using the nRF54L15. The error message is as follows:
ASSERTION FAIL [0] @ WEST_TOPDIR/extern/ncs/nrf/subsys/mpsl/init/mpsl_init.c:307
MPSL ASSERT: 1, 1385CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL=y
Questions:
-
What is the root cause of this assertion failure?
-
Is
CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL=ythe correct and recommended solution for this issue on nRF54L15? -
Are there any side effects or considerations when using external clock control in this context?
We’d appreciate your support on this issue.
BR,
Angus