I call the HSE_SignBootImage() function to obtain a 28-byte GMAC value. I select the first 16 bytes and program them to the addresses from 0x4000F0 to 0x4000FF. Then, when I execute HSE_VerifyBootImage((uint8_t*) 0x400000), it returns HSE_SRV_RSP_VERIFY_FAILED.What could be the possible reason? Is it due to the big-endian or little-endian issue?