Mpc5744p_fccu

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Mpc5744p_fccu

696 次查看
fu860925
Contributor I

const fccu_config_ncf_t fccu1_NcfConfig2 =

{

    .functionID    = 2,

    .hwSwRecovery  = FCCU_NCF_HW_REC_FAULT,

    .reset         = FCCU_NCFS_NO_RESET,

    .timeoutEnable = false,

    .reactionType  = 0U,

    .callback      = NULL,

    .callbackParam = NULL

};

Fault 0-4, use the same config, two inject mothod,

FirstFCCU_DRV_SetNcfFake(0U,2U), no reaction, FCCU not switch to alarm or fault status, why?

 

SecondPMC->FIR = 0x1U;

When debug this line, s32 design studio show error, why?

Error : Error in ONCE status register during instruction execution.

标记 (1)
0 项奖励
回复
1 回复

596 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hi,

This is and issue of SDK example code.

The FCCU works correctly if you configure it properly.

Please read my AN on how to work with FCCU:

https://www.nxp.com/docs/en/application-note/AN5284.pdf 

regards,

Peter

0 项奖励
回复