<?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: how to send meaning values by uart ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-send-meaning-values-by-uart/m-p/999265#M148200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Omer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I highly recommend you to check our SDK examples we have available. There are examples that already implements UART.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To download corresponding SDK please go to the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Felipe&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>Wed, 29 Jan 2020 20:58:38 GMT</pubDate>
    <dc:creator>FelipeGarcia</dc:creator>
    <dc:date>2020-01-29T20:58:38Z</dc:date>
    <item>
      <title>how to send meaning values by uart ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-send-meaning-values-by-uart/m-p/999264#M148199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ı am working on imxrt 1050.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I tried to send unsigned 32 bit value and encountered meaningless values. How can ı fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uint32_t x = 0x12345678;&lt;/P&gt;&lt;P&gt;LPUART_RTOS_Send(&amp;amp;handle,(uint8_t *)x , sizeof(x));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and tried :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uint32_t x = 0x12345678;&lt;BR /&gt; uint8_t x1[4];&lt;BR /&gt; x1[3]= (x);&lt;BR /&gt; x1[2] = (x &amp;gt;&amp;gt; 8);&lt;BR /&gt; x1[1] = (x &amp;gt;&amp;gt; 16);&lt;BR /&gt; x1[0] = (x &amp;gt;&amp;gt; 24);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the decimal number. Cant find any solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 10:50:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-send-meaning-values-by-uart/m-p/999264#M148199</guid>
      <dc:creator>omerkaanbasakin</dc:creator>
      <dc:date>2020-01-24T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to send meaning values by uart ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-send-meaning-values-by-uart/m-p/999265#M148200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Omer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I highly recommend you to check our SDK examples we have available. There are examples that already implements UART.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To download corresponding SDK please go to the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Felipe&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>Wed, 29 Jan 2020 20:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-send-meaning-values-by-uart/m-p/999265#M148200</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2020-01-29T20:58:38Z</dc:date>
    </item>
  </channel>
</rss>

