<?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>LPCXpresso IDE中的主题 Re: gps read data lpc1769</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584899#M26495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dragilla on Fri Nov 18 04:22:44 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, zero, I don't know what my lpcxpresso i capable of, yet. I know what I want to do and I'm asking if this is possible and if so, by what means.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: So (as I read you here: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=1723&lt;/A&gt;&lt;SPAN&gt;) there is now way to buffer my data usnig dma? I must create a UART ISR and there fill up my own buffer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:20:26 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:20:26Z</dc:date>
    <item>
      <title>gps read data lpc1769</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584897#M26493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dragilla on Fri Nov 18 04:01:03 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a gps receiver that prints out serial data at 20hz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way I can save data from it without engaging the processor? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean is that I have a main process (loop) working at constant frequency (thanks to a timer). The frequency of that loop is 5 times bigger than the frequency of the gps. I can't wait in my loop for the data to come.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I thought that maybe there is some built-in mechanism that would get the data for me and save it somewhere (a register or buffer) so I can read it in my loop. Let me know if it's possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: there are two lines in the manual that I found interesting (Chapter 14: LPC17xx UART0/2/3, Features):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- 16 byte Receive and Transmit FIFOs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Supports DMA for both transmit and receive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this what I'm looking for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Luke&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:20:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584897#M26493</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: gps read data lpc1769</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584898#M26494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Nov 18 04:20:01 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;UART Buffer :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584898#M26494</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: gps read data lpc1769</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584899#M26495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dragilla on Fri Nov 18 04:22:44 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, zero, I don't know what my lpcxpresso i capable of, yet. I know what I want to do and I'm asking if this is possible and if so, by what means.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: So (as I read you here: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=1723&lt;/A&gt;&lt;SPAN&gt;) there is now way to buffer my data usnig dma? I must create a UART ISR and there fill up my own buffer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:20:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584899#M26495</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: gps read data lpc1769</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584900#M26496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Polux rsv on Fri Nov 18 06:04:56 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;GPS will send strings longer than the UART buffer size. You have to use software buffer, feeded by chars received through the interrupt. Your main loop will periodicaly check if CR/LF was received from GPS. If yes, it will empty the buffer and decode the values received. Some GPS parsers are available on internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your project, I suggest you use a RTOS. I have FreeRtos handling the GPS task, the sensors+IMU task, the can task and the terminal/telemetry task. It will handle all the message passing stuf between the tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Angelo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:20:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584900#M26496</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: gps read data lpc1769</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584901#M26497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dragilla on Fri Nov 18 06:15:20 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I will read about rtos. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ps: did you find your power commander code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:20:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/gps-read-data-lpc1769/m-p/584901#M26497</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:20:27Z</dc:date>
    </item>
  </channel>
</rss>

