K60: External clock characteristics

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

K60: External clock characteristics

跳至解决方案
1,816 次查看
mike65535
Contributor II

I'm trying to find a spec for the electrical requirements for providing an external clock to the K60.

I currently have a circuit that puts a sinewave on "EXTAL", a sinewave that has a DC component of about 0.8V and a pk-to-pk voltage of about 0.7V

I get intermittent hanging at this in bsp_cm

while ((MCG_S & MCG_S_IREFST_MASK) != 0x00U)  /* Check that the source of the FLL reference clock is the external reference clock. */

{

}

making me suspicious of the clock.

标记 (4)
0 项奖励
回复
1 解答
1,310 次查看
apanecatl
Senior Contributor II

Hi Mike, here are the XTAL pin electrical specifications, depending on the oscillator mode (low power or high gain) the signal amplitude can be either .6V or VDD, the full table can be found in chapter 6.3.2 Oscillator electrical characteristics of the K60 datasheet:

2817_2817.png

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,310 次查看
JimDon
Senior Contributor III
0 项奖励
回复
1,310 次查看
mike65535
Contributor II

I've seen that and it doesn't tell me what I need to know.

I'd like to know the peak-to-peak amplitude and the DC offset it can tolerate of an external clock signal provide on EXTAL.

For ex, must the clock go from, say 0.5V to 1.5 V, or say from 0.8V to 1.8V or what?

0 项奖励
回复
1,311 次查看
apanecatl
Senior Contributor II

Hi Mike, here are the XTAL pin electrical specifications, depending on the oscillator mode (low power or high gain) the signal amplitude can be either .6V or VDD, the full table can be found in chapter 6.3.2 Oscillator electrical characteristics of the K60 datasheet:

2817_2817.png

0 项奖励
回复