Mpc5744p_fccu

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mpc5744p_fccu

663 Views
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

};

How to inject ncf[0]-ncf[4], 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.

0 Kudos
1 Reply

524 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

the FCCU is working as expected.

The issue is in your SW implementation.

regards,

Peter

0 Kudos