MPSL ASSERT: 112, 1617 on single board, suspect hardware

NCS 2.7.0, NRF52840, SYSBUILD with MCUBOOT

We have 1 specific board which is failing with a hardfault and assert MPSL ASSERT: 112, 1617   it occurs whenever we activate bluetooth.  Other boards of the same PCB do not have this problem.  This board previously did not have a problem but recently started.

!) Any idea what might be the root cause for the assertion?

2) If this would be caused by a hardware issue, is it possible for us to create a specific manufacturing test software to catch the issue?

Parents Reply
  • I also notice that if my mfg test code starts the HFCLK but does not turn it off, I no longer get the MPSL assertion.  It seems possibly the failure is related to increased start up time exceeding some limit within MPSL.  

    I could measure the time for clock_control_on to complete and set a maximum threshold to match the MPSL library.  

    Can you tell me what startup time would be too high for MPSL ?

Children
Related