<?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 Serial Transmission in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686455#M8397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a problem with serial transmission&lt;/P&gt;&lt;P&gt;I have to send data from the ADC via serial port to my&amp;nbsp;computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure which module to use and I started working with the linflex in UART mode. It's correct?&lt;/P&gt;&lt;P&gt;I've read various examples (with and without DMA) but I still have a question about how to set data output to my PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 May 2017 10:30:25 GMT</pubDate>
    <dc:creator>andrerm</dc:creator>
    <dc:date>2017-05-20T10:30:25Z</dc:date>
    <item>
      <title>Serial Transmission</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686455#M8397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a problem with serial transmission&lt;/P&gt;&lt;P&gt;I have to send data from the ADC via serial port to my&amp;nbsp;computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure which module to use and I started working with the linflex in UART mode. It's correct?&lt;/P&gt;&lt;P&gt;I've read various examples (with and without DMA) but I still have a question about how to set data output to my PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 May 2017 10:30:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686455#M8397</guid>
      <dc:creator>andrerm</dc:creator>
      <dc:date>2017-05-20T10:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Transmission</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686456#M8398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the LINFlex (in UART mode) or eSCI modules can be used for that purpose. It depends which MCU do you have.&lt;/P&gt;&lt;P&gt;Several examples are posted here: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-329623"&gt;https://community.nxp.com/docs/DOC-329623&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The MCU is connected to the PC via the USB or RS232 connector, thus appropriate UART transceiver has to be used. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;It is always available on our EVBs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 07:02:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686456#M8398</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2017-05-22T07:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Transmission</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686457#M8399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;So i have to set the linflex in rx mode (to receive data from the mcu) and then to in tx mode (to send them to the pc)&lt;/P&gt;&lt;P&gt;it's correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 14:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686457#M8399</guid>
      <dc:creator>andrerm</dc:creator>
      <dc:date>2017-05-22T14:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Transmission</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686458#M8400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will enable both the Transceiver and Receiver using respective bits in UARTCR register and then write/read data to/from Data register.&lt;/P&gt;&lt;P&gt;You can refer to this example &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-333894"&gt;https://community.nxp.com/docs/DOC-333894&lt;/A&gt;, which shows an ADC module usage.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;It also displays converted result to the terminal window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 07:46:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Serial-Transmission/m-p/686458#M8400</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2017-05-23T07:46:57Z</dc:date>
    </item>
  </channel>
</rss>

