How do I disable XTAL32 pin in K64 ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I disable XTAL32 pin in K64 ?

Jump to solution
816 Views
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 Solution
630 Views
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

View solution in original post

3 Replies
631 Views
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

630 Views
nitinharish
Contributor V

I did follow from the exact same source.

Thanks for the confirmation.

0 Kudos
630 Views
nitinharish
Contributor V

My processor is :k64fn1m0vmd12

0 Kudos