MPSL ASSERT: 1, 1310

I encountered the error MPSL ASSERT: 1, 1310 when establishing a BLE connection on my custom board, only happens when using an external 32 kHZ crystal oscillator (

CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL). Could you provide information on what issue this error might be related to? 
I am using nRF Connect SDK v2.9.1. My custom board is based on the nRF54L15.
Parents Reply
  • Hi, your method works. I also tried another approach by configuring the internal capacitor for the HFXO. With values from 4000 to 10750, the issue no longer occurs. However, specifically with the value 10500, the device encounters the same error immediately during advertising.

    From what I read, increasing MPSL_HFCLK_LATENCY impacts power consumption.

    Could you clarify the relationship between MPSL_HFCLK_LATENCY and the HFXO internal capacitor configuration as described above? Which approach would be the most appropriate to resolve the issue?.

Children
Related