<?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>CodeWarrior for MCUのトピックRe: JM60 Security Programming via CW??</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281839#M10461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Jun!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I was not sure where to put in the line of code - I placed just in front of my code in main.c and worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the backdoor key code, does Codewarrior give me an option to select that and do a HotSync?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 04:11:52 GMT</pubDate>
    <dc:creator>timahrens</dc:creator>
    <dc:date>2013-04-24T04:11:52Z</dc:date>
    <item>
      <title>JM60 Security Programming via CW??</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281837#M10459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Folks,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just finishing up a JM60 project, and need to set the security.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Was wondering if there was a way to do it with Codewarrior.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used several of the Atmel processors, and it's pretty easy to close the door with their tools.&amp;nbsp; Didn't know if CW could do it that way.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Been playing with setting NVOPT in my source (C), but don't seem to put it in the right place, as the vectors don't get programmed before I get the Error 18 while downloading.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using CW 6.3.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 21:17:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281837#M10459</guid>
      <dc:creator>timahrens</dc:creator>
      <dc:date>2013-04-23T21:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: JM60 Security Programming via CW??</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281838#M10460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want secure flash without backdoor key, just below code:&lt;/P&gt;&lt;P&gt;/* NVOPT: KEYEN=0,FNORED=1,??=1,??=1,??=1,??=1,SEC01=0,SEC00=0 */&lt;/P&gt;&lt;P&gt;const unsigned char NVOPT_INIT @0x0000FFBF = 0x7C;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thus only mass erase can unsecure flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want secure flash with back door key. see attached sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 03:20:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281838#M10460</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-04-24T03:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: JM60 Security Programming via CW??</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281839#M10461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Jun!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I was not sure where to put in the line of code - I placed just in front of my code in main.c and worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the backdoor key code, does Codewarrior give me an option to select that and do a HotSync?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 04:11:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281839#M10461</guid>
      <dc:creator>timahrens</dc:creator>
      <dc:date>2013-04-24T04:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: JM60 Security Programming via CW??</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281840#M10462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you welcome.&lt;/P&gt;&lt;P&gt;you can click HotSync to lauch debugger. but you can't see data in memory window.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 04:31:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/JM60-Security-Programming-via-CW/m-p/281840#M10462</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-04-24T04:31:23Z</dc:date>
    </item>
  </channel>
</rss>

