<?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中的主题 Setting Up Baud Rate Dynamically</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Setting-Up-Baud-Rate-Dynamically/m-p/581030#M20337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by shree91091 on Thu Jun 02 04:52:06 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use LPC1115 between application and a device which communicates through UART.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC1115 has single UART and 4 TX/RX Pins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have taken one TX/RX pair to communicate with application and another TX/RX pair to communicate with device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Device works on 9600 baud rate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So at present I have configured baud rate as 9600 for both LPC1115&amp;lt;-&amp;gt;Application and LPC1115&amp;lt;-&amp;gt;Device communication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My intention is to use different baud rates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Set 115200 baud rate between application and LPC1115.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Set 9600 baud rate between device and LPC1115.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to do so ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:21:33 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:21:33Z</dc:date>
    <item>
      <title>Setting Up Baud Rate Dynamically</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Setting-Up-Baud-Rate-Dynamically/m-p/581030#M20337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by shree91091 on Thu Jun 02 04:52:06 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use LPC1115 between application and a device which communicates through UART.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC1115 has single UART and 4 TX/RX Pins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have taken one TX/RX pair to communicate with application and another TX/RX pair to communicate with device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Device works on 9600 baud rate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So at present I have configured baud rate as 9600 for both LPC1115&amp;lt;-&amp;gt;Application and LPC1115&amp;lt;-&amp;gt;Device communication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My intention is to use different baud rates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Set 115200 baud rate between application and LPC1115.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Set 9600 baud rate between device and LPC1115.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to do so ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:21:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Setting-Up-Baud-Rate-Dynamically/m-p/581030#M20337</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up Baud Rate Dynamically</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Setting-Up-Baud-Rate-Dynamically/m-p/581031#M20338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Mon Jun 06 07:22:10 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes of course.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just apply the different baud rate settings to the appropriate UARTs (they have different register base addresses,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but the same register offsets in each.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I write such routines in Cortex assembler and do not use LPCOpen so I have no code to share,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but it should be very straightforward.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just change the UART numbers to reflect the desired UART. The datasheet (not user manual) will help&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to know which UART is on which pins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck, Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:21:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Setting-Up-Baud-Rate-Dynamically/m-p/581031#M20338</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up Baud Rate Dynamically</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Setting-Up-Baud-Rate-Dynamically/m-p/581032#M20339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:12:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Setting-Up-Baud-Rate-Dynamically/m-p/581032#M20339</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:12:22Z</dc:date>
    </item>
  </channel>
</rss>

