<?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>MCU BootloaderのトピックRe: Flashing Update over USB in iMXRT1050 referance Code &amp; Document Needed.</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976851#M1066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-avatarid="27803" data-externalid="" data-online="false" data-presence="null" data-userid="213424" data-username="jeremyzhou" href="https://community.nxp.com/people/jeremyzhou"&gt;jeremyzhou&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can able to copy the content into iMXRT (MSD)treating my PC as HOST &amp;amp; iMXRT1050 as a device. 4KB memory space is available for transferring data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working on Example &lt;STRONG&gt;"evkbimxrt1050_dev_msc_ramdisk_bm" &lt;/STRONG&gt;downloaded from SDK example program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can able to transfer the file into MSD of iMXT1050 at Endpoint address "2 ". I got to know this by debugging the code. keeping breakpoint @ &lt;STRONG&gt;usb_status_t USB_DeviceTransfer(usb_device_handle handle,uint8_t endpointAddress,uint8_t *buffer,uint32_t length).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck at this point. I need to copy the data from the buffer to flash memory. I don't know how to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Challenges faced.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;I can't keep the code stopped by breakpoint for more than 3 minute due&amp;nbsp;to the timeout function the drive(POPS up in PC) gets deleted automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&amp;gt; &lt;/STRONG&gt;I can able to identify the data stored address in RAM memory @ 0x20001cdc. But it is dynamic in nature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I needed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know where the transferred data in MSD located and how to copy the data from that location to ROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2020 04:26:32 GMT</pubDate>
    <dc:creator>nivassenrai</dc:creator>
    <dc:date>2020-01-24T04:26:32Z</dc:date>
    <item>
      <title>Flashing Update over USB in iMXRT1050 referance Code &amp; Document Needed.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976849#M1064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working on Integrating USB Stack in iMXRT1050 using MCU Expresso Example program provided by NXP.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10.0pt; "&gt;Objective:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Creating an App for upgrading flash program via USB jus by drag &amp;amp; drop firmware binary in HOST Device.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;refered this link but still, many info is missing regarding Bootloader context&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.0pt; margin: 0in;"&gt;&lt;A href="https://www.youtube.com/watch?v=IOd58-RaivY"&gt;https://www.youtube.com/watch?v=IOd58-RaivY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps tried:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Refered Document:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://www.emcraft.com/imxrt1050-evk-board/using-imx-rt1050-as-the-usb-mass-storage-gadget"&gt;https://www.emcraft.com/imxrt1050-evk-board/using-imx-rt1050-as-the-usb-mass-storage-gadget&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/USBUG.pdf"&gt;https://www.nxp.com/docs/en/user-guide/USBUG.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-330834"&gt;https://community.nxp.com/docs/DOC-330834&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN3564.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN3564.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/USBUG.pdf"&gt;https://www.nxp.com/docs/en/user-guide/USBUG.pdf&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Refered Souce Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="link-titled" href="https://github.com/ARMmbed/DAPLink/blob/master/README.md" title="https://github.com/ARMmbed/DAPLink/blob/master/README.md"&gt;DAPLink/README.md at master · ARMmbed/DAPLink · GitHub&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;and also tried importing some USB examples mentioned in MCU Expresso for the board: &lt;STRONG&gt;EVKB-IMXRT1050&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;STRONG&gt;Refered the document:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;STRONG&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN4379.pdf" title="https://www.nxp.com/docs/en/application-note/AN4379.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN4379.pdf&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;which suits exactly but it is not for iMXRT1050. Can I know is there anything related to IMXRT1050 please support on that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;STRONG&gt;Need Support in:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;I need to know exactly which example should I refer to achieve my goal of reading a data from MSD to flash memory of my controller. which suits of flashing the code into my flash memory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 05:30:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976849#M1064</guid>
      <dc:creator>nivassenrai</dc:creator>
      <dc:date>2020-01-20T05:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing Update over USB in iMXRT1050 referance Code &amp; Document Needed.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976850#M1065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-userid="344118" data-username="nivassenrai@gmail.com" href="https://community.nxp.com/people/nivassenrai@gmail.com"&gt;Nivas Bathirappan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and &lt;BR /&gt;for the opportunity to serve you.&lt;BR /&gt;Firstly, there's no similar application note for the RT MCU series like the AN4379, however, in the SDK library, it contains the USB MSD demos, in further, it also provides the FlexSPI demo which implements a variety of operation about the external flash.&lt;BR /&gt;It can allow the developer to integrate them into a bootload application.&lt;/P&gt;&lt;P&gt;Looking forward to your reply.&lt;/P&gt;&lt;P&gt;TIC&lt;/P&gt;&lt;P style="min- 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="min- 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>Tue, 21 Jan 2020 02:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976850#M1065</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-01-21T02:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing Update over USB in iMXRT1050 referance Code &amp; Document Needed.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976851#M1066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-avatarid="27803" data-externalid="" data-online="false" data-presence="null" data-userid="213424" data-username="jeremyzhou" href="https://community.nxp.com/people/jeremyzhou"&gt;jeremyzhou&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can able to copy the content into iMXRT (MSD)treating my PC as HOST &amp;amp; iMXRT1050 as a device. 4KB memory space is available for transferring data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working on Example &lt;STRONG&gt;"evkbimxrt1050_dev_msc_ramdisk_bm" &lt;/STRONG&gt;downloaded from SDK example program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can able to transfer the file into MSD of iMXT1050 at Endpoint address "2 ". I got to know this by debugging the code. keeping breakpoint @ &lt;STRONG&gt;usb_status_t USB_DeviceTransfer(usb_device_handle handle,uint8_t endpointAddress,uint8_t *buffer,uint32_t length).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck at this point. I need to copy the data from the buffer to flash memory. I don't know how to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Challenges faced.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;I can't keep the code stopped by breakpoint for more than 3 minute due&amp;nbsp;to the timeout function the drive(POPS up in PC) gets deleted automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&amp;gt; &lt;/STRONG&gt;I can able to identify the data stored address in RAM memory @ 0x20001cdc. But it is dynamic in nature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I needed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know where the transferred data in MSD located and how to copy the data from that location to ROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 04:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976851#M1066</guid>
      <dc:creator>nivassenrai</dc:creator>
      <dc:date>2020-01-24T04:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing Update over USB in iMXRT1050 referance Code &amp; Document Needed.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976852#M1067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="344118" data-objecttype="3" href="https://community.nxp.com/people/nivassenrai@gmail.com"&gt;Nivas Bathirappan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;1) Please receive and transfer data via responding to the below USB events.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99717iF444E951F6BF8329/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;2. To implement the flash programming, it needs to run the code in the RAM or SDRAM prior to utilizing the FlexSPI driver to make it.&lt;/P&gt;&lt;P&gt;TIC&lt;/P&gt;&lt;P style="min- 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="min- 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>Tue, 28 Jan 2020 07:47:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976852#M1067</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-01-28T07:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing Update over USB in iMXRT1050 referance Code &amp; Document Needed.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976853#M1068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="213424" data-username="jeremyzhou" href="https://community.nxp.com/people/jeremyzhou"&gt;jeremyzhou&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Yes, what you told is correct. I can able to identify the data flow for transfer &amp;amp; Reception in that code&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="" style="background-color: #ffffff; border: 0px; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="color: #646464; font-size: 18.004px; border: 0px;"&gt;The problem still remains the same.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Something that I expect is like.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&amp;nbsp;You may know the Open SDA controller in iMXRT1052 Eval Board where the code (.hex)is flashed into RT Controller via Open SDA, &lt;STRONG&gt;Yes it is working fine&lt;/STRONG&gt;. I refered the code of Open SDA from "&lt;A class="link-titled" href="https://github.com/ARMmbed/DAPLink" title="https://github.com/ARMmbed/DAPLink"&gt;GitHub - ARMmbed/DAPLink&lt;/A&gt;&amp;nbsp;". Where I can able to see some function which solves my problem. I can able to see the virtual file system where I can able to read the data from the dropped file into the memory of the RT Controller. The path s&amp;nbsp;&amp;nbsp;&amp;nbsp;is given below.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;\DAPLink-master\DAPLink-master\source\daplink\drag-n-drop\vfs_user.c&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;For example, Function like&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;stream_write&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;stream_open&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;stream_close etc.in file&amp;nbsp;&lt;STRONG&gt;file_stream.c&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;I am expecting the same behaviour in MSD related example program available in SDK or Should we need to integrate the VFS related stuff to working MSD examples to achieve our goal&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;What I expect::&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;I may require a File system which is capable of reading the data which is dropped into the PC.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;My use case is the same as the Open SDA Program which works in Eval board which solves the purpose. I am looking into the same kind of behaviour into any kind of USB example&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 08:14:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976853#M1068</guid>
      <dc:creator>nivassenrai</dc:creator>
      <dc:date>2020-01-31T08:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing Update over USB in iMXRT1050 referance Code &amp; Document Needed.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976854#M1069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="344118" data-objecttype="3" href="https://community.nxp.com/people/nivassenrai@gmail.com"&gt;Nivas Bathirappan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Sorry for reply late.&lt;BR /&gt;Yes, the OpenSDA circuit can update the external flash chip via dragging the image to U-Disk which is enumerated after attaching the circuit to the PC.&lt;BR /&gt;I think this application is worth referring, however, I'd like to remind you that the OpenSDA circuit updates the external flash via utilizing the Serial Downloader Mode of the RT series, for your implementation, it should use the FlexSPI module to completing the flash update.That's a bit different.&lt;/P&gt;&lt;P&gt;TIC&lt;/P&gt;&lt;P style="min- 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="min- 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>Mon, 03 Feb 2020 03:55:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Flashing-Update-over-USB-in-iMXRT1050-referance-Code-Document/m-p/976854#M1069</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-02-03T03:55:08Z</dc:date>
    </item>
  </channel>
</rss>

