Peripherals with shared ID

nRF54L15 | nRF54L10 | nRF54L05 Datasheet

Peripherals sharing ID [1...n] and a base address may not be used simultaneously. Only one peripheral can be enabled at a given ID.

When switching between two peripherals sharing an ID, perform the following to prevent unwanted behavior.

  1. Disable the previously used peripheral.
  2. Disable any publish/subscribe connection to the DPPI system for the peripheral that is being disabled.
  3. Clear all bits in the INTEN register (INTENCLR = 0xFFFFFFFF).
  4. Configure the peripheral being enabled. Do not rely on the inherited configuration from the disabled peripheral.
  5. Enable the peripheral.

For a list of peripherals that share an ID, see Instantiation.