<?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 iMX6SL UART debug issue. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593544#M89299</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've a custom board based iMX6SL. One of the serial ports (UART1), for debugging, connects directly to a header, in a way to connect external UART to USB adapter. Our SW Engineer tried to debug through this port and has encountered a problem.&lt;/P&gt;&lt;P&gt;He sent bit stream from PC to our board (I can see the bit stream on the scope on RX line) but the board doesn't respond at all.&amp;nbsp;i.e., we don't see any changes on the TX line from the iMX6SL, and it should happen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I understood, there is no any SW issue because, as SW engineer claims, he took the exactly code for debug on iMX6SL. So, probably is a HW problem.&lt;/P&gt;&lt;P&gt;On the other side, we do able to read and write to LPDDR through the USB port, and seems like the handshake between the LPDDR to iMX works properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have meet same problem?&lt;/P&gt;&lt;P&gt;Do I miss something and what could be the problem? Is it HW or SW isuue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2016 18:06:28 GMT</pubDate>
    <dc:creator>yakovshaulov</dc:creator>
    <dc:date>2016-09-05T18:06:28Z</dc:date>
    <item>
      <title>iMX6SL UART debug issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593544#M89299</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've a custom board based iMX6SL. One of the serial ports (UART1), for debugging, connects directly to a header, in a way to connect external UART to USB adapter. Our SW Engineer tried to debug through this port and has encountered a problem.&lt;/P&gt;&lt;P&gt;He sent bit stream from PC to our board (I can see the bit stream on the scope on RX line) but the board doesn't respond at all.&amp;nbsp;i.e., we don't see any changes on the TX line from the iMX6SL, and it should happen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I understood, there is no any SW issue because, as SW engineer claims, he took the exactly code for debug on iMX6SL. So, probably is a HW problem.&lt;/P&gt;&lt;P&gt;On the other side, we do able to read and write to LPDDR through the USB port, and seems like the handshake between the LPDDR to iMX works properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have meet same problem?&lt;/P&gt;&lt;P&gt;Do I miss something and what could be the problem? Is it HW or SW isuue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 18:06:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593544#M89299</guid>
      <dc:creator>yakovshaulov</dc:creator>
      <dc:date>2016-09-05T18:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6SL UART debug issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593545#M89300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what response is expected from board, is some program running on processor&lt;/P&gt;&lt;P&gt;and expecting data from uart ? One can attach jtag debugger and check&lt;/P&gt;&lt;P&gt;UARTx_URXD, UARTx_USR2 (RDR ready bit), also enable uart&lt;/P&gt;&lt;P&gt;clocks in CCM_CCGRn. Had valid uart baudrate programmed and &lt;/P&gt;&lt;P&gt;selection of register IOMUXC_UART1_UART_RX_DATA_SELECT_INPUT made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 23:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593545#M89300</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-05T23:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6SL UART debug issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593546#M89301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using IMX6SL&amp;nbsp;EVK&amp;nbsp;BSP&lt;/P&gt;&lt;P&gt;We are&amp;nbsp;trying to load U-Boot into RAM&amp;nbsp;using MFG tool.&lt;/P&gt;&lt;P&gt;MFG tool does not report any problem but the U-Boot does not send any data out to the UART and does not respond to any command, even if we&amp;nbsp;stop the MFG before jumping to the kernel, and instead U-Boot is called.&lt;/P&gt;&lt;P&gt;We&amp;nbsp;didn't change any UART configuration but it should work on UART 1&lt;/P&gt;&lt;P&gt;So we expected to see any U-Boot promt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 12:23:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593546#M89301</guid>
      <dc:creator>yakovshaulov</dc:creator>
      <dc:date>2016-09-06T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6SL UART debug issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593547#M89302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone explain to me what could be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 09:41:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593547#M89302</guid>
      <dc:creator>yakovshaulov</dc:creator>
      <dc:date>2016-09-08T09:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6SL UART debug issue.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593548#M89303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you elaborate what do you mean saying&lt;/P&gt;&lt;P&gt;"MFG tool does not report any problem but the U-Boot does not send any&lt;/P&gt;&lt;P&gt;data out to the UART and does not respond to any command," ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 10:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6SL-UART-debug-issue/m-p/593548#M89303</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-08T10:27:17Z</dc:date>
    </item>
  </channel>
</rss>

