How to see the speed clock (Bus frequency) configuration in debug perspective for eclipse 10.2?

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

How to see the speed clock (Bus frequency) configuration in debug perspective for eclipse 10.2?

Jump to solution
875 Views
orlandozapata
Contributor II

Hi,

 

I am using a MCU51QE128, and  I want know how to see the clock speed that was configurate in my MCU using codewarrior development studio - eclipse 10.2 in debug perspective, When I worked in codewarrior 6.3 I could see this speed clock in the command window when this was configured step by step . Somebody know How find this window or what should I do to see the speed clock confugured in my proyects using eclipse 10.2? I want to see something like the picture shows.

 

My Code:

 

void Config_Reloj(void){

ICSC1=4;                  //ajusta el reloj interno

ICSC2=0;                  //frecuencia de bus de 26´748.225hz

ICSSC=0X70;

ICSTRM=0X40;

SOPT1=0X12;               //desactiva el reset

}

 

Thanks for your help and apologize for my english

Labels (1)
0 Kudos
Reply
1 Solution
661 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

please see bus clock as attached screenshots

View solution in original post

0 Kudos
Reply
1 Reply
662 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

please see bus clock as attached screenshots

0 Kudos
Reply