<?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>Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8974/nrf51822-uart-example</link><description>Hey I could make UART receive work,
and I found there is no RXD register for viewing during debug mode in Keil. anyone has idea on this?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Sep 2015 05:03:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8974/nrf51822-uart-example" /><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33035?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2015 05:03:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e480ac8-b624-464f-93a3-f16e071744cd</guid><dc:creator>jjww</dc:creator><description>&lt;p&gt;sure, thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33034?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2015 04:57:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f7bef98-a0b9-4e8c-9973-0c18613f314a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;can you please accept this answer if there is nothing else on this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33033?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2015 03:09:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df765872-eac5-46e2-991b-ae46f2e15de2</guid><dc:creator>jjww</dc:creator><description>&lt;p&gt;Thank you, this should be helpful . .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33031?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 13:06:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db8c5dec-7272-4699-a10d-d6d43ee3660c</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;If you really want to read the RXD&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Click View-&amp;gt;Memory Windows-&amp;gt;Memory 1
put the value of RXD register address there (0x40002518)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;but debugging wont help this way because as soon as the memory window has showed you that RXD is being read, it will empty internal fifo and that byte is lost and not available for your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33032?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 12:47:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a429541-e606-4220-873f-0dbe7be523ff</guid><dc:creator>jjww</dc:creator><description>&lt;p&gt;Hi Aryan thank you, this makes debugging difficult, seems MSP430 under eclipse can see UART register both RX and TX&lt;/p&gt;
&lt;p&gt;I am trying to figure out UART using official example code, \Board\nrf6310\uart_example
after print Start: information:
My code is stuck at waiting RXD events,
....
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/uart.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33036?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 09:46:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7a1ad80-3cce-476f-9c11-06f78c178fae</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I just talked to engineer who releases this file. I have old SVD with me, The RXD is not supposed to be shown, because if it is shown, then the debugger will try to read the register to display, and if it is read by anything (debugger or CPU) then the byte is poped out of the buffer and it is not available for the application. So this is intentional in latest MDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33030?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 09:02:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa2f8c0c-4f69-42a8-b7c8-33d15e75af81</guid><dc:creator>jjww</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2352.sd.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;I replaced the SVD file with from the one in your link, however , the RXD register is not shown. Maybe some where else goes wrong?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33029?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 07:48:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2473bc10-d321-4512-8f58-761bfa94acbb</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;This is not a good way but you can try.
try copying &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf51.xml"&gt;nrf51.xml&lt;/a&gt; to
Keil_v5\ARM\Device\Nordic\nRF51822\SVD  (if you have 51822)&lt;/p&gt;
&lt;p&gt;or copy this &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7536.nrf51.xml"&gt;nrf51.xml&lt;/a&gt; to
Keil_v5\ARM\Device\Nordic\nRF51422\SVD  (if you have 51422)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33028?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 05:54:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c055692-a4f6-4bfb-93b5-0559635bd64a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;which version of MDK did you install? I will have to look into its SVD file&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33027?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 01:06:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edd38a8a-b905-4aad-97f0-2228fc48ea9c</guid><dc:creator>jjww</dc:creator><description>&lt;p&gt;Hi I tried re-install CMSIS and MDK, it still shows so.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf51822 UART example</title><link>https://devzone.nordicsemi.com/thread/33026?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 08:36:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5b53fd5-f75c-4969-8495-f6ebce7d1b46</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;most probably the svd file got corrupted. Try to uninstall and re-install the nrf-51MDK and please let us know if that worked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>