Dear NXP Support Team,
I am currently running the example S32K3_HSE_DemoExamples_1_0_0\S32K3_HSE_DemoExamples\Secure_Boot\S32K344_Advanced_SecureBoot on the S32K344EVB-T172 board.
However, I have observed an issue where the following function call:
FLASH_Write(pCmacTag, Cmac_Tag, sizeof(Cmac_Tag))
does not program the CMAC tag into flash memory at the address defined by CmacTagFlashAddress.
The returned status is 0xC100, which indicates no error, but after dumping the flash memory, I can confirm that the CMAC tag has not been written to the expected flash location.

Could you please help me debug this issue?