<?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: How to apply BCA configuration? in MCU Bootloader</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/How-to-apply-BCA-configuration/m-p/688358#M430</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 would like to know how to inirialize peripheral setting like I2C slave address and clock configuration.&lt;/P&gt;&lt;P&gt;When I run ROM bootloader from user application, is ROM bootloader&amp;nbsp;doesn't initialize sewuence like a 1st column of Figure 11-2 in KL03 reference manual?&lt;/P&gt;&lt;P&gt;And, ROM bootloader keep the HW configuration by user application?&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>Mon, 31 Jul 2017 05:50:36 GMT</pubDate>
    <dc:creator>masahirokiniwa</dc:creator>
    <dc:date>2017-07-31T05:50:36Z</dc:date>
    <item>
      <title>How to apply BCA configuration?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-to-apply-BCA-configuration/m-p/688356#M428</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 try to run the KL03 ROM bootloader from user&amp;nbsp;application with BCA configuration.&lt;/P&gt;&lt;P&gt;I set to BCA about below configurations, but I looked like it was&amp;nbsp;not&amp;nbsp;applied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;- tag&lt;/P&gt;&lt;P&gt;&amp;nbsp;- enablePeripherals : use only I2C&lt;/P&gt;&lt;P&gt;&amp;nbsp;- i2cSlaveAddress&lt;/P&gt;&lt;P&gt;&amp;nbsp;- peripheralDetectionTimeout&lt;/P&gt;&lt;P&gt;&amp;nbsp;- clockFlags and clockDivider&lt;/P&gt;&lt;P&gt;I saw that the time-out is not applied when user application call ROM bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When user application call ROM bootloader, BCA configuration is&amp;nbsp;not applied to it like time-out?&lt;/P&gt;&lt;P&gt;2. How to apply BCA configuration when I run ROM bootloader from user applicaiton?&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>Mon, 31 Jul 2017 02:45:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-to-apply-BCA-configuration/m-p/688356#M428</guid>
      <dc:creator>masahirokiniwa</dc:creator>
      <dc:date>2017-07-31T02:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply BCA configuration?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-to-apply-BCA-configuration/m-p/688357#M429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this article helps you:&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, if you call the bootloader from the application, the timeout is not applied, but everything else is (from what I can tell using blhost). You would have to implement that timeout in the user application part. Or you could setup a watchdog as timeout.&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>Mon, 31 Jul 2017 04:50:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-to-apply-BCA-configuration/m-p/688357#M429</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-07-31T04:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply BCA configuration?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-to-apply-BCA-configuration/m-p/688358#M430</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 would like to know how to inirialize peripheral setting like I2C slave address and clock configuration.&lt;/P&gt;&lt;P&gt;When I run ROM bootloader from user application, is ROM bootloader&amp;nbsp;doesn't initialize sewuence like a 1st column of Figure 11-2 in KL03 reference manual?&lt;/P&gt;&lt;P&gt;And, ROM bootloader keep the HW configuration by user application?&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>Mon, 31 Jul 2017 05:50:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-to-apply-BCA-configuration/m-p/688358#M430</guid>
      <dc:creator>masahirokiniwa</dc:creator>
      <dc:date>2017-07-31T05:50:36Z</dc:date>
    </item>
  </channel>
</rss>

