<?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: USB MSC K22 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-MSC-K22/m-p/938374#M54285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="343007" data-username="oswaldo-153@hotmail.com" href="https://community.nxp.com/people/oswaldo-153@hotmail.com"&gt;Oswaldo Tovar&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; You just write your question in one line, it's difficult to read it.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Next time, please don't write the question just in one line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Now, answer your questions.&lt;/P&gt;&lt;P&gt;If you are using the MK22FN128VLL10, I suggest you download the related SDK code from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/select" title="https://mcuxpresso.nxp.com/en/select"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87852iEF1517EDD53FE025/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please generate the SDK_2.6.0_MK22FN128xxx10 code, and download it.&lt;/P&gt;&lt;P&gt;You will find the related icf and the header file in folder:&lt;/P&gt;&lt;P&gt;SDK_2.6.0_MK22FN128xxx10\devices&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try it on your side.&lt;/P&gt;&lt;P&gt;If you still have questions about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2019 06:44:52 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2019-09-18T06:44:52Z</dc:date>
    <item>
      <title>USB MSC K22</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-MSC-K22/m-p/938373#M54284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;PRE class="" data-placeholder="Traducción" dir="ltr" style="text-align: left;"&gt;&lt;SPAN lang="en"&gt;I am using IAR 8.11, and I want to do a USB mass storage, I followed the example generated by the MCUXpresso SDK "usb_device_msc_ramdisk". My problem is that the example is for MK22FN512VLH12, and I am using the MCU MK22FN128VLL10, I made the clock settings, and all the settings to use the k22128VLL10, but the compiler sends me the following error:  Error [Lp011]: section placement failed unable to allocate space for sections / blocks with a total estimated minimum size of 0x666c bytes (max align 0x200) in &amp;lt;[0x1fffe000-0x1fffffff], [0x20000000-0x20003bff]&amp;gt; (total uncommitted space 0x5c00). &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Uncommitted: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[0x1fffe000-0x1fffffff]: 0x2000 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[0x20000000-0x20003bff]: 0x3c00   edit the file MK22FN128VLL10_flash.icf  Changing:  define symbol m_data_start = 0x1FFFE000; define symbol m_data_end = 0x1FFFFFFF;  define symbol m_data_2_start = 0x20000000; define symbol m_data_2_end = 0x20003FFF;  And the error disappears, but it does not debug properly. I don't know if I need an MCU with the same memory as the MCU 512, I'm a little confused, thank you very much&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE class="" data-placeholder="" dir="ltr" style="text-align: left;"&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 22:31:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-MSC-K22/m-p/938373#M54284</guid>
      <dc:creator>oswaldo-153</dc:creator>
      <dc:date>2019-09-17T22:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: USB MSC K22</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-MSC-K22/m-p/938374#M54285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="343007" data-username="oswaldo-153@hotmail.com" href="https://community.nxp.com/people/oswaldo-153@hotmail.com"&gt;Oswaldo Tovar&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; You just write your question in one line, it's difficult to read it.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Next time, please don't write the question just in one line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Now, answer your questions.&lt;/P&gt;&lt;P&gt;If you are using the MK22FN128VLL10, I suggest you download the related SDK code from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/select" title="https://mcuxpresso.nxp.com/en/select"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87852iEF1517EDD53FE025/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please generate the SDK_2.6.0_MK22FN128xxx10 code, and download it.&lt;/P&gt;&lt;P&gt;You will find the related icf and the header file in folder:&lt;/P&gt;&lt;P&gt;SDK_2.6.0_MK22FN128xxx10\devices&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try it on your side.&lt;/P&gt;&lt;P&gt;If you still have questions about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 06:44:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-MSC-K22/m-p/938374#M54285</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-09-18T06:44:52Z</dc:date>
    </item>
  </channel>
</rss>

