Software or hardware debugger? When the hardware debugger is connected, it uses a default trim value of 0x80.
When running without the debugger, it loads from the Flash IFR which is documented as being at 0x3ff, but is also documented as being UNREADABLE from the debugger or from user code. The only way to find what value is written in there is to have the chip run standalone and then print what got loaded into ICSTRM.
Search this forum for "IFT TRIM" and other keywords. This one might be useful as it details (amongst other things) how some programming tools have to be set up to change (or not change) the stored values:
You can always reload ICSTRM with values from some other NV storage in your product if that is more convenient.
Tom