<?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>Prototype Board with nRF51422 crashes on printf() statement in peripheral/Uart example.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12440/prototype-board-with-nrf51422-crashes-on-printf-statement-in-peripheral-uart-example</link><description>We have made a bare minimum prototype with nrf51422 QFN chip following the reference schematic for internal LDO setup in 11.5.1 section of nrf51422_PS_v3.1. It is built on a strip board with through hole components and nRF51422 on a QFN breakout board</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Apr 2016 07:07:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12440/prototype-board-with-nrf51422-crashes-on-printf-statement-in-peripheral-uart-example" /><item><title>RE: Prototype Board with nRF51422 crashes on printf() statement in peripheral/Uart example.</title><link>https://devzone.nordicsemi.com/thread/47090?ContentTypeID=1</link><pubDate>Mon, 18 Apr 2016 07:07:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a5ae82e-6ccd-44bc-a35c-edbcdb4794c8</guid><dc:creator>Akhil</dc:creator><description>&lt;p&gt;I have figured out the issue. That sample Uart program expects a UART reciever to be connected to the Rx pin when the code is run. Keeping the Rx pin floating throws a &amp;#39;Uart framing error&amp;#39;. It is possible to keep the Rx pin floating if the source code is modified to ignore the &amp;#39;framing error&amp;#39;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Prototype Board with nRF51422 crashes on printf() statement in peripheral/Uart example.</title><link>https://devzone.nordicsemi.com/thread/47089?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2016 09:02:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0366fd51-9320-4ea3-ae29-ea8644b9868a</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi. Maybe you are getting some kind of UART assert and end up in the uart_error_handle. Please try to put a breakpoint in the uart_error_handle and add CFLAGS += -DDEBUG to the makefile. This might stop your application instead of resetting it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Prototype Board with nRF51422 crashes on printf() statement in peripheral/Uart example.</title><link>https://devzone.nordicsemi.com/thread/47088?ContentTypeID=1</link><pubDate>Wed, 16 Mar 2016 13:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9f57b0e-7e31-4d40-a0d8-bacbc53534b8</guid><dc:creator>Akhil</dc:creator><description>&lt;p&gt;Hi Martin, I have attached the source code which we used. This was taken straight from the uart example included in the nrf  SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Prototype Board with nRF51422 crashes on printf() statement in peripheral/Uart example.</title><link>https://devzone.nordicsemi.com/thread/47087?ContentTypeID=1</link><pubDate>Wed, 16 Mar 2016 08:51:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c40a5383-3110-4494-805d-359a5ef205c9</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;What are you trying to print? Do you mind sharing your code? You can submit it confidentially on our official &lt;a href="https://www.nordicsemi.com/eng/Support-Community/"&gt;MyPage&lt;/a&gt; support portal if you are not comfortable doing it here. .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Prototype Board with nRF51422 crashes on printf() statement in peripheral/Uart example.</title><link>https://devzone.nordicsemi.com/thread/47086?ContentTypeID=1</link><pubDate>Sun, 13 Mar 2016 09:00:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ca5fca5-88ee-4a33-a17a-524f10343a17</guid><dc:creator>Akhil</dc:creator><description>&lt;p&gt;Hi Martin, sorry for the delay in replying. 1. Yes, I am using uart example without any modification. 2. We are using SDK 9 with SD v8. 3. I tried stepping through the code using GDB. It resets to main() when executing printf(). If I try to step inside the printf(), gdb gets confused and goes to some unknown memory location.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Prototype Board with nRF51422 crashes on printf() statement in peripheral/Uart example.</title><link>https://devzone.nordicsemi.com/thread/47085?ContentTypeID=1</link><pubDate>Thu, 10 Mar 2016 09:01:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6e8d9ab-3315-461c-9b70-a0c0bf4ec6e8</guid><dc:creator>MartinBL</dc:creator><description>&lt;ul&gt;
&lt;li&gt;Do you use the uart example completely unchanged? Otherwise do you mind posting your code?&lt;/li&gt;
&lt;li&gt;Which SDK are you using?&lt;/li&gt;
&lt;li&gt;Have you tried &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/?answer=60126#post-id-60126"&gt;stepping through your code&lt;/a&gt; to see if you get any asserts?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>