<?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: understanding security state in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699648#M14528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;The code is correct.&lt;/P&gt;&lt;P&gt;Please disconnect the debugger and reset/replug the MCU after it has been loaded and secure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2017 15:55:21 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2017-08-16T15:55:21Z</dc:date>
    <item>
      <title>understanding security state</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699645#M14525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to secur my S12ZVC but i get a problem with my programm or understanding this funktion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try this exampel&amp;nbsp; as global variable&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;const unsigned char flash_array[] @ 0xFFFE08 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // secure the device without backdoor key&lt;BR /&gt;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF,&amp;nbsp;&amp;nbsp; //0xFFF08 &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF,&amp;nbsp;&amp;nbsp; //0xFFF09 &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF,&amp;nbsp;&amp;nbsp; //0xFFF0A&amp;nbsp; RESERVED&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF,&amp;nbsp;&amp;nbsp; //0xFFF0B&amp;nbsp; RESERVED&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF,&amp;nbsp;&amp;nbsp; //0xFFF0C&amp;nbsp; FPROT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF,&amp;nbsp;&amp;nbsp; //0xFFF0D&amp;nbsp; DFPROT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF,&amp;nbsp;&amp;nbsp; //0xFFF0E&amp;nbsp; FOPT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFC,&amp;nbsp;&amp;nbsp; //0xFFF0F&amp;nbsp; FSEC - SECURED without backdoor key&lt;BR /&gt;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code / modul dosent works! and i can not debug and get the massage it is secur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the Chip is unsecur me code/ modul works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is my mistake? I wil only protec the chip for reading by a other one after he is programm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what have i to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:19:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699645#M14525</guid>
      <dc:creator>thorstenmumm</dc:creator>
      <dc:date>2017-08-15T19:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: understanding security state</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699646#M14526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When the chip is in the secure state, the debugger has no access to the chip.&lt;/P&gt;&lt;P&gt;It can only mass erase the flash which will unlock the MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 21:06:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699646#M14526</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-08-15T21:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: understanding security state</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699647#M14527</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;thats clear, that the debugger dosent work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it work not when i built the projekt and flash it to the modul. The modul dosent works !&lt;/P&gt;&lt;P&gt;At first a LED shold go on, but they dosent work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i delete the securi aray variable&amp;nbsp; its works fine&lt;/P&gt;&lt;P&gt;here are my problem, whats going wrong by flashing the modul?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 10:39:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699647#M14527</guid>
      <dc:creator>thorstenmumm</dc:creator>
      <dc:date>2017-08-16T10:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: understanding security state</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699648#M14528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;The code is correct.&lt;/P&gt;&lt;P&gt;Please disconnect the debugger and reset/replug the MCU after it has been loaded and secure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 15:55:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699648#M14528</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-08-16T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: understanding security state</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699649#M14529</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;it dosent works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i write this arry to the variables it dosent works with anny of my moduls.&lt;/P&gt;&lt;P&gt;I have a other module this code ist written with out prozessor expert and i past the code to it. This module has the same problem! It dosent start when i reset it or turn it on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i delete the arry its works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what can help? i will only protect the code for reading by a other one. Can i youse a other way?&lt;/P&gt;&lt;P&gt;What can help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:18:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699649#M14529</guid>
      <dc:creator>thorstenmumm</dc:creator>
      <dc:date>2017-08-17T17:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: understanding security state</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699650#M14530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There might be a problem with the processor expert. Because if the processor expert writes to this address, you cannot rewrite the flash, it should be in erased state. Otherwise It could go to the machine exception due to a double bit ECC error. Have you tried a simple blink program without processor expert? If not, please try it and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 19:28:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699650#M14530</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-08-17T19:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: understanding security state</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699651#M14531</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 think it works now!&amp;nbsp; when i wrote the flash, processor expert.took a incorecct datei they was emty. it was at all projekt the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the controler works after flashing and i get the massage it is secur when i will read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think tha ist now ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i am raedy for the next problem... i'm sure it cames :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thirsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 05:34:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/understanding-security-state/m-p/699651#M14531</guid>
      <dc:creator>thorstenmumm</dc:creator>
      <dc:date>2017-08-20T05:34:48Z</dc:date>
    </item>
  </channel>
</rss>

