ILLEGAL BP? - s08JM60

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

ILLEGAL BP? - s08JM60

1,048 Views
trav
Contributor III

So I ordered some samples of the s08JM60, slapped them on a QFP to DIP adapter board I have and hooked it up to the bdm of my wiztronics universal bdm.  I thought I would try a simple blink led, but once the debugger starts to run, the command window will say ILLEGAL_BP, then it will say RUNNING.  It will flip back and forth a few times and then the debugger stops.

 

I have CodeWarrior 6.1 and 6.2 installed.

 

What can be causing this?

 

 

p/n added to subject.

Message Edited by NLFSJ on 2009-04-01 03:38 PM
Labels (1)
0 Kudos
2 Replies

280 Views
pgo
Senior Contributor V

Dear trav,

 

Are you disabling the watchdog?

 

   SOPT1       = SOPT1_STOPE_MASK; // disable COP & enable STOP instruction
 

 COP resets give the symptoms you describe.

 

bye

Message Edited by pgo on 2009-04-03 04:56 PM
0 Kudos

280 Views
trav
Contributor III

Yes this was my problem.  I didn't think it was, because I thought I had set it up right, but had not.

 

Thanks,

Travis

0 Kudos