CLK OUT PIN

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

CLK OUT PIN

跳至解决方案
1,717 次查看
nesrinemhiri
Contributor III

Hi all,

I use the FRDMK22FN512VLH12,i would like to measure the CLK out but i dont found in documentation one pin that via it i can affiche frequen cy in scope

can help me

Thank you

1 解答
1,375 次查看
santiago_gonzal
NXP Employee
NXP Employee

Yes, you also need to configure the pin muxing.

Se this great post from Derek Snell:

Verifying Internal Clocks in Kinetis

Regards,


Santiago

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,375 次查看
santiago_gonzal
NXP Employee
NXP Employee

Hello,

Search in the Reference Manual for CLKOUT. The pin is PTC2 and the register to configure that pin is the SIM_SOPT2.

Regards,

Santiago

1,375 次查看
nesrinemhiri
Contributor III

i add this line:

#define SYSTEM_SIM_SOPT2_VALUE       0x00010020U        (clkout flash frequency)

,but i see anything in the scope!! should i configure the pin in other register ?

1,376 次查看
santiago_gonzal
NXP Employee
NXP Employee

Yes, you also need to configure the pin muxing.

Se this great post from Derek Snell:

Verifying Internal Clocks in Kinetis

Regards,


Santiago

0 项奖励
回复