<?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 FRDM-K64F Pinout in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/379408#M20119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would just like to inform you that I was working with the FRDM-K64F board, Rev C/Rev E to utilize a Wifi chips capabilities. After much debug it was found that the CE pin, AKA PTC12, must be routed incorrectly. A continuity check was done to find that the CE pin on the board was connected to PTB20, which is also used as a row header elsewhere. The CE pin is shown to be PTC12 in all of the documentation. This is pin 66 on the MCU. Since I was not using PTB20 I changed it in the code and it worked. It was just a pain to debug the issue with the hardware. Just something to keep in mind in the future revisions to fix. Since I found this I am wondering where the missing pin, PTC12, is routed on the board. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 04:02:44 GMT</pubDate>
    <dc:creator>carlrumsey</dc:creator>
    <dc:date>2015-02-17T04:02:44Z</dc:date>
    <item>
      <title>FRDM-K64F Pinout</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/379408#M20119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would just like to inform you that I was working with the FRDM-K64F board, Rev C/Rev E to utilize a Wifi chips capabilities. After much debug it was found that the CE pin, AKA PTC12, must be routed incorrectly. A continuity check was done to find that the CE pin on the board was connected to PTB20, which is also used as a row header elsewhere. The CE pin is shown to be PTC12 in all of the documentation. This is pin 66 on the MCU. Since I was not using PTB20 I changed it in the code and it worked. It was just a pain to debug the issue with the hardware. Just something to keep in mind in the future revisions to fix. Since I found this I am wondering where the missing pin, PTC12, is routed on the board. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 04:02:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/379408#M20119</guid>
      <dc:creator>carlrumsey</dc:creator>
      <dc:date>2015-02-17T04:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F Pinout</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/379409#M20120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct, J6 CE line is connected to PTB20 instead of PTC12 as depicted in the board's documentation, as for PTC12, it is not hooked to any external connector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 17:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/379409#M20120</guid>
      <dc:creator>apanecatl</dc:creator>
      <dc:date>2015-02-23T17:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F Pinout</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/379410#M20121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced a lot of trouble figuring out the problem why my nrf24l01+ was not working. wrote program to blink all the 6 pins individually and, and figured out the CE pin was not working. I wrote the blinky code in mbed but the CE pin failed to output the results i expected. I began doubting the mbed pin definitions, so i wrote the blinky code in keil uvision but pin CE failed to work . I checked for continuity and figured out that pin 64 was not having continuity with CE, but pin 66 (PTB20). I have also noticed no continuity on PINA0. Am i missing any document??? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2015 00:46:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/379410#M20121</guid>
      <dc:creator>habiburrahman</dc:creator>
      <dc:date>2015-04-19T00:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F Pinout</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/2044831#M67294</link>
      <description>I wish I had seen this earlier, Carl! I just went&lt;BR /&gt;through the same rigamarole and ohmed it out to pin 66 also. So the CE pin of the RF header is not PTC12 but PTB20!&lt;BR /&gt;However, when I:&lt;BR /&gt;PORTB-&amp;gt;PCR[20] = 0x103; (Alt 1, GPIO, +PUP)&lt;BR /&gt;GPIOB_PDDR |= (0x01 &amp;lt;&amp;lt; 20);&lt;BR /&gt;and&lt;BR /&gt;GPIOB_PSOR |= 0x100000;&lt;BR /&gt;it does not set it to HI, in fact I can see it is not driven at all by seeing noise when I touch the probe with my finger.&lt;BR /&gt;Can some engineer that is familiar with the design answer if perhaps I should be using other than alt 1? In the spreadsheet the pin is identified as being the SD card present signal!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Feb 2025 21:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-Pinout/m-p/2044831#M67294</guid>
      <dc:creator>ve3id</dc:creator>
      <dc:date>2025-02-14T21:50:53Z</dc:date>
    </item>
  </channel>
</rss>

