Reset pin on MC9S12XEQ pulls down for unknown reason

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

Reset pin on MC9S12XEQ pulls down for unknown reason

Jump to solution
390 Views
programmer
Contributor I

Hello,

 

I've started writing code for the MC9S12XEQ.

The code resets the COP watchdog timer by writing 0x55 and 0xAA, but for unknown reason, the RESET pin pulls down for 1.5 ms every 50 milliseconds.

 

This is also happens whenever the debugger stops the MCU (which is logical, but it also happens when the debugger is not connected).

 

How can I keep the RESET pin always up?

 

Thank you.

Labels (1)
0 Kudos
1 Solution
283 Views
kef
Specialist I

S12XE pulls RESET pin low when internal reset occurs. It could be illegal address reset, COP or clock monitor reset.

View solution in original post

0 Kudos
1 Reply
284 Views
kef
Specialist I

S12XE pulls RESET pin low when internal reset occurs. It could be illegal address reset, COP or clock monitor reset.

0 Kudos