How do I disable XTAL32 pin in K64 ?

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

How do I disable XTAL32 pin in K64 ?

ソリューションへジャンプ
829件の閲覧回数
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 解決策
643件の閲覧回数
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 返答(返信)
644件の閲覧回数
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

643件の閲覧回数
nitinharish
Contributor V

I did follow from the exact same source.

Thanks for the confirmation.

0 件の賞賛
643件の閲覧回数
nitinharish
Contributor V

My processor is :k64fn1m0vmd12

0 件の賞賛