see CPU registers for MCS08SG32

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

see CPU registers for MCS08SG32

Jump to solution
740 Views
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?

Labels (1)
0 Kudos
1 Solution
278 Views
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

View solution in original post

0 Kudos
1 Reply
279 Views
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 Kudos