<?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のトピックK82 flash locking</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-flash-locking/m-p/611280#M36142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m full steam ahead using the K82 part for an encryption dongle. &amp;nbsp;I could use some help figuring something out though. &amp;nbsp;I need to be able to load keys and certificates on to the part and store them in NAND flash. &amp;nbsp;I also need to lock the NAND after programming so no one can pull code (or keys etc.) from the SWD. &amp;nbsp;Will that be a conflict and keep me from being to commit data to the NAND from inside the part with it locked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 14:46:08 GMT</pubDate>
    <dc:creator>chriswestervelt</dc:creator>
    <dc:date>2017-01-12T14:46:08Z</dc:date>
    <item>
      <title>K82 flash locking</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-flash-locking/m-p/611280#M36142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m full steam ahead using the K82 part for an encryption dongle. &amp;nbsp;I could use some help figuring something out though. &amp;nbsp;I need to be able to load keys and certificates on to the part and store them in NAND flash. &amp;nbsp;I also need to lock the NAND after programming so no one can pull code (or keys etc.) from the SWD. &amp;nbsp;Will that be a conflict and keep me from being to commit data to the NAND from inside the part with it locked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 14:46:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-flash-locking/m-p/611280#M36142</guid>
      <dc:creator>chriswestervelt</dc:creator>
      <dc:date>2017-01-12T14:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: K82 flash locking</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-flash-locking/m-p/611281#M36143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="209288" data-username="chriswestervelt" href="https://community.nxp.com/people/chriswestervelt"&gt;Chris Westervelt&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;To set the security you will have to modify the address 0x0_040C this address is a byte long.&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/10776iA79145F8317367ED/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;I think the &amp;nbsp;important thing here for you is the&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;KEYEN.- this is the Key enable, you can set a backdoor key to acces . this key will temporary unsecure the MCU so you can modifiy whatever you need and when you reset the MCU will be secured.&lt;/LI&gt;&lt;LI&gt;SEC.- When this is Enabled the MCU is going to be secured&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the&amp;nbsp;&lt;A class="link-titled" href="http://www.nxp.com/assets/documents/data/en/reference-manuals/K82P121M150SF5RM.pdf" title="http://www.nxp.com/assets/documents/data/en/reference-manuals/K82P121M150SF5RM.pdf"&gt;http://www.nxp.com/assets/documents/data/en/reference-manuals/K82P121M150SF5RM.pdf&lt;/A&gt;&amp;nbsp; reference manual in the chapter 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Please try to set the mass erase to enable otherwise, if for some reason you forgot your backdoor key you can erase the MCU and use it again)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 21:06:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-flash-locking/m-p/611281#M36143</guid>
      <dc:creator>Jonathan_Iglesias</dc:creator>
      <dc:date>2017-01-13T21:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: K82 flash locking</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-flash-locking/m-p/611282#M36144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the documentation it appears that the SEC field will lock access from the SWD interface and that I can still have my software internally write nonvolatile data to NAND as needed. &amp;nbsp;Is that correct?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 16:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-flash-locking/m-p/611282#M36144</guid>
      <dc:creator>chriswestervelt</dc:creator>
      <dc:date>2017-01-18T16:17:59Z</dc:date>
    </item>
  </channel>
</rss>

