<?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: Disable RESET_PIN on MKL03Z in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Disable-RESET-PIN-on-MKL03Z/m-p/519451#M5423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;Below is my configuration to disable the RESET pin:&lt;/P&gt;&lt;P&gt;/* Flash Configuration */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .section .FlashConfig, "a"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFF35FE /* //DES was 0xFFFF3DFE ...disable RESET pin */&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 20:23:59 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2016-06-13T20:23:59Z</dc:date>
    <item>
      <title>Disable RESET_PIN on MKL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Disable-RESET-PIN-on-MKL03Z/m-p/519449#M5421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello. &lt;BR /&gt;I am pretty much stucked here. I want to disable the RESET_PIN on my MKL03Z as i want to use it as GPIO. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have access to Processor Expert in my project, so i need to do this the "hard" way. In the documentation it is stated that i can disable it by setting RESET_PIN_CFG option bit to 0. But I can't figure out how to do this using the Kinetis SDK. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;According to this document it is a part of the NV_FOPT field. But I can't find a way to configure this in the SDK. &lt;BR /&gt;&lt;A _jive_internal="true" data-containerid="11234" data-containertype="14" data-objectid="669349" data-objecttype="2" href="https://community.nxp.com/servlet/JiveServlet/download/2019-335773-457218-283909/Reset_pin_redefinition.pdf"&gt;https://community.nxp.com/servlet/JiveServlet/download/457218-1-283909/Reset_pin_redefinition.pdf&lt;/A&gt; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me figure this out. I am a bit lost &lt;SPAN aria-label="Happy" class="emoticon_happy emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Rene Jespersen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 12:53:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Disable-RESET-PIN-on-MKL03Z/m-p/519449#M5421</guid>
      <dc:creator>renejespersen</dc:creator>
      <dc:date>2016-06-13T12:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disable RESET_PIN on MKL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Disable-RESET-PIN-on-MKL03Z/m-p/519450#M5422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to edit the Flash Configuration in startup_MKL03Z4.s. The reset button still works. From section 6.3.2 FOPT boot options in the documentation the RESET_PIN_CFG is on bit number 3. As I can figure out it FOPT should be at 0x040D and if i set it to disable RESET_PIN_CFG and boot from flash i get 00110111 = 0x37 which i put on 0x040D as below. Now it works :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Flash Configuration */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .section .FlashConfig, "a"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFF37FE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .thumb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 13:36:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Disable-RESET-PIN-on-MKL03Z/m-p/519450#M5422</guid>
      <dc:creator>renejespersen</dc:creator>
      <dc:date>2016-06-13T13:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disable RESET_PIN on MKL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Disable-RESET-PIN-on-MKL03Z/m-p/519451#M5423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;Below is my configuration to disable the RESET pin:&lt;/P&gt;&lt;P&gt;/* Flash Configuration */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .section .FlashConfig, "a"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .long 0xFFFF35FE /* //DES was 0xFFFF3DFE ...disable RESET pin */&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 20:23:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Disable-RESET-PIN-on-MKL03Z/m-p/519451#M5423</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-06-13T20:23:59Z</dc:date>
    </item>
  </channel>
</rss>

