Hello,
I'm currently working with S32K314 microcontroller, using S32K344_0_2_55_0 HSE with AB swap configuration.
I'm trying to import a AES CMAC key using service HSE_SRV_ID_IMPORT_KEY and it always return HSE_SRV_RSP_INVALID_PARAM. My current microcontroller state is:
- Lifecycle = CUST_DEL (0x04)
- INSTALL_OK = 0
I've try to create a custom AES catalogue. This request generates an error error HSE_SRV_RSP_NOT_ALLOWED 0xAA55A21.
I've make sure that all the buffers that parsed to HSE are located inside SRAM.
I even manage to run the erase service. It respond ok.
Given all the above I sill end up in HSE_SRV_RSP_INVALID_PARAM error.
Any idea what I could check next?
Thank you in advance!