<?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: Problem with FEI mode, kinetis bootloader 2.0 in MCU Bootloader</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785488#M774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alexco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using freedom_bootloader in release mode? If so, please go to the file clock_config_MK66F18.c, you may have the configure_clocks function disable with a #if macro, so please enable it with 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61958i66EAC7E76156FE12/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function is used in the clock_config_init and in the shutdown_cleanup process of the bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 04:47:56 GMT</pubDate>
    <dc:creator>jorge_a_vazquez</dc:creator>
    <dc:date>2018-06-19T04:47:56Z</dc:date>
    <item>
      <title>Problem with FEI mode, kinetis bootloader 2.0</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785487#M773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having an issue with the clock configuration while using the freedom bootloader 2.0 on a K66 :&lt;/P&gt;&lt;P&gt;For my application I need to use the default FEI mode, Idrive peripherals like FTM, I2c and DSPI,&amp;nbsp; and it perfectly worked without bootloader.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, I have adapted and loaded my application with the bootloader and none of the peripherals seemed to start...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried&amp;nbsp;BOARD_BootClockRUN() in my application with a clock_config.c, and it worked ... only for PBE mode, I tried also for FEI but the application seems to be stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally when the bootloader jump to the application it is supposed to set the FEI mode right ? Maybe I missed some initialisations in the bootloader config...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a beginner, thanks for your comprehension,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785487#M773</guid>
      <dc:creator>alexco</dc:creator>
      <dc:date>2018-06-15T08:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FEI mode, kinetis bootloader 2.0</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785488#M774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alexco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using freedom_bootloader in release mode? If so, please go to the file clock_config_MK66F18.c, you may have the configure_clocks function disable with a #if macro, so please enable it with 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61958i66EAC7E76156FE12/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function is used in the clock_config_init and in the shutdown_cleanup process of the bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 04:47:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785488#M774</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2018-06-19T04:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FEI mode, kinetis bootloader 2.0</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785489#M775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Jorge,&lt;/P&gt;&lt;P&gt;Thanks a lot for your help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am effectively in release mode for the freedom_bootloader, unfortunately I have&amp;nbsp;tried to enable this section, and it still doesn't work for FEI.&lt;/P&gt;&lt;P&gt;Btw I have good results with a PEE config (I used ConfigTool&amp;nbsp; to generate my clock_config) and I think I going to use it if the problem persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 09:34:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785489#M775</guid>
      <dc:creator>alexco</dc:creator>
      <dc:date>2018-06-19T09:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FEI mode, kinetis bootloader 2.0</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785490#M776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to share what application code did you try? I test with FTM driver example provided with the SDK package and it works without problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 23:09:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Problem-with-FEI-mode-kinetis-bootloader-2-0/m-p/785490#M776</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2018-06-20T23:09:44Z</dc:date>
    </item>
  </channel>
</rss>

