<?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: Ring buffer functions on LPC51U68 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ring-buffer-functions-on-LPC51U68/m-p/858845#M34203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Carlos,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ring_buffer.c&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4d;"&gt;&amp;nbsp; commonly exists in LPCOpen package. LPC51U68 is NXP new launched product (Lunch date: Jun 2018) which is supported by MCUXpresso SDK only. LPCOpen only support legacy product. There is no plan to support LPC51U68 in LPCOpen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a4a4d;"&gt;I suggest you refer MCUXpresso SDK demo code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a4a4d;"&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a4a4d;"&gt;There is &lt;STRONG&gt;interrupt_rb_transfer&lt;/STRONG&gt; demo project included inside. it shows how to use uart driver in interrupt way with RX ring buffer enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2019 08:05:05 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2019-02-18T08:05:05Z</dc:date>
    <item>
      <title>Ring buffer functions on LPC51U68</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ring-buffer-functions-on-LPC51U68/m-p/858844#M34202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm worlking with LPC51U68 and I would like to know if there are ring_buffer scripts to use with USART. I already seen that for LPC11Uxx there is a ring_buffer.c and that the uart_11xx.c also has functions as Chip_UART_SendRB() and&amp;nbsp;&lt;SPAN&gt;Chip_UART_ReadRB() the manipulate this buffers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any of this functions available for LPC51U68 , or do I have to created myself based on the general ring_buffer.c script and USART functions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Carlos Medeiros&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 10:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ring-buffer-functions-on-LPC51U68/m-p/858844#M34202</guid>
      <dc:creator>carlosmedeiros</dc:creator>
      <dc:date>2019-02-13T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ring buffer functions on LPC51U68</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ring-buffer-functions-on-LPC51U68/m-p/858845#M34203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Carlos,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ring_buffer.c&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4d;"&gt;&amp;nbsp; commonly exists in LPCOpen package. LPC51U68 is NXP new launched product (Lunch date: Jun 2018) which is supported by MCUXpresso SDK only. LPCOpen only support legacy product. There is no plan to support LPC51U68 in LPCOpen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a4a4d;"&gt;I suggest you refer MCUXpresso SDK demo code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a4a4d;"&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a4a4d;"&gt;There is &lt;STRONG&gt;interrupt_rb_transfer&lt;/STRONG&gt; demo project included inside. it shows how to use uart driver in interrupt way with RX ring buffer enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 08:05:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ring-buffer-functions-on-LPC51U68/m-p/858845#M34203</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-02-18T08:05:05Z</dc:date>
    </item>
  </channel>
</rss>

