Applications that do **not** use MPSL (for example `hello_world`) run correctly on the same board and SDK version.
This blocks **all radio‑based stacks** (Thread, Bluetooth LE, Zigbee, Matter, multiprotocol) on nRF54LM20 in the currently released SDKs.
mpsl_init() and is not specific to OpenThread; any MPSL‑based stack (BLE, Thread, Zigbee, Matter, multiprotocol) is affected.---
## Environment
| Item | Value |
---
## Observed behavior
## Fault analysis
The BusFault is triggered during `mpsl_init()` when the MPSL binary attempts to access the **ECB00 peripheral** using an address that is valid on nRF54L15 but **not mapped on nRF54LM20**.
### Example faulting access
The addresses above are taken from the MDK headers:
If additional traces or test projects are helpful, I can provide them.
