see CPU registers for MCS08SG32

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

see CPU registers for MCS08SG32

跳至解决方案
1,405 次查看
Witya
Contributor I

Hello everyone,

 

I have a problem or a question...

 

my application is written in C and when debugging, it is possible to see CPU registers? I mean see what is stored there.

 

when you programm using assember, debugging always open memory window, and all registers are seen.

 

possible to do that with C debugging?

标签 (1)
0 项奖励
回复
1 解答
943 次查看
CrasyCat
Specialist III

Hello

 

This depends on which version  of CodeWarrior you are using.

 

If you are using V6.3, you can open the component MCURegisters to look at content of the registers.

Inside of the debugger select Component > Open and select Mcuregisters.

 

If you are using V10.x, you should be able to see register value in the Register View.

 

CrasyCat

在原帖中查看解决方案

0 项奖励
回复
1 回复
944 次查看
CrasyCat
Specialist III

Hello

 

This depends on which version  of CodeWarrior you are using.

 

If you are using V6.3, you can open the component MCURegisters to look at content of the registers.

Inside of the debugger select Component > Open and select Mcuregisters.

 

If you are using V10.x, you should be able to see register value in the Register View.

 

CrasyCat

0 项奖励
回复