<?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>DFU and custom board.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11502/dfu-and-custom-board</link><description>On pca10028 dfu_dual_bank_ble_s110_pca10028 example works fine. First i programmed soft device s110 and then dfu dual bank example my board gets into dfu mode and i can upload my user made applicatons using an ios app nrf Toolbox.
Now i have made a custom</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Jan 2016 12:54:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11502/dfu-and-custom-board" /><item><title>RE: DFU and custom board.</title><link>https://devzone.nordicsemi.com/thread/43454?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 12:54:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47b38e67-6cf7-4404-a1e8-7842be2561aa</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;In Project-&amp;gt;Options-&amp;gt;Linker-&amp;gt;Config click the edit button. Set ROM start to 0x3c000, ROM end to 0x3fbff, RAM start to 0x20002c00 and RAM end to 0x20003f7f.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU and custom board.</title><link>https://devzone.nordicsemi.com/thread/43453?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 11:49:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9d8a16e-96cd-4b96-91e4-979ae17737b8</guid><dc:creator>hark</dc:creator><description>&lt;p&gt;Hi Bjørn Spockeli, I am using the IAR IDE. I am also use the 16KB RAM, how do i to modify the IROM1 IRAM1 and IRAM2. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU and custom board.</title><link>https://devzone.nordicsemi.com/thread/43452?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 08:40:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56cc7c8f-ee17-4987-9806-e53255fcfeae</guid><dc:creator>Nomi</dc:creator><description>&lt;p&gt;Thank you that solved my problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU and custom board.</title><link>https://devzone.nordicsemi.com/thread/43451?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 08:01:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf020fae-8b10-4caf-8c6f-63f0df35f13c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The PCA100028 (nRF51 DK) uses a nRF51422 QFAC variant, i.e. 256 kB Flash and 32kB RAM. You have to modify the memory settings in order to run the example on a chip with 16kB RAM.
You can edit the memory settings by going to&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Options for Target &amp;gt;&amp;gt; Target &amp;gt;&amp;gt; Read/Only Memory Areas and Read/Write Memory Areas&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;and input the following settings:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;IROM1 Start: 0x0003C000 Size: 0x3C00

IRAM1 Start: 0x20002C00 Size: 0x1380

IRAM2 Start: 0x20003F80 Size: 0x80 (NoInit Checked)
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU and custom board.</title><link>https://devzone.nordicsemi.com/thread/43450?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 04:38:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f755ebd8-a2d3-44ca-8e89-5c115c783a97</guid><dc:creator>Nomi</dc:creator><description>&lt;p&gt;its QFAAH00.
i have checked the documentation and it says 256kB Flash, 16kB RAM.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU and custom board.</title><link>https://devzone.nordicsemi.com/thread/43449?ContentTypeID=1</link><pubDate>Sun, 24 Jan 2016 12:52:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57bb145a-4512-4938-ae1f-af948354812c</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;What is the exact version of the chip? revision and memory&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU and custom board.</title><link>https://devzone.nordicsemi.com/thread/43448?ContentTypeID=1</link><pubDate>Sun, 24 Jan 2016 04:14:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c3077e9-0eb9-4b7d-a5da-aedc0bb6c35c</guid><dc:creator>Nomi</dc:creator><description>&lt;p&gt;Sdk v8.0. Chip is nrf51822. And i have both crystals on my board 32k and 16M.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU and custom board.</title><link>https://devzone.nordicsemi.com/thread/43447?ContentTypeID=1</link><pubDate>Sun, 24 Jan 2016 00:12:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f4b7bf4-d43d-4a65-9a3a-698a85e827f2</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;Please specify what version of SDK and SD are you using. What is the chip version? What crystals are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>