<?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: MK22FN512 Bootloader USB Mass Storage File Too Large Error in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN512-Bootloader-USB-Mass-Storage-File-Too-Large-Error/m-p/853722#M51258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I made have my address set incorrectly to zero (which causes a lot of weird behavior) since it is supposed to be at 0xA000. I will keep watching this but it looks like I am not seeing this error message today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2019 18:34:58 GMT</pubDate>
    <dc:creator>gsinde</dc:creator>
    <dc:date>2019-02-11T18:34:58Z</dc:date>
    <item>
      <title>MK22FN512 Bootloader USB Mass Storage File Too Large Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN512-Bootloader-USB-Mass-Storage-File-Too-Large-Error/m-p/853721#M51257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my Bootloader running on the MK22FN512 so that Applications can be drag and dropped on to address 0xA000 in Flash. This is working and I have three *.sb files created. One was good old Blink LED Demo, the second was a console LPUART application I created, and now the third is a small FreeRTOS application that has a couple tasks and a queue sending keypad inputs across the Queue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I drag and drop the latest application, Windows kicks back an error but everything appears to work. My RTOS keypad application was installed on the K22 and looks fine. Anyone else run into this error? The file is only 15.5 KB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="filetoolarge.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/71821i4629030BB16C6A2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="filetoolarge.png" alt="filetoolarge.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2019 20:21:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN512-Bootloader-USB-Mass-Storage-File-Too-Large-Error/m-p/853721#M51257</guid>
      <dc:creator>gsinde</dc:creator>
      <dc:date>2019-02-10T20:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN512 Bootloader USB Mass Storage File Too Large Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN512-Bootloader-USB-Mass-Storage-File-Too-Large-Error/m-p/853722#M51258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I made have my address set incorrectly to zero (which causes a lot of weird behavior) since it is supposed to be at 0xA000. I will keep watching this but it looks like I am not seeing this error message today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 18:34:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN512-Bootloader-USB-Mass-Storage-File-Too-Large-Error/m-p/853722#M51258</guid>
      <dc:creator>gsinde</dc:creator>
      <dc:date>2019-02-11T18:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN512 Bootloader USB Mass Storage File Too Large Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN512-Bootloader-USB-Mass-Storage-File-Too-Large-Error/m-p/853723#M51259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do run into problems again you can try with the uTasker USB-MSD loader, which is available for (just about) all Kinetis parts with USB (and also works on other families). It support loading binary, SREC, HEX and has AES256 encrytion options too. Code can be read back too (with optional password protection).&lt;BR /&gt;It allows linking to 0x4800 (18k in size) and so saves 22k of space in comparison to USB-MSD loaders needing to be linked to 0xa000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few videos:&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=MXsJvTdCcH4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=25" target="test_blank"&gt;https://www.youtube.com/watch?v=MXsJvTdCcH4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=25&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=dq-m-Dokq7E&amp;amp;index=28&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q" target="test_blank"&gt;https://www.youtube.com/watch?v=dq-m-Dokq7E&amp;amp;index=28&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=e4oFBn_M5wo" target="test_blank"&gt;https://www.youtube.com/watch?v=e4oFBn_M5wo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Most is available in the Open Source version on GitHub or it is also available as a supported version for professional requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Complete Kinetis solutions, training and support:http://www.utasker.com/kinetis.html&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Kinetis K22:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-K22F.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-K22F.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TWR-K22F120M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TWR-K22F120M.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/BLAZE_K22.html" target="test_blank"&gt;http://www.utasker.com/kinetis/BLAZE_K22.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/tinyK22.html" target="test_blank"&gt;http://www.utasker.com/kinetis/tinyK22.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 20:58:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN512-Bootloader-USB-Mass-Storage-File-Too-Large-Error/m-p/853723#M51259</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-02-11T20:58:11Z</dc:date>
    </item>
  </channel>
</rss>

