<?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>i.MX Processors中的主题 Re: usb problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1529944#M195767</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please refer below feedback:&lt;/P&gt;
&lt;P&gt;If data section is cacheable, need to check two point:&lt;/P&gt;
&lt;P&gt;1.&lt;SPAN&gt;&amp;nbsp;DATA_SECTION_IS_CACHEABLE=1&amp;nbsp;must be added into project.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Heap used by USB stack should be placed into non-cacheable region.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to picture below, after apply the two change, it now works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_0-1664416711850.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/195228i2924A323F85A7CE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_0-1664416711850.png" alt="Hui_Ma_0-1664416711850.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_1-1664416734824.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/195229iA1C80BF964971CA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_1-1664416734824.png" alt="Hui_Ma_1-1664416734824.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 01:59:11 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2022-09-29T01:59:11Z</dc:date>
    <item>
      <title>usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1521604#M195102</link>
      <description>&lt;P&gt;Hello, I am using the USB_CDC_VCOM_BM_CM7 code, but I have not been able to trigger the receive and send interrupt. I used my own development board with the usb3.0 driver and RT1170 as the slave. The enumeration can be successful, but it has been unable to reach the data transmission stage. Trigger the interrupt of RT1170. Can CDC_VCOM_BM_CM7 be used directly? Is there anything that needs to be modified?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 03:38:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1521604#M195102</guid>
      <dc:creator>eao</dc:creator>
      <dc:date>2022-09-14T03:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1522813#M195194</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please refer the &amp;lt;readme.pdf&amp;gt; file, which located at ..\SDK_2_12_0_MIMXRT1170-EVK\boards\evkmimxrt1170\usb_examples\usb_device_cdc_vcom\bm\cm7 folder.&lt;/P&gt;
&lt;P&gt;Related driver could be found at&amp;nbsp;\SDK_2_12_0_MIMXRT1170-EVK\boards\evkmimxrt1170\usb_examples\usb_device_cdc_vcom\inf folder.&lt;/P&gt;
&lt;P&gt;Wish it helps.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 09:44:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1522813#M195194</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2022-09-15T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524029#M195288</link>
      <description>&lt;P&gt;Thanks, I found 2 problems,&lt;BR /&gt;1. When I debug the usb example, it can run normally, but when I burn the code into norflash, it cannot be started, and the usb is abnormal.&lt;BR /&gt;2. When I change the memory position in mcuxpressIDE, the usb cannot run normally. I put the SRAM_DTC_CM7 at the back and SRAM OC1 and OC2 at the front, and the usb cannot run normally. What is the reason?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 06:42:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524029#M195288</guid>
      <dc:creator>eao</dc:creator>
      <dc:date>2022-09-19T06:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524105#M195296</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for the feedback.&lt;/P&gt;
&lt;P&gt;If you are using the &lt;A href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1170-evaluation-kit:MIMXRT1170-EVK" target="_self"&gt;MIMXRT1170-EVK board&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 08:02:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524105#M195296</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2022-09-19T08:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524108#M195297</link>
      <description>yes</description>
      <pubDate>Mon, 19 Sep 2022 08:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524108#M195297</guid>
      <dc:creator>eao</dc:creator>
      <dc:date>2022-09-19T08:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524190#M195309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I did a test with below setting, the USB CDC device demo works normally.&lt;/P&gt;
&lt;P&gt;Using QSPI Flash (SDK project default setting), Boot setting at board:&lt;/P&gt;
&lt;P&gt;SW1: 0010&lt;/P&gt;
&lt;P&gt;SW2: All 0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Board power supply: J11 with J38 setting (5-6)&lt;/P&gt;
&lt;P&gt;USB port: J20 USB1&lt;/P&gt;
&lt;P&gt;PC: WIN10 64-bit&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_4-1663579080985.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194100i4B423157791C1B81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_4-1663579080985.png" alt="Hui_Ma_4-1663579080985.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I could run the demo outside of debugger interface.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_0-1663578738424.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194094i101526E1C2CCA5D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_0-1663578738424.png" alt="Hui_Ma_0-1663578738424.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_1-1663578773766.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194095iF1A75214801AA558/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_1-1663578773766.png" alt="Hui_Ma_1-1663578773766.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_2-1663578807749.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194096iF3AF833861E2A3BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_2-1663578807749.png" alt="Hui_Ma_2-1663578807749.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_3-1663578884154.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194099iE740C82EF51B354A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_3-1663578884154.png" alt="Hui_Ma_3-1663578884154.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the attention.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 09:18:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524190#M195309</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2022-09-19T09:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524556#M195336</link>
      <description>ok,&lt;BR /&gt;2. When I change the memory position in mcuxpressIDE, the usb cannot run normally. I put the SRAM_DTC_CM7 at the back and SRAM OC1 and OC2 at the front, and the usb cannot run normally. What is the reason?&lt;BR /&gt;this problem why?&lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 20 Sep 2022 01:28:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524556#M195336</guid>
      <dc:creator>eao</dc:creator>
      <dc:date>2022-09-20T01:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524882#M195362</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please place USB stack used data&lt;SPAN&gt;&amp;nbsp;into non-cacheable region&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;Wish it helps.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_1-1663664389901.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194284i04D1BFDB92B1946F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_1-1663664389901.png" alt="Hui_Ma_1-1663664389901.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 09:00:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1524882#M195362</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2022-09-20T09:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1525549#M195413</link>
      <description>thanks。&lt;BR /&gt;I still have a question. At present, the example I use usb is DEV_CDC_VCOM_BM. In this example, the class CDC is used. Do you have any examples that do not use the class? Only data transfer, I really need it Thank you!</description>
      <pubDate>Wed, 21 Sep 2022 06:06:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1525549#M195413</guid>
      <dc:creator>eao</dc:creator>
      <dc:date>2022-09-21T06:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1526634#M195500</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sorry for the later reply.&lt;/P&gt;
&lt;P&gt;The MCUXpresso SDK USB stack application is based on class. We do not have example to do the data transfer without USB Class. Sorry for that.&lt;/P&gt;
&lt;P&gt;best regards,&lt;/P&gt;
&lt;P&gt;Mike&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 09:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1526634#M195500</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2022-09-22T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1529172#M195717</link>
      <description>I found a question, can usb run only on SRAM_DTC_CM7? I just put the code other areas will not run, for example, to SRAM_OC will not run</description>
      <pubDate>Wed, 28 Sep 2022 03:24:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1529172#M195717</guid>
      <dc:creator>eao</dc:creator>
      <dc:date>2022-09-28T03:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1529944#M195767</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please refer below feedback:&lt;/P&gt;
&lt;P&gt;If data section is cacheable, need to check two point:&lt;/P&gt;
&lt;P&gt;1.&lt;SPAN&gt;&amp;nbsp;DATA_SECTION_IS_CACHEABLE=1&amp;nbsp;must be added into project.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Heap used by USB stack should be placed into non-cacheable region.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to picture below, after apply the two change, it now works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_0-1664416711850.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/195228i2924A323F85A7CE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_0-1664416711850.png" alt="Hui_Ma_0-1664416711850.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hui_Ma_1-1664416734824.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/195229iA1C80BF964971CA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hui_Ma_1-1664416734824.png" alt="Hui_Ma_1-1664416734824.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 01:59:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1529944#M195767</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2022-09-29T01:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: usb problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1530994#M195857</link>
      <description>Thank you very much, this answer solves my problem.</description>
      <pubDate>Fri, 30 Sep 2022 09:04:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usb-problem/m-p/1530994#M195857</guid>
      <dc:creator>eao</dc:creator>
      <dc:date>2022-09-30T09:04:58Z</dc:date>
    </item>
  </channel>
</rss>

