<?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 Re: Flash API CODE in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-API-CODE/m-p/1257891#M60109</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_10" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184341" target="_self"&gt;Jmir&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; Please refer to the SDK code, which can be downloaded from this link:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://mcuxpresso.nxp.com/" target="_blank"&gt;https://mcuxpresso.nxp.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;SDK_2.7.0_FRDM-KE15Z\boards\frdmke15z\driver_examples\flash&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 10:16:27 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2021-04-07T10:16:27Z</dc:date>
    <item>
      <title>Flash API CODE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-API-CODE/m-p/1257436#M60093</link>
      <description>I bought a FRDM-KE15 board to do tests with the MKE15Z256 micro. I want to do writing and reading tests on the flash but I'm not getting it. I searched and saw that there are API's dedicated to the theme with resources like FLASH_ReadResource and FLASH_Program for example. Does anyone know any demo code for using these features? If there is no demo code, will there be any tutorials that can help? Thanks</description>
      <pubDate>Tue, 06 Apr 2021 16:29:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-API-CODE/m-p/1257436#M60093</guid>
      <dc:creator>Jmir</dc:creator>
      <dc:date>2021-04-06T16:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flash API CODE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-API-CODE/m-p/1257891#M60109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_10" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184341" target="_self"&gt;Jmir&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; Please refer to the SDK code, which can be downloaded from this link:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://mcuxpresso.nxp.com/" target="_blank"&gt;https://mcuxpresso.nxp.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;SDK_2.7.0_FRDM-KE15Z\boards\frdmke15z\driver_examples\flash&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 10:16:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-API-CODE/m-p/1257891#M60109</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-04-07T10:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flash API CODE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-API-CODE/m-p/1258183#M60110</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try &lt;A href="https://www.utasker.com/kinetis/FRDM-KE15Z.html" target="_blank"&gt;https://www.utasker.com/kinetis/FRDM-KE15Z.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On the UART VCOM interface (115kBaud) there are menus that allow you to read, write, erase flash, plus a parameter system.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt; contains complete applications with parameter and file systems in Flash and API according to &lt;A href="https://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF" target="_blank"&gt;https://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It also allows the Flash operations to be emulated by running the project in Visual Studio for easier learning and development.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or rapid product development requirements&lt;BR /&gt;&lt;BR /&gt;For professionals searching for faster, problem-free Kinetis and i.MX RT 10xx developments the uTasker project holds the key: &lt;A href="https://www.utasker.com/iMX/RT1064.html" target="_blank"&gt;https://www.utasker.com/iMX/RT1064.html&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 16:46:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-API-CODE/m-p/1258183#M60110</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2021-04-07T16:46:52Z</dc:date>
    </item>
  </channel>
</rss>

