<?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>how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48190/how-to-switch-from-dfu-mode-to-start-nordic-uart-service</link><description>i working on a project of buttonless dfu on nrf52832 dk. so face a problem that after dfu the uart service is not show on nrf connect app. so i not be able to receive data from board over a ble.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Jun 2019 14:39:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48190/how-to-switch-from-dfu-mode-to-start-nordic-uart-service" /><item><title>RE: how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/thread/191842?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 14:39:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7555720-c409-4325-9f0a-41a7c9405675</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Happy to help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/thread/191828?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 12:43:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fb09d3f-6e80-46a5-967d-598bf69fea62</guid><dc:creator>fenil.patel</dc:creator><description>&lt;p&gt;Thank you for your kind reply.&lt;/p&gt;
&lt;p&gt;I change my IRAM1 address. and&amp;nbsp;now my board advertise after dfu.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Great help men.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/thread/191791?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 08:53:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee17c1c7-bad6-4e14-a103-ceba117c768b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Fenil,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;as the log output states you need to change the RAM start address for the prject from&amp;nbsp;&lt;span&gt;0x20002968 to 0x20002AA8 and the size of the RAM block to&amp;nbsp;0xD558.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you using Segger Embedded Studio, GCC or are you using Keil? If it is SES you need to right-click the Project in the Project Explorer and then click &amp;quot;Options ...&amp;quot;. Then you select the Common configuration in the drop-down menu in the upper-left corner and then navigate to&amp;nbsp;Code &amp;gt; Linker &amp;gt; Section Placement Macros, where you need to edit the&amp;nbsp;RAM_START and&amp;nbsp;&lt;/span&gt;RAM_SIZE values.&lt;/p&gt;
&lt;p&gt;If its GCC, then you will need to edit the linker script (.ld) file in the same folder as the Makefile. You should edit the&amp;nbsp;RAM ORIGIN and LENGTH&amp;nbsp;values.&lt;/p&gt;
&lt;p&gt;If it is Keil then you go to &amp;quot;Options for Target-&amp;gt; Target&amp;quot; and then edit the IRAM1 start address and size.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/thread/191734?ContentTypeID=1</link><pubDate>Sat, 08 Jun 2019 13:35:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4983db8-d925-43ea-9c72-6c58cae45396</guid><dc:creator>fenil.patel</dc:creator><description>&lt;p&gt;i got this after dfu.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="87" src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1560000894011v1.png" width="557" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/thread/191609?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2019 10:56:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:008c6dbb-f359-45b2-99df-9d8b9eeb78de</guid><dc:creator>fenil.patel</dc:creator><description>&lt;p&gt;i got this on uart in rtl viewer.&lt;/p&gt;
&lt;p&gt;&amp;lt;00&amp;gt; warning&amp;gt; nrf_sdh_ble: Insufficient RAM allocated for the SoftDevice.&lt;/p&gt;
&lt;p&gt;&amp;lt;00&amp;gt; warning&amp;gt; nrf_sdh_ble: Change the RAM start location from 0x20002968 to 0x20002AA8.&lt;/p&gt;
&lt;p&gt;&amp;lt;00&amp;gt; warning&amp;gt; nrf_sdh_ble: Maximum RAM size for application is 0xD558.&lt;/p&gt;
&lt;p&gt;&amp;lt;00&amp;gt; error&amp;gt; nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.&lt;/p&gt;
&lt;p&gt;&amp;lt;00&amp;gt; error&amp;gt; app: Fatal error&lt;/p&gt;
&lt;p&gt;&amp;lt;00&amp;gt; warning&amp;lt;warning&amp;gt; nr&lt;/p&gt;
&lt;p&gt;00&amp;gt; UART debugging started.&lt;/p&gt;
&lt;p&gt;&amp;lt;00&amp;gt; warning&amp;gt; nrf_sd&lt;/p&gt;
&lt;p&gt;00&amp;gt; UART debugging started.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/thread/191369?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 12:53:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d867762f-0b55-46a9-b284-62a9756adaee</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;OK, have you tried to debug the application after the DFU by just attaching to the code running on the device? Do you have logging enabled in your application? If so do you get any log output over UART or RTT?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/thread/191286?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 09:41:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:153db555-ff5d-453e-8609-b6857f58edac</guid><dc:creator>fenil.patel</dc:creator><description>&lt;p&gt;i use SDK version is 15.2.0. and i use&amp;nbsp;nRF5_SDK_15.2.0/components/softdevice/s132/hex/s132_nrf52_6.1.0_softdevice.hex path for softdevice.&lt;/p&gt;
&lt;p&gt;when i upload softdevice and bootloader to nrf52832 DK using nrfgo studio it advertise DFUTarg after connecting it with&amp;nbsp; nrf connect app in mobile i can successfully upload an application zip file using dfu mode.after that uploading zip file the device not advertise and the nus is not working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to switch from dfu mode to start nordic uart service?</title><link>https://devzone.nordicsemi.com/thread/191094?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 12:11:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88bd8cf7-86d6-4fcd-b3f7-e22daab9612e</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Which SDK version and which SoftDevice version are you using?&lt;/p&gt;
&lt;p&gt;Is the device advertising after the DFU? If yes, is it advertising as DFUTarg or with the application advertisment data. If it is the latter and you&amp;#39;re able to connect to the device then you should be able to refresh the service table by pressing the row of three vertical dots in the top-right corner of the app and then press Refresh device cache.You can also try&amp;nbsp; to turn off and on Bluetooth on the Android device and then connect.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>