To check the clock speed of i.MX RT 1064

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

To check the clock speed of i.MX RT 1064

126 Views
Prabhuraj
Contributor I

We need to check the clock frequency of the microcontroller. I’m unsure whether to measure it using hardware tools or by checking through code. There is no specific pin available for clock output in the data sheet to measure it directly. Can you help me decide which method to use?

0 Kudos
Reply
2 Replies

87 Views
mayliu1
NXP Employee
NXP Employee

Hi @Prabhuraj ,

    Thank you for your interest in the NXP MIMXRT product, I would  like to provide service for you.

1:   I suggest that you can use an oscilloscope to measure the pin waveform.

2.  Import one SDK demo evkmimxrt1064_ccm_clockout in the sdk driver_examples folder.

 you can set pin in Perpheral Signals tools.  The pins in the diagram below are used by the SDK demo

mayliu1_0-1724141476251.png

3: I use an oscilloscope to measure the pin CLKO1, then get clock.

mayliu1_1-1724141988944.jpegmayliu1_2-1724142024964.jpeg

 

Best Regards

mayliu

 

 

0 Kudos
Reply

106 Views
mayliu1
NXP Employee
NXP Employee

Hi @Prabhuraj ,

    Thank you for your interest in the NXP MIMXRT product, I would  like to provide service for you.

1. specific pin available for clock output is described in IMXRT1064RM rm. :

https://www.nxp.com/webapp/Download?colCode=IMXRT1064RM

 

2. In  14.7.19 CCM Clock Output Source Register (CCM_CCOSR),described how to output clock

The figure below represents the CCM Clock Output Source Register (CCOSR). The
CCOSR register contains bits to control the clock that will be generated on the output
ipp_do_clko1

3. For example.

mayliu1_0-1724060475597.png

Best Regards,

mayliu

 

 

0 Kudos
Reply