Part Number: AM62L
Hi,
I've enabled secure boot on my device, and am trying to read the values from OTP to verify exactly how my device is configured.
It doesn't appear to be possible to directly read the OTP memory, so instead I'm reading registers in the Security Manager block (WKUP_DMSC0_SECMGR). I'm currently using the "K3 Security Hardware Architecture" (SPRUIM0B) as a reference, as I can't find a document specific to the AM62L.
Reading registers in the first 0x1000 bytes of the register block works fine, so I can check the status along with the programmed SMPKH and BMPKH values. But any register read past an offset of 0x1000 results in a synchronous abort exception, which means I cannot read for example the SECMGR_CUST_KEY_REV register (there are other values too that only seem to exist in the region that I can't access).
Do these registers exist on the AM62L? Is there any up to date documentation describing what values I can read?
Thanks
Matt