芯片:S32K312
信用证:HSE_LC_CUST_DEL
HSE 固件版本:1.13.0.1.2.1
我的代码是90KB,我从地址0x00400000复制128KB数据到0x00500000,然后执行服务HSE_SRV_ID_AC
tiVATE_PASSIVE_BLOCK,但是hseSrvResponse代码返回HSE_SRV_RSP_NOT_ALLOWED。
#define HSE_SRV_RSP_NOT_ALLOWED ((hseSrvResponse_t)0xAA55A21CUL) /**< @brief The operation is not allowed because of some restrictions (in attributes, life-cycle dependent operations, key-management, etc.). */
这可能是什么原因?