<?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 Conditions for disabling time-out detection in MCU Bootloader</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/Conditions-for-disabling-time-out-detection/m-p/685726#M406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you tell me conditions for disabling time-out, when I use KL03 ROM bootloader.&lt;/P&gt;&lt;P&gt;When boot-pin is asserted or user-application is not valided, ROM bootloader disable time-out detection.&lt;BR /&gt;It's wrote at KL03 reference manual Rev.4 P.113 Figure 11-2.&lt;BR /&gt;But ROM bootloader disabled time-out detection at another situation, when I ran it from my user application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran bootloader by below sequence same as RM P.114 11.3.5.&lt;BR /&gt; // Read the function address from the ROM API tree.&lt;BR /&gt; runBootloaderAddress = **(uint32_t **)(0x1c00001c);&lt;BR /&gt; runBootloader = (void (*)(void * arg))runBootloaderAddress; &lt;BR /&gt; // Start the bootloader.&lt;BR /&gt; runBootloader(NULL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I set BCA as below.&lt;BR /&gt; tag = "kcfg"&lt;BR /&gt; enabledPeripherals = use only I2C&lt;BR /&gt; i2cSlaveAddress = 0x50&lt;BR /&gt; peripheralDetectionTimeout = 10000 (10s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me what happened for disabling time-out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 05:20:37 GMT</pubDate>
    <dc:creator>masahirokiniwa</dc:creator>
    <dc:date>2017-07-27T05:20:37Z</dc:date>
    <item>
      <title>Conditions for disabling time-out detection</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Conditions-for-disabling-time-out-detection/m-p/685726#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you tell me conditions for disabling time-out, when I use KL03 ROM bootloader.&lt;/P&gt;&lt;P&gt;When boot-pin is asserted or user-application is not valided, ROM bootloader disable time-out detection.&lt;BR /&gt;It's wrote at KL03 reference manual Rev.4 P.113 Figure 11-2.&lt;BR /&gt;But ROM bootloader disabled time-out detection at another situation, when I ran it from my user application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran bootloader by below sequence same as RM P.114 11.3.5.&lt;BR /&gt; // Read the function address from the ROM API tree.&lt;BR /&gt; runBootloaderAddress = **(uint32_t **)(0x1c00001c);&lt;BR /&gt; runBootloader = (void (*)(void * arg))runBootloaderAddress; &lt;BR /&gt; // Start the bootloader.&lt;BR /&gt; runBootloader(NULL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I set BCA as below.&lt;BR /&gt; tag = "kcfg"&lt;BR /&gt; enabledPeripherals = use only I2C&lt;BR /&gt; i2cSlaveAddress = 0x50&lt;BR /&gt; peripheralDetectionTimeout = 10000 (10s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me what happened for disabling time-out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 05:20:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Conditions-for-disabling-time-out-detection/m-p/685726#M406</guid>
      <dc:creator>masahirokiniwa</dc:creator>
      <dc:date>2017-07-27T05:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Conditions for disabling time-out detection</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Conditions-for-disabling-time-out-detection/m-p/685727#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Masahiro,&lt;/P&gt;&lt;P&gt;if you call the bootloader explicitly from your application, there is no timeout. So if you call the bootloader from your application, it stays in the bootloader until you do a reset.&lt;/P&gt;&lt;P&gt;Timeout is only used if bootloader is entered automatically after reset.&lt;/P&gt;&lt;P&gt;See other details in &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/07/12/getting-started-rom-bootloader-on-the-nxp-frdm-kl03z-board/" title="https://mcuoneclipse.com/2017/07/12/getting-started-rom-bootloader-on-the-nxp-frdm-kl03z-board/"&gt;Getting Started: ROM Bootloader on the NXP FRDM-KL03Z Board | MCU on Eclipse&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 05:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Conditions-for-disabling-time-out-detection/m-p/685727#M407</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-07-27T05:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditions for disabling time-out detection</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Conditions-for-disabling-time-out-detection/m-p/685728#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I saw a reason of this case.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;M.Kiniwa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 21:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Conditions-for-disabling-time-out-detection/m-p/685728#M408</guid>
      <dc:creator>masahirokiniwa</dc:creator>
      <dc:date>2017-07-27T21:26:13Z</dc:date>
    </item>
  </channel>
</rss>

