<?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のトピックRe: How to use flash memory?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-flash-memory/m-p/604250#M35558</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;The program flash in the Kinetis processor is memory mapped so the simplest method of reading from it is to just use pointers.&lt;BR /&gt;For example, to read 64 bytes from the addres 0x8000 do:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;unsigned char mybuffer[64];&lt;BR /&gt;unsigned char *ptrFlash = (unsigned char *)0x8000;&lt;BR /&gt;memcpy(mybuffer, ptrFlash, sizeof(mybuffer));&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;BR /&gt;&lt;SPAN&gt;Kinetis for professionals: &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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 00:58:46 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2016-10-05T00:58:46Z</dc:date>
    <item>
      <title>How to use flash memory?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-flash-memory/m-p/604249#M35557</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'm trying to read the flash memory of the KL25Z. I can program it correctly, I can view the information programed with the jlink, but i don't know how read it from the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using KSDK V2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 23:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-flash-memory/m-p/604249#M35557</guid>
      <dc:creator>darwinagudelohe</dc:creator>
      <dc:date>2016-10-04T23:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use flash memory?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-flash-memory/m-p/604250#M35558</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;The program flash in the Kinetis processor is memory mapped so the simplest method of reading from it is to just use pointers.&lt;BR /&gt;For example, to read 64 bytes from the addres 0x8000 do:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;unsigned char mybuffer[64];&lt;BR /&gt;unsigned char *ptrFlash = (unsigned char *)0x8000;&lt;BR /&gt;memcpy(mybuffer, ptrFlash, sizeof(mybuffer));&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;BR /&gt;&lt;SPAN&gt;Kinetis for professionals: &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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 00:58:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-flash-memory/m-p/604250#M35558</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-10-05T00:58:46Z</dc:date>
    </item>
  </channel>
</rss>

