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?

545 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 in my proyects using eclipse 10.2?

 

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
2 Replies

377 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Please see attached pictures of how to enable logging.

0 Kudos

377 Views
orlandozapata
Contributor II

Hi ZhangJennie,

I could see this bus frequency configuration. This seems the initial bus frequency configuration of the PnE U-MultiLink. I would like to see the MCU frequency  (MCU clock speed) that my code sets step by step to reaffirm that is  near to 26.7 Mhz in the function "void Config_Reloj(void)". I´m using the code that I posted initially. Where can I see that in debug perspective??

Thanks for you time.

0 Kudos