Reset Software - MC9S08QE8

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Reset Software - MC9S08QE8

1,166件の閲覧回数
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
ラベル(1)
0 件の賞賛
返信
1 返信

536件の閲覧回数
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 件の賞賛
返信