<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FRDM-K64F clock tracing in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-clock-tracing/m-p/630283#M6708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rong&lt;/P&gt;&lt;P&gt;Thanks :smileyhappy:&amp;nbsp;!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2016 12:05:15 GMT</pubDate>
    <dc:creator>shauldorf</dc:creator>
    <dc:date>2016-11-30T12:05:15Z</dc:date>
    <item>
      <title>FRDM-K64F clock tracing</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-clock-tracing/m-p/630281#M6706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;1.&amp;nbsp; Is it possible to test and trace K64 clocks using oscilloscope connected to test point?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt;"&gt;2.&amp;nbsp; What are the default clocks values for bare-metal MCU after the power up? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 20:36:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-clock-tracing/m-p/630281#M6706</guid>
      <dc:creator>shauldorf</dc:creator>
      <dc:date>2016-11-28T20:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F clock tracing</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-clock-tracing/m-p/630282#M6707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Of course, you can route the FlexBus clock to a pin so that you can test it with scope.You can deduce the core/cyctem clock from FlexBus clock frequency by checking the SIM_CLKDIV1 reg.&lt;/P&gt;&lt;P&gt;The FRDM-K64F uses MK64FN1M0VLL12 chip with 100 pin LQFP, the PTC3 is the CLKOUT pin.&lt;/P&gt;&lt;P&gt;This is the PTC3 function:PTC3/LLWU_P7/CMP1_IN1/SPI0_PCS1/UART1_RX/FTM0_CH2/CLKOUT/I2S0_TX_BCLK, the PTC3 is connected to pin16 of J1 connector on FRDM-K64F&lt;/P&gt;&lt;P&gt;I suppose you can use the code to configure the PTC3 as CLKOUT function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIM_SCGC5|=0x800; //enable GORTC gated clock&lt;/P&gt;&lt;P&gt;PORTC_PCR3&amp;amp;=~(0x700);&lt;/P&gt;&lt;P&gt;PORTC_PCR3|=0x500; //select ALT5&lt;/P&gt;&lt;P&gt;You can write the CLKOUTSEL bits to select the CLKOUT in SIM_SOPT2&lt;/P&gt;&lt;P&gt;SIM_SOPT2&amp;amp;=0xE0; //select FlexBus clock&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLKOUT select in section 12.2.3 System Options Register 2 (SIM_SOPT2) in RM of K64.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Selects the clock to output on the CLKOUT pin.&lt;BR /&gt;000 FlexBus CLKOUT&lt;BR /&gt;001 Reserved&lt;BR /&gt;010 Flash clock&lt;BR /&gt;011 LPO clock (1 kHz)&lt;BR /&gt;100 MCGIRCLK&lt;BR /&gt;101 RTC 32.768kHz clock&lt;BR /&gt;110 OSCERCLK0&lt;BR /&gt;111 IRC 48 MHz clock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 06:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-clock-tracing/m-p/630282#M6707</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-11-30T06:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F clock tracing</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-clock-tracing/m-p/630283#M6708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rong&lt;/P&gt;&lt;P&gt;Thanks :smileyhappy:&amp;nbsp;!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:05:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-clock-tracing/m-p/630283#M6708</guid>
      <dc:creator>shauldorf</dc:creator>
      <dc:date>2016-11-30T12:05:15Z</dc:date>
    </item>
  </channel>
</rss>

