<?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 security for LPC824 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636457#M32563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you look at the "Code Read Protection" functionality (CRP). For more details, check the LPC82x documentation, plus :&amp;nbsp;&lt;A href="https://community.nxp.com/message/630586"&gt;https://community.nxp.com/message/630586&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 14:04:35 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2017-04-24T14:04:35Z</dc:date>
    <item>
      <title>Flash security for LPC824</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636456#M32562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPC824 OM13071 board. I want to make sure my firmware is secured from reading and copying by other parties. How can I program flash and protect it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 04:36:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636456#M32562</guid>
      <dc:creator>yannaingaye</dc:creator>
      <dc:date>2017-04-24T04:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Flash security for LPC824</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636457#M32563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you look at the "Code Read Protection" functionality (CRP). For more details, check the LPC82x documentation, plus :&amp;nbsp;&lt;A href="https://community.nxp.com/message/630586"&gt;https://community.nxp.com/message/630586&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 14:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636457#M32563</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-04-24T14:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Flash security for LPC824</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636458#M32564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked 'Edit project settings -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings -&amp;gt; MCU Linker -&amp;gt; Managed Linker Script -&amp;gt; Enable Code Read Protection' is ticked.&lt;BR /&gt;In the crp.c file, I set " __CRP const unsigned int CRP_WORD = CRP_CRP2 ; "&lt;BR /&gt;Thenafter flash programming, I turned off the power, and on again to get power cycle .&lt;BR /&gt;When I tried debug again, nothing happened. I still can debug just like before.&lt;BR /&gt;Is there any other additional things to enable CRP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 04:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636458#M32564</guid>
      <dc:creator>yannaingaye</dc:creator>
      <dc:date>2017-04-25T04:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Flash security for LPC824</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636459#M32565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the linker map file generated by the linker when it creates&amp;nbsp;your image and make sure that the CRP_WORD is being located at the correct location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also disassemble your image and make sure that the right value exists at that location too...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/630600"&gt;https://community.nxp.com/message/630600&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how exactly are you programming your image to flash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 10:36:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636459#M32565</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-04-25T10:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Flash security for LPC824</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636460#M32566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It is OK now. The problem seems to be power cycle. It looks FTDI cable needs to be disconnected also, although I did not use power from it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used GUI flash programmer to program the flash. The details can be seen at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cool-emerald.blogspot.sg/2017/06/flash-content-protection-for-lpc824.html" title="http://cool-emerald.blogspot.sg/2017/06/flash-content-protection-for-lpc824.html"&gt;Cool-Emerald: Flash content protection for LPC824&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested with LPCXpresso and it was ok.&lt;/P&gt;&lt;P&gt;Now, I change to MUCXpresso. When I checked the CRP_WORD at address 2fc, it appeared as 4321 8765 which is CRP3 instead of &amp;nbsp;0x87654321 CRP2 (as shown in the link above). I am afraid to test it because it will damage the board.&lt;/P&gt;&lt;P&gt;Why is it appear so? Is that just a&amp;nbsp;change in order of appearance of the word while actual value is still CRP2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 09:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-security-for-LPC824/m-p/636460#M32566</guid>
      <dc:creator>yannaingaye</dc:creator>
      <dc:date>2017-06-06T09:52:29Z</dc:date>
    </item>
  </channel>
</rss>

