In https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/uicr.html#register.BOOTCONF, I can seee that it is possible to apply Read protection to the first x kB of the RRAM by setting the READ field to NotAllowed. But what would be the use case for this? Doesn't the CPU read from the first two words at reset, to know what program counter and stack pointer to use? So if this is not allowed by the CPU, doesn't that mean the CPU would always fail to boot?