How to set following reset bit in FES register

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

How to set following reset bit in FES register

跳至解决方案
1,270 次查看
deepikahk
Contributor III

I'm using MPC5744p 

 

F_VOR_FUNC

F_TSR_FUNC

F_JTAG_FUNC

F_FCCU_SOFT

F_FCCU_HARD

F_ST_DONE

F_EXR

标签 (1)
1 解答
1,106 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hi,

I will try to explain it.

F_VOR_FUNC - If your supply voltage get out of range and in PMC is configured to trigger functional reset on this event.

F_TSR_FUNC - Temperature sensor functional reset - when micro exceeds defined temperature ranges.

F_JTAG_FUNC - Via JTAG commands

F_FCCU_SOFT - By FCCU - when FCCU reaction on fault is configured to trigger short functional reset.

F_FCCU_HARD By FCCU - when FCCU reaction on fault is configured to trigger long functional reset.

F_ST_DONE - By micro itself after offline BIST is done.

F_EXR - External reset pin, for example reset via debugger, BCS, external watchdog, etc.

Peter

在原帖中查看解决方案

0 项奖励
4 回复数
1,107 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hi,

I will try to explain it.

F_VOR_FUNC - If your supply voltage get out of range and in PMC is configured to trigger functional reset on this event.

F_TSR_FUNC - Temperature sensor functional reset - when micro exceeds defined temperature ranges.

F_JTAG_FUNC - Via JTAG commands

F_FCCU_SOFT - By FCCU - when FCCU reaction on fault is configured to trigger short functional reset.

F_FCCU_HARD By FCCU - when FCCU reaction on fault is configured to trigger long functional reset.

F_ST_DONE - By micro itself after offline BIST is done.

F_EXR - External reset pin, for example reset via debugger, BCS, external watchdog, etc.

Peter

0 项奖励
1,106 次查看
deepikahk
Contributor III

Hi

Can you please explain me in detail how to pass JTAG commands and F_FCCU_SOFT , F_FCCU_HARD,F_ST_DONE , F_EXR

Can i have sample code regarding setting bits in FES register

0 项奖励
1,106 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hi,

F_JTAG_FUNC - The EXTEST, HIGHZ, and CLAMP instructions cause a JTAG 'functional' reset event to occur, which sets
this field to 1.

F_FCCU_SOFT - You must set reaction on FCCU fault as short functional reset in FCCU_NCFS_CFGn register and enable reaction on this fault in FCCU_NCF_En. Then just either trigger the fault or inject it (if possible) via FCCU_NCFF register.

F_FCCU_HARD - You must set reaction on FCCU fault as long functional reset in FCCU_NCFS_CFGn register and enable reaction on this fault in FCCU_NCF_En. Then just either trigger the fault or inject it (if possible) via FCCU_NCFF register.

F_ST_DONE - Execute offline BIST. The BIST is by default enabled. If you need to configure it refer to STCU12 chapter.

F_EXR - trigger reset via external pin. Reset via debugger for example.

I hope now it is clear.

Peter

1,106 次查看
deepikahk
Contributor III

thank you peter

0 项奖励