<?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のトピックHelp Read Flash K64</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659918#M40492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;BR /&gt;I am wondering a way to read a part of flash memory on K64.&lt;BR /&gt;I have already tried using FLASH_ReadOnce and FLASH_ReadResource, but to no avail.&lt;BR /&gt;All help is welcome, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 18:07:32 GMT</pubDate>
    <dc:creator>danilolima</dc:creator>
    <dc:date>2017-05-03T18:07:32Z</dc:date>
    <item>
      <title>Help Read Flash K64</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659918#M40492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;BR /&gt;I am wondering a way to read a part of flash memory on K64.&lt;BR /&gt;I have already tried using FLASH_ReadOnce and FLASH_ReadResource, but to no avail.&lt;BR /&gt;All help is welcome, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 18:07:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659918#M40492</guid>
      <dc:creator>danilolima</dc:creator>
      <dc:date>2017-05-03T18:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help Read Flash K64</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659919#M40493</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;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;unsigned char buffer[16];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(const void *)flash_add = 0x4000;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;memcpy(buffer, flash_add, 16);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Now we have the 16 bytes form flash address 0x4000 in buffer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or generally &lt;BR /&gt;&lt;STRONG&gt;unsigned char flash_data = *(unsigned char *)0x4000;&lt;/STRONG&gt;&lt;BR /&gt;To read any byte from flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the program once area requires special operation to read. The rest is simply memory-mapped.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 21:53:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659919#M40493</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-05-03T21:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help Read Flash K64</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659920#M40494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;Hi Mark I am very grateful for your help, thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 13:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659920#M40494</guid>
      <dc:creator>danilolima</dc:creator>
      <dc:date>2017-05-04T13:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help Read Flash K64</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659921#M40495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="" data-fulltext="" data-placeholder="Tradução" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;SPAN lang="en"&gt;Now I need to delete, write and read a memory location. Can you help me?&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:22:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659921#M40495</guid>
      <dc:creator>danilolima</dc:creator>
      <dc:date>2017-05-04T16:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help Read Flash K64</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659922#M40496</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;Erasing and writing requires Flash routines.&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-K64F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-K64F.html&lt;/A&gt;&lt;SPAN&gt; (with command line interface capabilty to read/write/erase internal Flash) and simulation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Code available at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;BR /&gt;Including various file and parameter system that can operate in internal flash or external SPI flash.&lt;BR /&gt;&lt;SPAN&gt;Operation and low level interface described in &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTaskerFileSystem_3.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF&lt;/A&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:46:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-Read-Flash-K64/m-p/659922#M40496</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-05-04T16:46:12Z</dc:date>
    </item>
  </channel>
</rss>

