<?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>Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37228/uart-issue-about-immigration-from-sdk14-2-to-sdk15</link><description>Hello, Nordic 
 
 I have to immigrate from SDK14.2 to SDK15. I know that many things have changed in the process. 
 I&amp;#39;m referring to the Immigration guide but, There is UART issue, 
 
 For now, I have to configure communication with BLE device(nRF52840</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Aug 2018 09:32:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37228/uart-issue-about-immigration-from-sdk14-2-to-sdk15" /><item><title>RE: Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/thread/143889?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 09:32:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c560114-cba1-4c0e-922f-9105dc5e4159</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Great that you fixed it. If you solved it by removing printf, it could be some error with the uart functions, or with STDIO retarget functions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/thread/143876?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 08:51:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70db128e-d6d1-4fa9-9b2b-235e05ea6367</guid><dc:creator>leejh</dc:creator><description>&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s solved. The error a 0x0004 was solved by changing baudrate, Ram size and Ram start.&lt;/p&gt;
&lt;p&gt;After then, Error code 0x0001 (SRV_HANDLE....Error) was appeared.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know exactly error cause but,&amp;nbsp;It was solved by removing the printf function. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/thread/143859?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 08:03:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f602004c-f9d0-459e-8d68-f4d25d246baa</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The error you are&amp;nbsp;receiving&amp;nbsp;in the APP_UART callback,&amp;nbsp;which&amp;nbsp;is passed to the error handler, is not the same error codes as the global errors. The error code refer to the&amp;nbsp;&lt;a title="  ERRORSRC  " href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uarte.html?cp=2_1_0_34_9_4#register.ERRORSRC"&gt;ERRORSRC&lt;/a&gt;&amp;nbsp;register in the UART peripheral. 0x0004&amp;nbsp;means a&amp;nbsp;FRAMING error is detected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/thread/143280?ContentTypeID=1</link><pubDate>Wed, 08 Aug 2018 01:53:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab9a5148-bade-4e20-96b4-e99cc0e0d199</guid><dc:creator>leejh</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/joh2"&gt;J&amp;oslash;rgen Holmefjord&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I have changed both Ram Start and Ram Size. So, nrF_sdh_ble_enable error was solution.&lt;/p&gt;
&lt;p&gt;But, Same Error (Error 0x0004 NO_MEM) was looped in the&amp;nbsp;APP_UART_COMMUNICATION_ERROR : APP_ERROR_HANDLER (main.c 150)&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/NO_5F00_MEM2.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/thread/143278?ContentTypeID=1</link><pubDate>Wed, 08 Aug 2018 01:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc218c5d-763c-47c4-9c3b-53dc5ce00176</guid><dc:creator>leejh</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/no_5F00_mem.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;This is Error code --&amp;gt; NRF_ERROR_NO_MEM (0x0004).&lt;/p&gt;
&lt;p&gt;And main.c 409 --&amp;gt;&amp;nbsp;err_code = nrf_sdh_ble_enable(&amp;amp;ram_start).&lt;/p&gt;
&lt;p&gt;I have changed Ram Start but same issue was looped.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/thread/143277?ContentTypeID=1</link><pubDate>Wed, 08 Aug 2018 01:21:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4873e91e-7a69-43d7-81c2-8d6cf5623c7d</guid><dc:creator>leejh</dc:creator><description>&lt;p&gt;I think I did what I had to do. What should I configure?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/thread/143195?ContentTypeID=1</link><pubDate>Tue, 07 Aug 2018 11:12:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10d9a3b9-dd7b-43df-98de-5165fc8f5b64</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I can&amp;#39;t see any error codes in your last image, and in your first image the error seems to originate from the uart_handler, not the init function. Can you please provide the correct error code causing the application to end up in the error handler?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart Issue about immigration from SDK14.2 to SDK15</title><link>https://devzone.nordicsemi.com/thread/143189?ContentTypeID=1</link><pubDate>Tue, 07 Aug 2018 10:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e50a1be6-20f3-4e22-9be3-f38c465046c4</guid><dc:creator>Jakub</dc:creator><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;have you configured your sdk_config.h file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>