MC9S08DZ128

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MC9S08DZ128

744 次查看
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....

标签 (1)
0 项奖励
回复
2 回复数

400 次查看
tonyp
Senior Contributor II

Probably a COP timeout issue.

0 项奖励
回复

400 次查看
lc_hc
Contributor I

This might help if placed  after your function is done.

 

 

SRS = 0x55U;

SRS = 0xAAU;

0 项奖励
回复