Hello
we are using green hill for S32K312 MCU, when we config the mem in the MCAL , the program entry the hardfault. we found the InitFuc pointer is 0xFFFFFFFF in the MemAcc_MemApis. but there is a function address to provide to the pointer. I think it is the issue with uint64 variable using a 4 bytes align. due to the UniquedId and Flags are uint64 variable.
How can config uint64 variable using 8 bytes align? thinks.