<?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: Freescale keaz flash security in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028236#M56416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo,&lt;BR /&gt;Yes, i need to turn on flash security. But how to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2020 09:25:52 GMT</pubDate>
    <dc:creator>vitaliharudka</dc:creator>
    <dc:date>2020-01-22T09:25:52Z</dc:date>
    <item>
      <title>Freescale keaz flash security</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028234#M56414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I made device using keazn64 uC on board. I need to lock any action via swd(reading flash image). I tried to edit flashConfig section in stratup file but it doesn't help. I use segger j-link for debugging. How should i do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Vitaly G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 15:02:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028234#M56414</guid>
      <dc:creator>vitaliharudka</dc:creator>
      <dc:date>2020-01-17T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale keaz flash security</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028235#M56415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitaly,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you are doing well. Could you please clarify what your main objective is? From my understanding , it seems to me that you would like to implement flash security. Is this correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;In the section 8.3.1 of the &lt;A href="https://www.nxp.com/docs/en/reference-manual/KEA64RM.pdf"&gt;Reference Manual&lt;/A&gt;, it says that when flash security is active, the SWD port cannot access the memory resources of the MCU, this may be causing you isses. However, what can be done, is a mass erase.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any questions please don't hesitate to ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 21:42:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028235#M56415</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2020-01-20T21:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale keaz flash security</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028236#M56416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo,&lt;BR /&gt;Yes, i need to turn on flash security. But how to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 09:25:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028236#M56416</guid>
      <dc:creator>vitaliharudka</dc:creator>
      <dc:date>2020-01-22T09:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale keaz flash security</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028237#M56417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitaly,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the section 18.4.2 of the &lt;A href="https://www.nxp.com/docs/en/reference-manual/KEA64RM.pdf"&gt;Reference Manual&lt;/A&gt;, you can see the register and bits associated with the security of the MCU. You need to write the Flash security byte in the Flash configuration field, so after the reset sequence, the FSEC register is loaded with the contents of this byte.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="Flash configuration field.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/98628i23071AEDC8E50756/image-size/large?v=v2&amp;amp;px=999" role="button" title="Flash configuration field.png" alt="Flash configuration field.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have further questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 17:35:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-keaz-flash-security/m-p/1028237#M56417</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2020-01-22T17:35:36Z</dc:date>
    </item>
  </channel>
</rss>

