The above code is written based on this sample file. Before determining whether to perform UTEST region writing, the address value of 0x1B000000 needs to be obtained. In my application project, directly obtaining 0x1B000000 through a pointer will trigger the hardware error void HardFault_Handler(void). However, when flashing S32K344_HSE_FW_INSTALL, 0x1B000000 can still be directly obtained through a pointer without any problem. Could you please tell me what causes this and what solutions are there