MC9S08DZ128

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

MC9S08DZ128

732 Views
roja
Contributor I

Hi,

I am working on MC9S08DZ128 with Codewarrior IDE version 6.3 & P & E,in the main() function i am calling another function for doing some operations.On completion of the operations the control is not transfered to the point after the function call but instead it starts from the main all over again as though the controller has been reset.

 

Please anyone help me....

Labels (1)
0 Kudos
2 Replies

388 Views
tonyp
Senior Contributor II

Probably a COP timeout issue.

0 Kudos

388 Views
lc_hc
Contributor I

This might help if placed  after your function is done.

 

 

SRS = 0x55U;

SRS = 0xAAU;

0 Kudos