<?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 Taiyo Yuden DK . S130_2.0.1 SDK 12.3 Buttonless DFU Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33512/nrf51822-taiyo-yuden-dk-s130_2-0-1-sdk-12-3-buttonless-dfu-example</link><description>Hello All, 
 I have successfully built the secure_bootloader app. I have the bootloader working with the button. I can upload application files using DFU. I tried the buttonless app and got so far as to having the app transferred and advertising. How</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Apr 2018 15:18:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33512/nrf51822-taiyo-yuden-dk-s130_2-0-1-sdk-12-3-buttonless-dfu-example" /><item><title>RE: NRF51822 Taiyo Yuden DK . S130_2.0.1 SDK 12.3 Buttonless DFU Example</title><link>https://devzone.nordicsemi.com/thread/129180?ContentTypeID=1</link><pubDate>Fri, 20 Apr 2018 15:18:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2674bb3f-034e-4428-9b7c-a81a4be9fb54</guid><dc:creator>Ali</dc:creator><description>&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Taiyo Yuden DK . S130_2.0.1 SDK 12.3 Buttonless DFU Example</title><link>https://devzone.nordicsemi.com/thread/129121?ContentTypeID=1</link><pubDate>Fri, 20 Apr 2018 10:34:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5197f9ef-42b9-4a69-9cab-be7fe0f7b6a7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The screendump from nRF connect is only displaying the NUS service characteristics which are not included in the buttonless example. Maybe your phone has cached the attribute table (will do that if the service changed characteristic is not present). You can toggle flight mode enable on your phone to clear any cached attribute tables.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Taiyo Yuden DK . S130_2.0.1 SDK 12.3 Buttonless DFU Example</title><link>https://devzone.nordicsemi.com/thread/129029?ContentTypeID=1</link><pubDate>Thu, 19 Apr 2018 15:27:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8697dc7-1fd7-4e26-bf1c-6e888f8dbcf1</guid><dc:creator>Ali</dc:creator><description>&lt;p&gt;I am using the default secure bootloader with the buttonless_dfu example. It stays connected after the command. I have attached a screenshot of the app.&lt;/p&gt;
&lt;p&gt;I have my main app working and wanted to now add the dfu option. I am using&amp;nbsp;&lt;span&gt;Taiyo Yuden EYSGCNZWY.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Here is the ld file settings&lt;/p&gt;
&lt;p&gt;```&lt;/p&gt;
&lt;p&gt;/* Linker script to configure memory regions. */&lt;/p&gt;
&lt;p&gt;SEARCH_DIR(.)&lt;br /&gt;GROUP(-lgcc -lc -lnosys)&lt;/p&gt;
&lt;p&gt;MEMORY&lt;br /&gt;{&lt;br /&gt; FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x24000&lt;br /&gt; RAM (rwx) : ORIGIN = 0x20001fe8, LENGTH = 0x6018&lt;br /&gt; BOOTLOADER_SETTINGS (rw) : ORIGIN = 0x0003FC00, LENGTH = 0x0400&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;SECTIONS&lt;br /&gt;{&lt;br /&gt; .bootloaderSettings(NOLOAD) :&lt;br /&gt; {&lt;/p&gt;
&lt;p&gt;} &amp;gt; BOOTLOADER_SETTINGS&lt;/p&gt;
&lt;p&gt;.fs_data :&lt;br /&gt; {&lt;br /&gt; PROVIDE(__start_fs_data = .);&lt;br /&gt; KEEP(*(.fs_data))&lt;br /&gt; PROVIDE(__stop_fs_data = .);&lt;br /&gt; } &amp;gt; RAM&lt;br /&gt; .pwr_mgmt_data :&lt;br /&gt; {&lt;br /&gt; PROVIDE(__start_pwr_mgmt_data = .);&lt;br /&gt; KEEP(*(.pwr_mgmt_data))&lt;br /&gt; PROVIDE(__stop_pwr_mgmt_data = .);&lt;br /&gt; } &amp;gt; RAM&lt;br /&gt;} INSERT AFTER .data;&lt;/p&gt;
&lt;p&gt;INCLUDE &amp;quot;nrf5x_common.ld&amp;quot;```&lt;/p&gt;
&lt;p&gt;&lt;img class="align-right" style="float:right;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7382.image1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Taiyo Yuden DK . S130_2.0.1 SDK 12.3 Buttonless DFU Example</title><link>https://devzone.nordicsemi.com/thread/128891?ContentTypeID=1</link><pubDate>Thu, 19 Apr 2018 06:34:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a69ee37b-fa98-482a-9c90-ddc54abc9c9c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The application should reset into bootloader dfu mode once it receives the command. &amp;quot;In the connect app i used the command as shown in the screen shot but no response&amp;quot;: does it stay connected after send the command? Also, are you testing with your own app, or with the ble_app_buttonless_example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Taiyo Yuden DK . S130_2.0.1 SDK 12.3 Buttonless DFU Example</title><link>https://devzone.nordicsemi.com/thread/128871?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 21:50:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ebb5e4e-a880-4d79-b1b0-a7fcc0c072fc</guid><dc:creator>Ali</dc:creator><description>&lt;p&gt;Thanks for your answer but it did not solve the issue.&amp;nbsp; The container DFU app does not do anything unless i manually put the device in DFU mode. It is advertising buttonless dfu.&lt;/p&gt;
&lt;p&gt;In the connect app i used the command as shown in the screen shot but no response. Any other recommendations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 Taiyo Yuden DK . S130_2.0.1 SDK 12.3 Buttonless DFU Example</title><link>https://devzone.nordicsemi.com/thread/128733?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 07:49:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18173b71-9371-4752-9b1c-4d14c3611d56</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The nrf toolbox container app has a separate &amp;#39;app&amp;#39; for doing DFU&amp;nbsp;which automatically writes 0x1 to the DFU control point if it detects the buttonless DFU service.&amp;nbsp;It&amp;#39;s also possible to do it&amp;nbsp;manually from the nRF connect app:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-85fab09dd7c2482d932490c254408d03/IMG_5F00_0285.PNG" alt=" " /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-85fab09dd7c2482d932490c254408d03/IMG_5F00_0284.PNG" alt=" " /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>