How do I disable XTAL32 pin in K64 ?

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

How do I disable XTAL32 pin in K64 ?

跳至解决方案
1,699 次查看
nitinharish
Contributor V

Our circuit has an issue and for the time being, I want to disable XTAL32 output of K64 and RTC_CLKOUT pin output on PTE26.

Is their any way I can accomplish this without disabling RTC module in the BSP ?


I have tried setting SIM_SOPT2[RTCCLKOUTSEL] = 1 and RTC_CR[CLK0] = 0 which means 32.7KHz will be selected as an output on RTC_CLKOUT pin but then I disable any output on RTC_CLKOUT by doing RTC_CR[CLK0] = 0

mjbcswitzerland, I am back. Do you bless my approach above ?

Thanks and Regards

Nitin Harish

1 解答
1,513 次查看
Paul_Tian
NXP Employee
NXP Employee

Hi, Nitin

You can find block diagram as below. So you can set SIM_SOPT2[RTCCLKOUTSEL] = 1 and RTC_CR[CLK0] = 1.


pastedImage_0.png

Best Regards

Paul

在原帖中查看解决方案

3 回复数
1,514 次查看
Paul_Tian
NXP Employee
NXP Employee

Hi, Nitin

You can find block diagram as below. So you can set SIM_SOPT2[RTCCLKOUTSEL] = 1 and RTC_CR[CLK0] = 1.


pastedImage_0.png

Best Regards

Paul

1,513 次查看
nitinharish
Contributor V

I did follow from the exact same source.

Thanks for the confirmation.

0 项奖励
回复
1,513 次查看
nitinharish
Contributor V

My processor is :k64fn1m0vmd12

0 项奖励
回复