<?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 advanced can a bootloader be? in MCU Bootloader</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779966#M770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but my question seems to still not be answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to configure the peripherals as the slave and the MCU be the host? I want to have my bootloader controller an SPI LCD panel. Is this possible or does the bootloader code force all the peripherals to be slaves?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Kurt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2018 13:26:57 GMT</pubDate>
    <dc:creator>kurtjordan</dc:creator>
    <dc:date>2018-02-08T13:26:57Z</dc:date>
    <item>
      <title>How advanced can a bootloader be?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779962#M766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How much extra stuff can be placed in a bootloader on the MK22FN512 product line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it out of reality to be able to add some minor LCD ( i2c or spi ) operation so a user could know that the device was in bootloader mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kurt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:32:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779962#M766</guid>
      <dc:creator>kurtjordan</dc:creator>
      <dc:date>2018-01-11T20:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How advanced can a bootloader be?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779963#M767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kurt Jordan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There shouldn't be any problem to add a code that support this to the bootloader, I recommend you to check our Kinetis Bootloader source code, K22F is a device supported, so you can modify this bootloader software as you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/reference-designs/kinetis-bootloader:KBOOT?&amp;amp;tid=vanKBOOT" title="https://www.nxp.com/support/developer-resources/reference-designs/kinetis-bootloader:KBOOT?&amp;amp;tid=vanKBOOT"&gt;Kinetis Bootloader|NXP&lt;/A&gt;&amp;nbsp;&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>Mon, 15 Jan 2018 20:38:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779963#M767</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2018-01-15T20:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How advanced can a bootloader be?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779964#M768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use the i2c and spi interfaces as master in the bootloader or only in slave mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 18:21:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779964#M768</guid>
      <dc:creator>kurtjordan</dc:creator>
      <dc:date>2018-01-19T18:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: How advanced can a bootloader be?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779965#M769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kurt,&lt;/P&gt;&lt;P&gt;I just finish to debug a bootloader for a KV46,&lt;/P&gt;&lt;P&gt;In the original version, the Bootloader is very powerfull, it's scanning all the possible link (as a slave)&lt;/P&gt;&lt;P&gt;I2C,SPI, CAN and UART&lt;/P&gt;&lt;P&gt;You need to modify the original version 2.0.0&amp;nbsp;to adapt it to you hardware.&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;check the files :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-size: 10.5pt; font-family: 'Helvetica',sans-serif;"&gt;Hardware_init_Kxx.C files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;Peripherals_Kxx.C files&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;Peripheral_pinmux.h&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt; min-height: 8pt;"&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-size: 10.5pt; font-family: 'Helvetica',sans-serif;"&gt;The kinetis flash tools software is perfect for uart use. (No change needed)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;In case of SPI or I2C you will need to adapt it to your interface between your PC and your hardware&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;All the source files are included.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;Regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;/P&gt;&lt;P style="line-height: 15pt;"&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;Bertrand&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 10:33:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779965#M769</guid>
      <dc:creator>merigotbertrand</dc:creator>
      <dc:date>2018-02-08T10:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: How advanced can a bootloader be?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779966#M770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but my question seems to still not be answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to configure the peripherals as the slave and the MCU be the host? I want to have my bootloader controller an SPI LCD panel. Is this possible or does the bootloader code force all the peripherals to be slaves?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Kurt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779966#M770</guid>
      <dc:creator>kurtjordan</dc:creator>
      <dc:date>2018-02-08T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How advanced can a bootloader be?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779967#M771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearly, The SPI in the bootloader is dedicated to receive the binary file from a master.&lt;/P&gt;&lt;P&gt;in order to be programmed in the kinetis microcontroller&lt;/P&gt;&lt;P&gt;where your binary file comes from&amp;nbsp; a PC ? or another harware unit...&lt;/P&gt;&lt;P&gt;Of course it's possible to have simultaneously one master and two slave (or more) on your spi link. (LCD or any&amp;nbsp;additive device)&lt;/P&gt;&lt;P&gt;This could be&amp;nbsp;taken in charge&amp;nbsp;by the system sending your binary file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bertrand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 16:20:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779967#M771</guid>
      <dc:creator>merigotbertrand</dc:creator>
      <dc:date>2018-02-08T16:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How advanced can a bootloader be?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779968#M772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the k22f family has multiple dedicated SPI peripherals I would think I could configure one as a&amp;nbsp;master but I seems to be having zero luck doing so. My code appears to run normally but I do not have any of the SPI functions operate as i would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kurt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 17:57:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/How-advanced-can-a-bootloader-be/m-p/779968#M772</guid>
      <dc:creator>kurtjordan</dc:creator>
      <dc:date>2018-02-08T17:57:47Z</dc:date>
    </item>
  </channel>
</rss>

