external reset and watchdog reset flags

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

external reset and watchdog reset flags

565 次查看
shaking928
Contributor I

Does anybody know flags for external reset and watchdog reset for MC9S12XET MCUs? I cannot find them in MC9S12XEP100 Reference Manual.

0 项奖励
1 回复

559 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @shaking928,

There are these reset vectors:

danielmartynek_0-1639997201883.png

So, if the COP is the source of the reset, it will fetch the COP vector.

 

Please read the RM, Section 11.5.1 Description of Reset Operation

"External circuitry connected to the RESET pin should be able to raise the
signal to a valid logic one within 64 SYSCLK cycles after the low drive is
released by the MCU. If this requirement is not adhered to the reset source
will always be recognized as “External Reset” even if the reset was initially
caused by an other reset source."

 

Explained in details here:

https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12-FAMILY-DEVICES-COP-RECOGNITION-CONSIDER...

 

Simple S12XEP100 COP example is attached,

 

Regards,

Daniel

 

 

 

 

 

0 项奖励