<?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: K32W DK6Programmer.exe in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073127#M9650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second example is erasing a page of 512 bytes with an offset of the 64KB. The binary.bin must be less than 64KB.&lt;/P&gt;&lt;P&gt;This erase process is based on page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2020 17:02:06 GMT</pubDate>
    <dc:creator>mario_castaneda</dc:creator>
    <dc:date>2020-07-13T17:02:06Z</dc:date>
    <item>
      <title>K32W DK6Programmer.exe</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073124#M9647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;When I execute&amp;nbsp; " DK6Programmer.exe -s COM29 -p heart.bin"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;Only the appropriate size will be cleared&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN title=""&gt;1.&lt;/SPAN&gt; &lt;SPAN class="" title=""&gt;What is the sector block?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN title=""&gt;2.&lt;/SPAN&gt; &lt;SPAN title=""&gt;How can I clear all Flash?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 14:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073124#M9647</guid>
      <dc:creator>danieltseng</dc:creator>
      <dc:date>2020-07-07T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: K32W DK6Programmer.exe</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073125#M9648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are doing great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could look at the table in the&amp;nbsp;2.1Command Options Chapter.&lt;/P&gt;&lt;P&gt;DK6 Production Flash Programmer User Guide&amp;nbsp;JN-UG-3127&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/115428i319261EFC6F96D9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the next examples.&lt;/P&gt;&lt;P&gt;The following command will first erase all the flash and then flash the&amp;nbsp;binary (binary.bin) at address 0x00000000:&lt;BR /&gt;DK6Programmer.exe -s COM56 -e FLASH -p binary.bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As another example, the following command will first flash the binary (binary.bin) at&amp;nbsp;address 0x00000000 and then erase one page of flash (512 bytes) at offset = 64Kb&amp;nbsp;(the assumption is made here that size of binary.bin is less than 64K):&lt;BR /&gt;DK6Programmer.exe -s COM56 -p binary.bin -e FLASH:512@65536&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 17:43:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073125#M9648</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-07-09T17:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: K32W DK6Programmer.exe</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073126#M9649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;The following is my interpretation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;1.&amp;nbsp; First example: Erase all Flash&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;2.&amp;nbsp; Second example: only Erase 64k&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;So Erase is based on page, not sector block (example: KW41, sector block = 2k)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;Is the above description correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2020 06:48:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073126#M9649</guid>
      <dc:creator>danieltseng</dc:creator>
      <dc:date>2020-07-10T06:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: K32W DK6Programmer.exe</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073127#M9650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second example is erasing a page of 512 bytes with an offset of the 64KB. The binary.bin must be less than 64KB.&lt;/P&gt;&lt;P&gt;This erase process is based on page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2020 17:02:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073127#M9650</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-07-13T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: K32W DK6Programmer.exe</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073128#M9651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;Thanks for your reply, I have understood.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 03:20:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/K32W-DK6Programmer-exe/m-p/1073128#M9651</guid>
      <dc:creator>danieltseng</dc:creator>
      <dc:date>2020-07-15T03:20:21Z</dc:date>
    </item>
  </channel>
</rss>

