<?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: FRDM-K64F booting issue when powered from USB port in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377150#M19901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the datasheet the 3 last bits of FOPT register are important for us: NMI_DIS / EZP_DIS / LPBoot.&lt;/P&gt;&lt;P&gt;But when I generate code NMI_DIS appears as a "??=1" so I observe if that bit changed and guess what? Nope... I have to change it in the code ( to have 1111|1001 --&amp;gt; 0xF9 ) each time I generate code with PEx :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I can reboot normally without USB supply but with battery supply (using that NMI pin as a normal GPIO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 10:02:56 GMT</pubDate>
    <dc:creator>loicguillain</dc:creator>
    <dc:date>2015-10-06T10:02:56Z</dc:date>
    <item>
      <title>FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377132#M19883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing an issue when powering the FRDM-K64F board from its USB port.&lt;/P&gt;&lt;P&gt;If I leave the board without power for more than 10 seconds, the card would never boot&lt;/P&gt;&lt;P&gt;powered from the port. I have to disconnect it and reconnect it within that 10 seconds period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem can lead to different symptoms depending on the host.&lt;/P&gt;&lt;P&gt;I originally worked on this in the mbed community context. More details about the issue can be found&lt;/P&gt;&lt;P&gt;in the following post: &lt;A href="http://developer.mbed.org/questions/4828/USBDevice-on-FRDM-K64F-sometimes-crash-m/" title="http://developer.mbed.org/questions/4828/USBDevice-on-FRDM-K64F-sometimes-crash-m/"&gt;USBDevice on FRDM-K64F sometimes crash my laptop - Question | mbed&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my USB device application, that powering issue is a serious blocker.&lt;/P&gt;&lt;P&gt;Any help would be appreciate.&lt;/P&gt;&lt;P&gt;Since we are basing the development of our custom board on the FRDM-K64F schematic,&lt;/P&gt;&lt;P&gt;we need to solve this before going forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 15:56:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377132#M19883</guid>
      <dc:creator>hamimonsarrat-c</dc:creator>
      <dc:date>2014-10-08T15:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377133#M19884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing additional tests, I noticed that pushing the reset button with J25 bypassing the U3 OpenSDA reset does boot the MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also adding that my FRDM-K64F boards are rev D1. (700-28163 REV B, SCH-28163 REV D)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:14:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377133#M19884</guid>
      <dc:creator>hamimonsarrat-c</dc:creator>
      <dc:date>2014-10-09T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377134#M19885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PTA4 (NMI) is let float and tie to gnd with a small capacitor, the chances are going to NMI is 50%. Either you need a 10K resistor populated in R75 (next to tri-color LED) or implement the NMI interrupt service routine in software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TsiChung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 15:40:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377134#M19885</guid>
      <dc:creator>tsi-chung_liew</dc:creator>
      <dc:date>2014-10-13T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377135#M19886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had no 10k resistor in my pocket easy enough to solder on the R75 footprint but had a 2.2k and and 22k.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I tested both and got the same result: the CPU never boot, all the time when I connect the K64F USB port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This was half-good, since &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;it told me that my problem is most likely related to the NMI, as you stated&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I then emptied R75 and also removed&amp;nbsp; the C55 capacitor. It fixed it. My test card now boots 100% of the time when I connect its K64F USB port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(with a default mbed firmware running)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why the 2.2k or a 22k would not fix the problem?&lt;/P&gt;&lt;P&gt;When I'll get my hand on a usable 10k, I'll see if I replicate my observations.&lt;/P&gt;&lt;P&gt;I'll also check what can be done on the software side.&lt;/P&gt;&lt;P&gt;Maybe my observation are related to mbed boot sequence in some way..&lt;/P&gt;&lt;P&gt;I'll communicate with the mbed experts and see what they think of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 18:53:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377135#M19886</guid>
      <dc:creator>hamimonsarrat-c</dc:creator>
      <dc:date>2014-10-13T18:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377136#M19887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is internal pull-up on NMI pin, place the C55 capacitor will act as pull down and affect the ramp of the signal as well. The 2.2K might be too strong and 22K would be a little weak with the C55 combination. If you remove just the C55 with 22K resistor, it might work just you expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TsiChung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 19:04:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377136#M19887</guid>
      <dc:creator>tsi-chung_liew</dc:creator>
      <dc:date>2014-10-13T19:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377137#M19888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally found a usable 10k resistor.&lt;/P&gt;&lt;P&gt;I did the patch very carefully and measured 10kOhms between SW3_pin1-PTA4 and J6_pin2-P3V3.&lt;/P&gt;&lt;P&gt;I observed the same as when I used the 2.2k and 22k: no boot-up. (with C55 stuffed)&lt;/P&gt;&lt;P&gt;You might want to take a look at this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now, I'll be fine with the C55 removal fix but I'll be waiting for your final take on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching one of my test board bottom layer picture in case it could be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20141011_112855.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46717i16564E65B2EE1D8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="20141011_112855.jpg" alt="20141011_112855.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 19:57:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377137#M19888</guid>
      <dc:creator>hamimonsarrat-c</dc:creator>
      <dc:date>2014-10-13T19:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377138#M19889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;The external pull up is keeping the MCU from entering EZPORT mode after the reset is de-asserted.&amp;nbsp; If EZPORT is &lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;enabled in the FOPT register, a reset with EZPORT_CS high is needed to get out of EZPORT mode.&amp;nbsp; The Cap slows down the voltage rise of the pin so it could be interfering with the correct mode entry. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 10.0pt; font-family: 'Segoe UI','sans-serif';"&gt;If EZPORT is disabled and NMI is enabled and if the pin is below VIH then the NMI interrupt vector is fetched.&amp;nbsp;&amp;nbsp; There is no masking it aside from disabling it.&amp;nbsp; If you want to correctly handle this eventuality and disable the NMI in your code and not in the FOPT then creating an NMI interrupt service routine that changes the pin functionality to GPIO input with pull enabled is a good option.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 10.0pt; font-family: 'Segoe UI','sans-serif';"&gt;Something like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;// called on NMI&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10.0pt; font-family: Consolas;"&gt;void&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; &lt;STRONG&gt;Cpu_OnNMIINT&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #7f0055; font-size: 10.0pt; font-family: Consolas;"&gt;void&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; SIM_SCGC5 |= (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #005032;"&gt;uint32_t&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;)SIM_SCGC5_PORTA_MASK; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;/* NMI and PORTA clock gate enable */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; PORTA_PCR4 &amp;amp;= PORT_PCR_MUX_MASK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;/* enable input with pull up enable not NMI */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; PORTA_PCR4 |= PORT_PCR_MUX(01) | PORT_PCR_PE_MASK | PORT_PCR_PS_MASK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10.0pt; font-family: Consolas;"&gt;return&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;Removing the cap without adding an external resistor might be sufficient as there is an internal pull device on this pin.&amp;nbsp; But to insure that the MCU enters run mode and boots, an external resistor, without the cap is suggested.&amp;nbsp; I'm not sure why a cap was put on this pin on the FRDM board.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 16:16:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377138#M19889</guid>
      <dc:creator>philip_drake</dc:creator>
      <dc:date>2014-10-14T16:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377139#M19890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try this software fix shortly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 23:34:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377139#M19890</guid>
      <dc:creator>hamimonsarrat-c</dc:creator>
      <dc:date>2014-10-14T23:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377140#M19891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Now we can confirm this issue comes from&amp;nbsp; the “PTA4 /NMI/EZP_CS” pin. So I disabled the EzPort mode by clearing the EZPORT_DIS bit of FOPT, then the issue would not exist. And if only the NMI_DIS bit is cleared, the issue would not be fixed. Thus we can deduce chip enters EzPort mode when fails to startup.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The&lt;SPAN class="apple-converted-space"&gt; phenomenon of this &lt;/SPAN&gt;issue can be explained as follows. when system is getting out from POR(power-on-reset), C55(between the pin and ground) is still charging and it’s voltage has not got to enough level, then chip will enter EzPort mode and not startup. If we power the board off and power on again in a short time, C55’s remained charge is still holding some voltage, ant then it can startup normally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;To testify this point, I captured the waveform of RESET pin and PTA4 pin during the power-on and power-off process, &lt;/SPAN&gt;&lt;SPAN style="color: #666666; font-size: 9.0pt; background-color: rgba(255, 255, 255, 0.8); font-family: 'Tahoma','sans-serif';"&gt;as shown in the following figures. The yellow waveform is for RESET pin and the blue one is for PTA4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TEK00000.PNG.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46764i8FDACF0D269FD6E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEK00000.PNG.png" alt="TEK00000.PNG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; power-on process&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TEK00002.PNG.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46765i2A22D3836BAF2BC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEK00002.PNG.png" alt="TEK00002.PNG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; power-off process&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;By the way, the &lt;/SPAN&gt;parasitic capacitance of the oscilloprobe may have affect on the measuring result.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Now we can solve this problem by one of the following solutions: 1) pasting proper resister for R75 and proper capacitor for C55; 2) removing C55 directly; 3)&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial, sans-serif;"&gt; disabling EzPort mode by clearing the EZPORT_DIS bit&lt;/SPAN&gt;.&lt;SPAN class="apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;If the NMI is enabled, the NMI handler is also needed on the safe side.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 04:50:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377140#M19891</guid>
      <dc:creator>dean_jia</dc:creator>
      <dc:date>2014-10-15T04:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377141#M19892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just did some observations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that the mbed firmware was already implementing the PTA4 to input configuration &lt;/P&gt;&lt;P&gt;in NMI vector suggested earlier.&lt;/P&gt;&lt;P&gt;Thus, the vector was present in my earlier tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything being in its default out-of-manufacture state + FOPT register value being 0xFF, &lt;/P&gt;&lt;P&gt;it appears that the NMI vector is not even called&lt;/P&gt;&lt;P&gt;when I power ON the board from the K64F USB port and get into its locked state. &lt;/P&gt;&lt;P&gt;I got that result assigning led states in the NMI vector.&lt;/P&gt;&lt;P&gt;What possibility does it leave us in terms of software patch?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 19:38:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377141#M19892</guid>
      <dc:creator>hamimonsarrat-c</dc:creator>
      <dc:date>2014-10-16T19:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377142#M19893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a suggestion from 0xc0170 from the mbed community, I changed in startup_MK64F12.s,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp; &amp;lt;h&amp;gt; Flash nonvolatile option byte (FOPT)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;i&amp;gt; Allows the user to customize the operation of the MCU at boot time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;o.0&amp;gt;&amp;nbsp; LPBOOT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;0=&amp;gt; Low-power boot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;1=&amp;gt; normal boot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;o.1&amp;gt;&amp;nbsp; EZPORT_DIS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;0=&amp;gt; EzPort operation is enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;1=&amp;gt; EzPort operation is disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOPT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EQU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp; &amp;lt;h&amp;gt; Flash nonvolatile option byte (FOPT)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;i&amp;gt; Allows the user to customize the operation of the MCU at boot time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;o.0&amp;gt;&amp;nbsp; LPBOOT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;0=&amp;gt; Low-power boot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;1=&amp;gt; normal boot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;o.1&amp;gt;&amp;nbsp; EZPORT_DIS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;0=&amp;gt; EzPort operation is disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;1=&amp;gt; EzPort operation is enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOPT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EQU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which fixes the problem. (The board now boots fine.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that the EzPort state appears to be inverted in the original comments.&lt;/P&gt;&lt;P&gt;(according to K64 sub family reference manual)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone from Freescale confirm this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 13:13:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377142#M19893</guid>
      <dc:creator>hamimonsarrat-c</dc:creator>
      <dc:date>2014-10-17T13:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377143#M19894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;About the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EZPORT_DIS bit in FOPT register, set 1 to enable EzPort mode and 0 to disable it. Please refer to the reference manual. (page 211 of &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fasp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" style="color: #017bba; font-family: arial, sans-serif; font-size: 12px;"&gt;K64P144M120SF5RM&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: arial, sans-serif; font-size: 12px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fasp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://cache.freescale.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fasp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://cache.freescale.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fasp=1&amp;amp;WT_TYPE=Reference%20Manuals…&lt;/A&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.PNG.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46948iBDD3D7BAE117F1FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG.png" alt="1.PNG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This is the capture from &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/ref_manual/K64P144M120SF5RM.pdf?fasp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" style="color: #017bba; font-family: arial, sans-serif; font-size: 12px;"&gt;K64P144M120SF5RM&lt;/A&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:22:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377143#M19894</guid>
      <dc:creator>dean_jia</dc:creator>
      <dc:date>2014-10-20T09:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377144#M19895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm having the same issue.&lt;/P&gt;&lt;P&gt;Problem is: I created a project using KSDK 1.0.0 and PEx, but in my startup_&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MK64F12.S I have no "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FOPT&amp;nbsp;&amp;nbsp; EQU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFF" instruction (there is nowhere in the project something related to FOPT).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Changing R75 or C55 is not really feasible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards Giacomo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 14:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377144#M19895</guid>
      <dc:creator>giacomopetrini</dc:creator>
      <dc:date>2014-12-16T14:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377145#M19896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, found out.&lt;/P&gt;&lt;P&gt;It's "hidden" in the flash config section:&lt;/P&gt;&lt;BLOCKQUOTE&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 0xFFFFFFFE&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .equ _NVIC_ICER0, 0xE000E180&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .equ _NVIC_ICPR0, 0xE000E280&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;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changed to this:&lt;/P&gt;&lt;BLOCKQUOTE&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 0xFFFFF&lt;STRONG style="text-decoration: underline;"&gt;D&lt;/STRONG&gt;FE&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now it seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Bye &lt;/P&gt;&lt;P&gt;Giacomo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:52:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377145#M19896</guid>
      <dc:creator>giacomopetrini</dc:creator>
      <dc:date>2014-12-16T15:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377146#M19897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a problem with NMI too. &lt;/P&gt;&lt;P&gt;I connect this USB_DETECT to the GPIO used for NMI too x_x&lt;/P&gt;&lt;P&gt;When I boot my program by USB it works but if i disconnect USB to be powered by the battery I connected it falls in DEBUG_HALT (when NMI is not selected in configuration) or NMI_Interrupt (when I create it)&lt;/P&gt;&lt;P&gt;I would like not to fall in this interrupts. Someone has an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to you :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="nmi.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58011i3A3840A03CDFFD71/image-size/large?v=v2&amp;amp;px=999" role="button" title="nmi.JPG" alt="nmi.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377146#M19897</guid>
      <dc:creator>loicguillain</dc:creator>
      <dc:date>2015-09-28T15:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377147#M19898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/375103"&gt;How to start executing program on K64F right after power on&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis.html" rel="nofollow"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;K64: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis/FRDM-K64F.html" rel="nofollow"&gt;http://www.utasker.com/kinetis/FRDM-K64F.html&lt;/A&gt;&lt;SPAN&gt; / &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis/TWR-K64F120M.html" rel="nofollow"&gt;http://www.utasker.com/kinetis/TWR-K64F120M.html&lt;/A&gt;&lt;SPAN&gt; / &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.utasker.com/kinetis/TWR-K65F180M.html" rel="nofollow"&gt;http://www.utasker.com/kinetis/TWR-K65F180M.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377147#M19898</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-09-28T15:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377148#M19899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I already desactivated NMI and EzPort, I even init a GPIO on this pin in OUTPUT and change the pin function in the Pins component but nothing to do ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 10:52:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377148#M19899</guid>
      <dc:creator>loicguillain</dc:creator>
      <dc:date>2015-09-29T10:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377149#M19900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My new problem is: I disconnect USB (so the USB Detect pin on the NMI too) during my program is running: it works very well but if I click on my reset button when it's battery powered (without USB then) it falls in HALT_DEBUG and to go out of the routine I have to connect my USB back and re-click on the reset button...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 13:42:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377149#M19900</guid>
      <dc:creator>loicguillain</dc:creator>
      <dc:date>2015-09-29T13:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F booting issue when powered from USB port</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377150#M19901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the datasheet the 3 last bits of FOPT register are important for us: NMI_DIS / EZP_DIS / LPBoot.&lt;/P&gt;&lt;P&gt;But when I generate code NMI_DIS appears as a "??=1" so I observe if that bit changed and guess what? Nope... I have to change it in the code ( to have 1111|1001 --&amp;gt; 0xF9 ) each time I generate code with PEx :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I can reboot normally without USB supply but with battery supply (using that NMI pin as a normal GPIO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 10:02:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-booting-issue-when-powered-from-USB-port/m-p/377150#M19901</guid>
      <dc:creator>loicguillain</dc:creator>
      <dc:date>2015-10-06T10:02:56Z</dc:date>
    </item>
  </channel>
</rss>

