<?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>S32KのトピックRe: Using CLKOUT Pin</title>
    <link>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607382#M136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tried it in your way, but there was no&amp;nbsp;CLKOUT output. Have you solved it now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2019 02:20:57 GMT</pubDate>
    <dc:creator>liulei1</dc:creator>
    <dc:date>2019-01-21T02:20:57Z</dc:date>
    <item>
      <title>Using CLKOUT Pin</title>
      <link>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607378#M132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get my internal clock to the CLKOUT Pin.&lt;/P&gt;&lt;P&gt;I enabled the pin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;PCC-&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;PCCn&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;[PCC_PORTB_INDEX] = PCC_PCCn_CGC_MASK; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Enable clock to PORT B */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; PTB-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;PDDR&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= (1&amp;lt;&amp;lt;5); &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Port B5: Data Direction = output */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; PORTB-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;PCR&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;[5] = (0b101 &amp;lt;&amp;lt; 8) | (1 &amp;lt;&amp;lt; 6); &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Port D15: MUX = ALT5 (CLKOUT), high drive strength */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and connected the FLASH_CLK via SCG_CLKOUTCNFG and SIM_CHIPSEL to the Pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;SCG-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;CLKOUTCNFG&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; = SCG_CLKOUTCNFG_CLKOUTSEL(0); &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;// SLOW_CLK to CLK_OUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;SPAN style="text-decoration: underline;"&gt;SIM&lt;/SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;CHIPCTL&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= SIM_CHIPCTL_CLKOUTEN(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | SIM_CHIPCTL_CLKOUTDIV(0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | SIM_CHIPCTL_CLKOUTSEL(0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I&amp;nbsp;cannot seee any clock signal on the pin.&lt;/P&gt;&lt;P&gt;I checked the Registers with S32 Design Studios debugger. There I see, that the CLKOUTEN Bit in SIM-&amp;gt;CHIPCTL is cleared. If I am trying to set the bit with the debugger, it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Downloading 4 bytes @ address 0x40048004 - Verify failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Read 4 bytes @ address 0x40048004 (Data = 0x00000000)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the problem? Do I have to enable a further&amp;nbsp;clock?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 13:13:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607378#M132</guid>
      <dc:creator>jonasbard</dc:creator>
      <dc:date>2017-03-01T13:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using CLKOUT Pin</title>
      <link>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607379#M133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot set it either using FRDMPK144 - Q100 (N77P). It works with the new board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 09:19:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607379#M133</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-03-03T09:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using CLKOUT Pin</title>
      <link>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607380#M134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there maybe a problem with the chip revision? As mentioned, I cannot set the CLKOUTEN Bit&lt;/P&gt;&lt;P&gt;in the SIM-&amp;gt;CHIPCTR Register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 09:41:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607380#M134</guid>
      <dc:creator>jonasbard</dc:creator>
      <dc:date>2017-03-03T09:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using CLKOUT Pin</title>
      <link>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607381#M135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be so. The &lt;SPAN style="font-size: 11.0pt;"&gt;N77P mask set is a prototype. I can set the CLKOUTEN bit using your code on the new board with N47T mask set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 09:57:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607381#M135</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-03-03T09:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using CLKOUT Pin</title>
      <link>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607382#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tried it in your way, but there was no&amp;nbsp;CLKOUT output. Have you solved it now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 02:20:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Using-CLKOUT-Pin/m-p/607382#M136</guid>
      <dc:creator>liulei1</dc:creator>
      <dc:date>2019-01-21T02:20:57Z</dc:date>
    </item>
  </channel>
</rss>

