<?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>Kinetis MicrocontrollersのトピックRe: K-70 USB Device CDC</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155987#M417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried K70 DFU software? That one is bare metal and I tested like 3 weeks ago without problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 04:23:46 GMT</pubDate>
    <dc:creator>PaoloRenzo</dc:creator>
    <dc:date>2012-04-25T04:23:46Z</dc:date>
    <item>
      <title>K-70 USB Device CDC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155985#M415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with Kinetis K-70(TWR-K70F120M + TWR-LCD) Tower module using CWDS ver10.2 with windows-7 OS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have try to work USB Device CDC application using Kinetis 120MHz bare metal sample code (KINETIS_120MHZ_SC) and USB Stack ver_3.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;I got an error message in both sample code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;USB Device Not Recognized&lt;/P&gt;&lt;P&gt;One of the USB device attached to this computer has&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Malfunctioned, and windows does not recognize it.&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But MQX ver3.8 USB Device CDC sample code is working fine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need bare metal sample code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest what could be the solution for the above error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prabhu.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 19:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155985#M415</guid>
      <dc:creator>VGS</dc:creator>
      <dc:date>2012-04-20T19:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: K-70 USB Device CDC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155986#M416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just went throught this on a K60 application. &amp;nbsp;Check the allocation of the BDT table. It must be on a 512 boundary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following lines (9-10)&amp;nbsp;in USB.c are wrong.&lt;/P&gt;&lt;P align="left"&gt;#pragma &lt;FONT size="2"&gt;data_alignment=512&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;tBDT &lt;FONT size="2"&gt;tBDTtable[16];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;CW10.x does not support that pragma.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;I had to change the line to&lt;/P&gt;&lt;P&gt;tBDT &lt;FONT size="2"&gt;tBDTtable[16] __attribute__ ((&lt;SPAN&gt;align&lt;/SPAN&gt;ed(512));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;﻿&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 04:10:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155986#M416</guid>
      <dc:creator>ndavies</dc:creator>
      <dc:date>2012-04-21T04:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: K-70 USB Device CDC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155987#M417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried K70 DFU software? That one is bare metal and I tested like 3 weeks ago without problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 04:23:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155987#M417</guid>
      <dc:creator>PaoloRenzo</dc:creator>
      <dc:date>2012-04-25T04:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: K-70 USB Device CDC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155988#M418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had same problem on TWR-k60 but&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;__attribute__ ((aligned(512)); solved problem;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;btw there is typo , last bracket is missed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;should&amp;nbsp; be :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13534169244366518" jivemacro_uid="_13534169244366518" modifiedtitle="true"&gt;
&lt;P&gt;tBDT tBDTtable[16] __attribute__ ((aligned(512)));&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:00:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K-70-USB-Device-CDC/m-p/155988#M418</guid>
      <dc:creator>bataliero</dc:creator>
      <dc:date>2020-10-29T09:00:00Z</dc:date>
    </item>
  </channel>
</rss>

