<?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>LPC MicrocontrollersのトピックRe: UART_Send and UART_Receive adaptation for USB ROM driver</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-Send-and-UART-Receive-adaptation-for-USB-ROM-driver/m-p/563027#M16598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xianghuiwang on Tue Feb 17 14:49:14 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi, pra18, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please clarify your question: do you want to replace USB function calls or uart function calls?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:46:39 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:46:39Z</dc:date>
    <item>
      <title>UART_Send and UART_Receive adaptation for USB ROM driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-Send-and-UART-Receive-adaptation-for-USB-ROM-driver/m-p/563026#M16597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pra18 on Fri Feb 13 02:51:35 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to adapt a loader program that used UART of LP343xx&amp;nbsp; for my custom board to work on USB&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to replace it with USB equivalent ROM API calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is required for this is the UART_Send and UART_Receive with support of timeout and blocking/non blocking. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can this be done with the USB ROM driver calls? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions and examples please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:46:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-Send-and-UART-Receive-adaptation-for-USB-ROM-driver/m-p/563026#M16597</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: UART_Send and UART_Receive adaptation for USB ROM driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-Send-and-UART-Receive-adaptation-for-USB-ROM-driver/m-p/563027#M16598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xianghuiwang on Tue Feb 17 14:49:14 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi, pra18, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please clarify your question: do you want to replace USB function calls or uart function calls?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:46:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-Send-and-UART-Receive-adaptation-for-USB-ROM-driver/m-p/563027#M16598</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: UART_Send and UART_Receive adaptation for USB ROM driver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-Send-and-UART-Receive-adaptation-for-USB-ROM-driver/m-p/563028#M16599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pra18 on Wed Feb 18 01:37:02 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a&amp;nbsp; existing UART based loader which needs to be replaced by USB. This UART based loader uses UART_Send and UART_Receive from the LPCUART library and makes use of timeout and blocking options. I am trying to replace these UART calls with USBD ROM equivalents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I am facing problems due to the blocking and timeout things as in case of UART these 2 things are builtin the UART_Send/Receive calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have already made a USB CDC implementation usign the USBD ROM API and now the next step is to implement a loader that sends files to my device. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Existing UART loader already uses Ymodem transfers and we just need to replace UART calls with USB ones as I earlier mentioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not planning a new DFU class implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:46:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-Send-and-UART-Receive-adaptation-for-USB-ROM-driver/m-p/563028#M16599</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:46:39Z</dc:date>
    </item>
  </channel>
</rss>

