<?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 MIMXRT1060/1064 HOST CDC SDK Example not working with FTDI Device in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MIMXRT1060-1064-HOST-CDC-SDK-Example-not-working-with-FTDI/m-p/1832261#M8182</link>
    <description>&lt;P&gt;Hello, I am using the above eval board with the TTL-232RG FTDI device and I downloaded the&amp;nbsp;evkmimxrt1064_host_cdc_freertos example project from the&amp;nbsp;SDK_2_14_0_EVK-MIMXRT1064. I was having issues at first because the example would simply state the device was not supported but then I read online that the device does not implement the standard CDC class so I used USBView and changed the values within USB_host_cdc to 0xFFU in order to match the USBView. Doing this allowed the example to run passed the device not supported prompt and returns the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;device cdc attached:&lt;/P&gt;&lt;P&gt;pid=0x6001vid=0x403 address=1&lt;/P&gt;&lt;P&gt;cdc device attached&lt;/P&gt;&lt;P&gt;Error in USB_HostCdcInterruptRecv: 0&lt;/P&gt;&lt;P&gt;data transfer error = 0 , status&lt;/P&gt;&lt;P&gt;I do get device detached prompts when I remove and the above prompt will pop up again on reattach. Ive tried commenting out this prompt to see if the device would continue running however it then throws an assertion error. Is there anything more I need to do to get this example working? P.s. I have to use an FTDI device to implement this as our custom board will utilize an FTDI chip to convert to serial communication.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 18:35:12 GMT</pubDate>
    <dc:creator>Avillalba</dc:creator>
    <dc:date>2024-03-20T18:35:12Z</dc:date>
    <item>
      <title>MIMXRT1060/1064 HOST CDC SDK Example not working with FTDI Device</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MIMXRT1060-1064-HOST-CDC-SDK-Example-not-working-with-FTDI/m-p/1832261#M8182</link>
      <description>&lt;P&gt;Hello, I am using the above eval board with the TTL-232RG FTDI device and I downloaded the&amp;nbsp;evkmimxrt1064_host_cdc_freertos example project from the&amp;nbsp;SDK_2_14_0_EVK-MIMXRT1064. I was having issues at first because the example would simply state the device was not supported but then I read online that the device does not implement the standard CDC class so I used USBView and changed the values within USB_host_cdc to 0xFFU in order to match the USBView. Doing this allowed the example to run passed the device not supported prompt and returns the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;device cdc attached:&lt;/P&gt;&lt;P&gt;pid=0x6001vid=0x403 address=1&lt;/P&gt;&lt;P&gt;cdc device attached&lt;/P&gt;&lt;P&gt;Error in USB_HostCdcInterruptRecv: 0&lt;/P&gt;&lt;P&gt;data transfer error = 0 , status&lt;/P&gt;&lt;P&gt;I do get device detached prompts when I remove and the above prompt will pop up again on reattach. Ive tried commenting out this prompt to see if the device would continue running however it then throws an assertion error. Is there anything more I need to do to get this example working? P.s. I have to use an FTDI device to implement this as our custom board will utilize an FTDI chip to convert to serial communication.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 18:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MIMXRT1060-1064-HOST-CDC-SDK-Example-not-working-with-FTDI/m-p/1832261#M8182</guid>
      <dc:creator>Avillalba</dc:creator>
      <dc:date>2024-03-20T18:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1060/1064 HOST CDC SDK Example not working with FTDI Device</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MIMXRT1060-1064-HOST-CDC-SDK-Example-not-working-with-FTDI/m-p/1839994#M8184</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/231215"&gt;@Avillalba&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The host cdc demo should work with the device cdc demo together as shown below. The device cdc demo can echo back any received data.&lt;/P&gt;
&lt;P&gt;1. The host CDC receives data from the UART, which is plugged in the PC. Type characters in the terminal tool, such&lt;BR /&gt;as Tera Term, and the characters are sent to the host example.&lt;BR /&gt;2. After the host example receives data from the UART, it sends the data to the device virtual COM.&lt;BR /&gt;3. After the data has been sent to the device virtual COM successfully, it receives the same data from the device virtual&lt;BR /&gt;COM.&lt;BR /&gt;4. If the host has received the data, it sends data to the UART using the UART driver API. The UART echoes back&lt;BR /&gt;data to the PC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&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;</description>
      <pubDate>Wed, 03 Apr 2024 07:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MIMXRT1060-1064-HOST-CDC-SDK-Example-not-working-with-FTDI/m-p/1839994#M8184</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-04-03T07:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1060/1064 HOST CDC SDK Example not working with FTDI Device</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MIMXRT1060-1064-HOST-CDC-SDK-Example-not-working-with-FTDI/m-p/1840227#M8185</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;do you know if the CDC example will work with VENDOR class devices since FTDI devices return 0xFF for their binterface descriptors? I have been able to get this example working with a secondary 1064 EVK and see that it is functioning correctly but not with my FTDI device.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 16:13:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MIMXRT1060-1064-HOST-CDC-SDK-Example-not-working-with-FTDI/m-p/1840227#M8185</guid>
      <dc:creator>Avillalba</dc:creator>
      <dc:date>2024-04-15T16:13:22Z</dc:date>
    </item>
  </channel>
</rss>

