Help Finding "User Tag" Documentation for CRACEN DMA (nRF54L15)

I’m working with the CRACEN peripheral on the nRF54L15 and I’m trying to understand the DMA User Tag field used in registers like `CRYPTMSTRDMA.FETCHTAG`.

The documentation mentions this field but doesn’t explain its purpose or valid values, it only says "Fetch User Tag (only used in direct mode)". I’ve checked the nRF54L15 reference manual and CRACEN-related sections, but couldn’t find further details.

Could someone point me to the documentation or provide clarification on what the User Tag represents and how it should be configured?

Thank you.

Parents Reply
  • Hi Hung,
    I’m working in Rust to implement low-level cryptographic functions directly on the nRF54L15.
    I generated a PAC from the SVD and I’m building these routines from scratch, without using the Nordic drivers.

    My goal is to understand how things work, but the documentation seems to be missing several points, especially regarding how CRACEN operates at the register level, including the meaning of fields like dmatag.

Children
No Data
Related