Hello,
at the the moment I try to understand SBL from MCU-PLUS-SDK-AM263X. We use SDK version 8.6.00.34 in combination with the AM263xLP.
In the SBL examples I found the function Bootloader_socLoadHsmRtFw.
I tried to debug the function. We did't change any eFUSE of the launchpad.
The following picture shows the function Bootloader_socLoadHsmRtFw, found in the file bootloader_hsmRt_load.c

At the moment we use the HSFS mode, I think.
We looked in the register description of the eFUSE_DEVICE_TYPE-register, but there I can't find a detailed value description. Is there any other document, which can give more detailed information?

In the register EFUSE_DEVICE_TYPE, we found the value 0x000000AA. Due to the source code, delievered with the SDK, we think, this values is the vlaue for HSFS.
More cryptic for us is the second part of the else if statement in line 81.
(((ptrTopCtrlRegs->EFUSE1_ROW_15)&0xF) == AM263x_SR11))
In the register addendum of AM263x, I cannot find a information to EFUSE1_ROW_15. The firmware expects a value of 0x3 in the low byte, on my board I found 012.
Can you give me some more information about the possible values of this register?
Thanks a lot.
