To check the clock speed of i.MX RT 1064

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

To check the clock speed of i.MX RT 1064

244件の閲覧回数
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 件の賞賛
返信
2 返答(返信)

205件の閲覧回数
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 件の賞賛
返信

224件の閲覧回数
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 件の賞賛
返信