<?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>Kinetis MicrocontrollersのトピックRe: Boot MQX without 8MHz oscillator on TWR-K20D72M</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-MQX-without-8MHz-oscillator-on-TWR-K20D72M/m-p/272737#M9425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello christos,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;If you want to change the clock settings of any BSP of MQX, you could refer to the document named “How-to Change Default Clock Settings in Kinetis BSPs”, available at the following path:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; C:\Freescale\Freescale_MQX_4_0\doc\tools\cw\&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I have attached to this post the mentioned document. Hope this will be useful for you. &lt;/P&gt;&lt;P&gt; Best regards!&lt;/P&gt;&lt;P&gt;/Carlos&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 23:35:44 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2013-04-12T23:35:44Z</dc:date>
    <item>
      <title>Boot MQX without 8MHz oscillator on TWR-K20D72M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-MQX-without-8MHz-oscillator-on-TWR-K20D72M/m-p/272736#M9424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have a TWR-K20D72M board without an 8MHz crystal, is it possible to start MQX without?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I tried to modify the _bsp_initialize_hardware() function to exclude initialisation of the oscillator and MQX boots but the _time_delay(x) calls never return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Has anyone run MQX without the 8MHz oscillator and could you point me to the right direction to get the board running in &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FLL Engaged Internal (FEI) clock mode or &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FLL Bypassed Internal (FBI) clock mode (I believe these two modes do not depend on the oscillator).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 22:22:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-MQX-without-8MHz-oscillator-on-TWR-K20D72M/m-p/272736#M9424</guid>
      <dc:creator>christos</dc:creator>
      <dc:date>2013-02-25T22:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Boot MQX without 8MHz oscillator on TWR-K20D72M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-MQX-without-8MHz-oscillator-on-TWR-K20D72M/m-p/272737#M9425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello christos,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;If you want to change the clock settings of any BSP of MQX, you could refer to the document named “How-to Change Default Clock Settings in Kinetis BSPs”, available at the following path:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; C:\Freescale\Freescale_MQX_4_0\doc\tools\cw\&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I have attached to this post the mentioned document. Hope this will be useful for you. &lt;/P&gt;&lt;P&gt; Best regards!&lt;/P&gt;&lt;P&gt;/Carlos&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 23:35:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-MQX-without-8MHz-oscillator-on-TWR-K20D72M/m-p/272737#M9425</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2013-04-12T23:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Boot MQX without 8MHz oscillator on TWR-K20D72M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-MQX-without-8MHz-oscillator-on-TWR-K20D72M/m-p/272738#M9426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christos&lt;/P&gt;&lt;P&gt;I had the same problem with the TWR-K20D50M. The solution was to go to the toolbar lightning bolt item, select Import Flash Task, then select the correct processor from the list. Apparently the chip was not getting flashed properly, evidenced by an error related to address 0xfffffffe. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 14:33:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-MQX-without-8MHz-oscillator-on-TWR-K20D72M/m-p/272738#M9426</guid>
      <dc:creator>DustyStew</dc:creator>
      <dc:date>2013-05-13T14:33:52Z</dc:date>
    </item>
  </channel>
</rss>

