<?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>Kinetis MicrocontrollersのトピックUsing K20 with external SPI flash</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K20-with-external-SPI-flash/m-p/323044#M14686</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;we want to use Kinetis K20 with external SPI flash (only block level read and write access, no filesystem necessary) in combination with Processor Expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any sample code for SPI flash driver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR Stefan Wahren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 17:54:12 GMT</pubDate>
    <dc:creator>lategoodbye</dc:creator>
    <dc:date>2014-07-21T17:54:12Z</dc:date>
    <item>
      <title>Using K20 with external SPI flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K20-with-external-SPI-flash/m-p/323044#M14686</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;we want to use Kinetis K20 with external SPI flash (only block level read and write access, no filesystem necessary) in combination with Processor Expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any sample code for SPI flash driver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR Stefan Wahren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:54:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K20-with-external-SPI-flash/m-p/323044#M14686</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2014-07-21T17:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using K20 with external SPI flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K20-with-external-SPI-flash/m-p/323045#M14687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPI Flash code for AT45DBXXX, SST25 and STM25 Flash devices (for all K, KL parts) is included in the uTasker project: &lt;A href="http://www.utasker.com/forum/index.php?topic=1721.0" title="http://www.utasker.com/forum/index.php?topic=1721.0"&gt;http://www.utasker.com/forum/index.php?topic=1721.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Files are &lt;STRONG&gt;spi_flash_kinetis_stmicro.h&lt;/STRONG&gt;, &lt;STRONG&gt;spi_flash_kinetis_sst25.h&lt;/STRONG&gt; and &lt;STRONG&gt;spi_flash_kinetis_atmel.h&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It has a low level read/write/delete interface as described in chapter 6 of &lt;A href="http://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF" title="http://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF"&gt;http://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF&lt;/A&gt;&amp;nbsp; (this part if in &lt;STRONG&gt;kinetis.c&lt;/STRONG&gt;). The driver allows multiple SPI Flash chips to be cascaded to increase total memory size.&lt;/P&gt;&lt;P&gt;The Kinetis and SPI Flash can also be simulated (using VisualStudio), allowing testing, developing and debugging without need for physical HW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't use PE though since it has full code without further generation needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 20:14:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K20-with-external-SPI-flash/m-p/323045#M14687</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2014-07-21T20:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using K20 with external SPI flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K20-with-external-SPI-flash/m-p/323046#M14688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. I will give it a try soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 13:49:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K20-with-external-SPI-flash/m-p/323046#M14688</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2014-07-22T13:49:59Z</dc:date>
    </item>
  </channel>
</rss>

