Chip:RT1176
the bd file "SDK/middleware/mcu-boot/bin/Tools/bd_file/imxrt117x/enable_hab.bd" seems to change the SRK and SEC_CONFIG of the eFuse.
the enable_hab.bd file is as below
# Program SRK table
load fuse 0xD132E7F1 > 0x18;
load fuse 0x63CD795E > 0x19;
load fuse 0x8FF38102 > 0x1A;
load fuse 0x22A78E77 > 0x1B;
load fuse 0x01019c82 > 0x1C;
load fuse 0xFC3AC699 > 0x1D;
load fuse 0xF2C327A3 > 0x1E;
load fuse 0xDAC9214E > 0x1F;
# Program SEC_CONFIG to enable HAB closed mode
load fuse 0x00000002 > 0x06;
How can I know the corresponding address of 0x18~0x1F?
They don't seem to be the Fuse Row Index refering to "OTP Memory Footprint" of RT1176.And I find the .bd file of RT1176 is as same as that of RT1060.It seems it's defined by flashloader,but where can I find the reference manual that demonstrates this?