Reset Software - MC9S08QE8

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

Reset Software - MC9S08QE8

848 Views
DavidoBG
Contributor II

I would like done a reset software. Which are solution?

May be with the illegal operation but what king of illegal operation asm("illop")?

Thanks for your help

David

I use MC9S08QE8

 

 

Added p/n to subject.

Message Edited by NLFSJ on 2009-05-28 08:14 AM
Labels (1)
0 Kudos
1 Reply

218 Views
tonyp
Senior Contributor II

Regarding valid instructions that may become illegal under condition:

 

STOP (opcode $8E) if STOP is not enabled.

 

BGND (opcode $82) is another possibility for normal mode use.

From the Reference Manual: "If the ENBDM control bit in the BDC status/control register is clear, BGND is treated as an illegal opcode."

 

But there are many-many more from the unused opcode domain.  Just look at the opcode table for any unused opcodes.

 

Hope this helps.
0 Kudos