<?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: iMXRT1064 Debug Issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1064-Debug-Issue/m-p/939715#M140684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yashwanth K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide more information about the issue that you are facing? Which RAM Linker file are you referring? what IDE and programming tool are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if possible, please provide the example project that you are using and the steps that you follow to reproduce your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regardfs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2019 19:42:28 GMT</pubDate>
    <dc:creator>jorge_a_vazquez</dc:creator>
    <dc:date>2019-09-04T19:42:28Z</dc:date>
    <item>
      <title>iMXRT1064 Debug Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1064-Debug-Issue/m-p/939714#M140683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on iMXRT1064. I am using RAM Linker file. While debugging, when I am keeping break point and run the code, the code is stop running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting below issues in debug window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The processor can not be debugged&lt;/P&gt;&lt;P&gt;The debug registers are not accessible or The CPU clock is stalled by the memory controller&lt;/P&gt;&lt;P&gt;Cannot start core 0&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this issue. Waiting for quick replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Yashwanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 07:01:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1064-Debug-Issue/m-p/939714#M140683</guid>
      <dc:creator>yashwanthk</dc:creator>
      <dc:date>2019-09-03T07:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1064 Debug Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1064-Debug-Issue/m-p/939715#M140684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yashwanth K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide more information about the issue that you are facing? Which RAM Linker file are you referring? what IDE and programming tool are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if possible, please provide the example project that you are using and the steps that you follow to reproduce your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regardfs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 19:42:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1064-Debug-Issue/m-p/939715#M140684</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2019-09-04T19:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT1064 Debug Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMXRT1064-Debug-Issue/m-p/939716#M140685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Replay.&lt;/P&gt;&lt;P&gt;Actually that issue is because of linker file. The issue solved after changing linker file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I'm discussing another issue what I am facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on iMXRT1064 USB Host cdc communication. I am using USB host cdc RTOS SDK example code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to establish a communication between iMXRT1064 (Host) and Quectel EC25 Modem(Device) after changing communication class codes as per Quectel EC25 modem. I'm pasting below code for reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Quectel EC25&amp;nbsp;is configured with 4&amp;nbsp;USB ports, but I'm accessing only one port (AT Port).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*! @brief CDC class-specific code, Communications Interface Class Code*/&lt;BR /&gt;#define USB_HOST_CDC_COMMUNICATIONS_CLASS_CODE 0xFF&amp;nbsp; &amp;nbsp; //0x02U&lt;BR /&gt;/*! @brief CDC class-specific code,Communications Class Subclass Codes*/&lt;BR /&gt;#define USB_HOST_CDC_SUBCLASS_ACM_CODE 0x00&amp;nbsp; &amp;nbsp; //0x02U&lt;BR /&gt;/*No class specific protocol required. See the CDC specification page22*/&lt;BR /&gt;#define USB_HOST_CDC_PROTOCOL_CODE 0x00U&lt;BR /&gt;/*! @brief CDC class-specific code,Data Class Interface Codes*/&lt;BR /&gt;#define USB_HOST_CDC_DATA_CLASS_CODE 0xFF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//0x0AU//&lt;BR /&gt;/* This field is unused for Data Class interfaces and should have a value of 00h.*/&lt;BR /&gt;#define USB_HOST_CDC_DATA_SUBCLASS_CODE 0x00U&lt;BR /&gt;/*No class-specific protocol required. See the CDC specification page22*/&lt;BR /&gt;#define USB_HOST_CDC_DATA_PROTOCOL_CODE 0x00U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm requesting data through AT commands. For every AT command, we will get data and OK response or only OK response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual issues is for some commands, I'm receiving only data. I'm not receiving OK. When I fire next command, then I'm receiving previous OK response &amp;amp; current response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to read missing OK response before sending another request?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think example code is in pooling method. Is there any USB Host CDC example code is interrupt method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Yashwanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:27:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMXRT1064-Debug-Issue/m-p/939716#M140685</guid>
      <dc:creator>yashwanthk</dc:creator>
      <dc:date>2019-09-12T09:27:41Z</dc:date>
    </item>
  </channel>
</rss>

