<?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: USB-FS drivers for K32L2B in K32 L Series Microcontrollers</title>
    <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1510297#M103</link>
    <description>&lt;P&gt;Thank you for this suggestion. Can you point me to which SDK you are referring. I can't find&amp;nbsp;&lt;STRONG&gt;hello_world_virtual_com&lt;/STRONG&gt; in the FRDM-K32L2B 2.12.0 SDK. Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 15:37:39 GMT</pubDate>
    <dc:creator>aberger</dc:creator>
    <dc:date>2022-08-23T15:37:39Z</dc:date>
    <item>
      <title>USB-FS drivers for K32L2B</title>
      <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1508426#M101</link>
      <description>&lt;P&gt;I am beginning to play with a FRDM-K32L2B3 development board and would like to explore the USB-FS module that is included with the K32. The K32 has two dedicated pins for USB_DP and USB_DM. My ultimate goal is to implement serial communications over the USB interface, but I would like to make use of those dedicated pins.&amp;nbsp;Can you point me to any useful resources for trying to achieve this?&lt;/P&gt;&lt;P&gt;I couldn't find any demos or examples in the FRDM-K32L2B 2.12.0 SDK for the USB module. I also haven't been able to find any Application Notes describing implementation of a USB-to-serial functionality.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 20:31:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1508426#M101</guid>
      <dc:creator>aberger</dc:creator>
      <dc:date>2022-08-18T20:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: USB-FS drivers for K32L2B</title>
      <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1509921#M102</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;All USB examples are inside SDK. There is &lt;STRONG&gt;hello_world_virtual_com&lt;/STRONG&gt; demo, that will send by CDC to PC hello world message.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 06:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1509921#M102</guid>
      <dc:creator>jh0</dc:creator>
      <dc:date>2022-08-23T06:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: USB-FS drivers for K32L2B</title>
      <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1510297#M103</link>
      <description>&lt;P&gt;Thank you for this suggestion. Can you point me to which SDK you are referring. I can't find&amp;nbsp;&lt;STRONG&gt;hello_world_virtual_com&lt;/STRONG&gt; in the FRDM-K32L2B 2.12.0 SDK. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 15:37:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1510297#M103</guid>
      <dc:creator>aberger</dc:creator>
      <dc:date>2022-08-23T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: USB-FS drivers for K32L2B</title>
      <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1512681#M104</link>
      <description>&lt;P&gt;SDK_FRDM-K32L2B.zip\boards\frdmk32l2b\demo_apps\hello_world_virtual_com&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 08:09:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1512681#M104</guid>
      <dc:creator>jh0</dc:creator>
      <dc:date>2022-08-27T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: USB-FS drivers for K32L2B</title>
      <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1521496#M106</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/95980"&gt;@jh0&lt;/a&gt;. I found the hello_world_virtual_com demo. Unfortunately, I can't get communication working over the COM port that is enumerated in Windows Device Manager when I run the demo on the FRDM-K32L2B3 dev board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The hello_world.c source code executes the following line&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DbgConsole_Init((uint8_t)kSerialManager_UsbControllerKhci0, (uint32_t)NULL, kSerialPort_UsbCdc, (uint32_t)NULL);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The function prototype for this function is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;status_t DbgConsole_Init(uint8_t instance, uint32_t baudRate, serial_port_type_t device, uint32_t clkSrcFreq)&lt;/LI-CODE&gt;&lt;P&gt;So it seems that the baudRate and clkSrcFreq aren't being properly configured. However, I've tried supplying 115200 and 48000000, respectively, but that also doesn't solve things.&lt;/P&gt;&lt;P&gt;The code execution appears to get stuck at&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DEBUG_CONSOLE_TAKE_BINARY_SEMAPHORE_BLOCKING(s_debugConsoleReadWaitSemaphore);&lt;/LI-CODE&gt;&lt;P&gt;which is executed by&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;status_t DbgConsole_ReadOneCharacter(uint8_t *ch)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;which is part of the fsl_debug_console.c module.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 23:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1521496#M106</guid>
      <dc:creator>aberger</dc:creator>
      <dc:date>2022-09-13T23:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: USB-FS drivers for K32L2B</title>
      <link>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1573787#M113</link>
      <description>&lt;P&gt;I know this thread is old.&lt;BR /&gt;&lt;BR /&gt;Wanted to mention that TinyUSB now supports the K32L2B3.&lt;BR /&gt;&lt;BR /&gt;I'm working on adding support for K32L2A now.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tinyusb.org" target="_blank"&gt;https://www.tinyusb.org&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 14:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/K32-L-Series-Microcontrollers/USB-FS-drivers-for-K32L2B/m-p/1573787#M113</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2022-12-22T14:22:34Z</dc:date>
    </item>
  </channel>
</rss>

