First, I Succeeded booting on Toolbar [Boot][Authenticated(HAB)] , [LC][closed,HAB enabled]
But. on the same board,
I changed the option of Boot, [Boot][XIP encrypted(BEE user Keys) authenticated] [LC][closed,HAB enabled]

this XIP project` flash resion, 0x6000_0000 , size 0x20000 , so I set the region like upper capture image.

and.. When Build Image on SEC , it is Successful and then write Image action is also successful

But, DipSwitch change to internal mode, and after reset, It is not woking....
lastly, again. Toolbar [Boot][Authenticated(HAB)] , Build-Write Image. -- Booting well...

The authenticated area and the SW_GP2 (BEE user key) area are clearly different.
Also, as shown in the screenshot above, SW_GP2 is clearly in a writable state, and based on the current value, it seems that it was properly written.
So, why is the booting not working?
Is it possibly due to a region setting problem in the XIP encryption (BEE user keys) configuration?
Here, I set the Protected Region 0 Start and Length to 0x60001000, which seems suspicious.
Could it be because this region is different from what is seen in the IDE?
However, since this is an XIP image, I had to set the flash base address to 0x60000000.
Also, this axf image runs well on a clean board without any secure settings, so the image itself seems to be fine.
Could you let me know What is wrong ?