<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ppi with uart</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6317/ppi-with-uart</link><description>hi,
I am using the nrf51422 for the first time. I need to connect a GSM-GPS module for reading nmea string. I have to use the uart to enable communication with the GPS and I would use the interface ppi to capture the data and put them in a buffer until</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Apr 2015 00:15:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6317/ppi-with-uart" /><item><title>RE: ppi with uart</title><link>https://devzone.nordicsemi.com/thread/22042?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2015 00:15:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95c39241-1e81-444a-ad71-1be7c0622f26</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;No that&amp;#39;s not possible. There&amp;#39;s no DMA on the chip (well apart from the SPI slave which isn&amp;#39;t what you want to use). So the CPU has to be woken up to deal with each byte as it comes in and clear the receive event so the UART can read the next.&lt;/p&gt;
&lt;p&gt;This shouldn&amp;#39;t however be a problem, you can run it in a low-power mode where the CPU is off until you get an interrupt and wakes up just to receive a byte, that&amp;#39;s not much work, and the HF clock is running already if the UART is on.&lt;/p&gt;
&lt;p&gt;Why do you not want the CPU involved?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>