I am developing on a S32K144 , usually in debug mode with the device unsecured.
I use S32 Design Studio for S32 Platform Version: 3.4 for developing.
The hardware is segger jlink.
In order to secure the device I set the SEC bits of FSEC reg. from "10" to "11" in the starup.S file as below .

Program the device by s32ds debug ,but I finally found the SEC bits is always 10b.
Please tell me reason and how can I program by S32DS debug with J-LINK to set the SEC bits of FSEC reg. from "10" to "11".