<?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>Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22173/using-the-sdk-11-with-nrf6310</link><description>Hello, I&amp;#39;m working with the NRF6310 Motherboard and play with it a little with SDK 6.1, but i want to create profiles with the Bluetooth Developer Studio, so I started using the SDK 11.0 and test with the blinky example for PCA10028 (making the proper</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 May 2017 12:31:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22173/using-the-sdk-11-with-nrf6310" /><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87169?ContentTypeID=1</link><pubDate>Wed, 24 May 2017 12:31:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4eaa1c0a-dec5-422c-ae40-17b1c410821b</guid><dc:creator>Murilo</dc:creator><description>&lt;p&gt;I solved the problem creating a different version of nrf6310.h changing the &lt;code&gt;#define BUTTONS_NUMBER&lt;/code&gt; and &lt;code&gt;#define LEDS_NUMBER&lt;/code&gt; to 4, and erasing the LEDS and buttons not used from &lt;code&gt;#define LEDS_LIST&lt;/code&gt; and &lt;code&gt;#define BUTTONS_LIST&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87168?ContentTypeID=1</link><pubDate>Wed, 24 May 2017 08:30:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7803b21-9b39-43bc-a284-267308ccaa64</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;SDK v11 didn&amp;#39;t really make to support BOARD_NRF6310. I haven&amp;#39;t tried but it could be because of the larger number of LEDs and Buttons it would cause the issue with max timer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87167?ContentTypeID=1</link><pubDate>Tue, 23 May 2017 20:17:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92119e38-3a83-4a7e-8491-8f58bb774740</guid><dc:creator>Murilo</dc:creator><description>&lt;p&gt;It&amp;#39;s working now, thanks!
Just one question: Why does it work with BOARD_PCA10028 defined and not with BOARD_NRF6310? When debugging with BOARD_NRF6310 there is an error on &lt;code&gt;bsp_init&lt;/code&gt; saying &lt;code&gt;* @retval NRF_ERROR_NO_MEM If the maximum number of timers has already been reached.&lt;/code&gt;. I thought that the board define was just about the maping of ports.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87166?ContentTypeID=1</link><pubDate>Tue, 23 May 2017 10:22:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8421efe-93b7-438e-90f6-01ff73d1d998</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Could you try to debug ? Please follow the &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/#60126"&gt;debug guide here&lt;/a&gt;.
Please try not changing BOARD_PCA10028  to BOARD_NRF6310. Only change the RAM size setting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87165?ContentTypeID=1</link><pubDate>Mon, 22 May 2017 16:52:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63e62cf6-9ac9-4c40-b440-561406701864</guid><dc:creator>Murilo</dc:creator><description>&lt;p&gt;I&amp;#39;ve made those changes and the problem persists.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87164?ContentTypeID=1</link><pubDate>Mon, 22 May 2017 15:21:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9f9e606-8ba6-4750-ace3-f9a538a03c8c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Murilo: Why do you change start IROM to 0x1c000 ?
It should be 0x1B000.
You only need to change the iRAM1 size from 0x5F80 to 0x1F80 then it would match with your chip (256kB Flash 16kB RAM)
Start address of IRAM1 should be 0x20002080&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87163?ContentTypeID=1</link><pubDate>Mon, 22 May 2017 13:09:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1140b66-e28d-4ccb-ba9b-0944d7341552</guid><dc:creator>Murilo</dc:creator><description>&lt;p&gt;The board that I&amp;#39;m using is the PCA10005 with the N51822QFAA chip.&lt;/p&gt;
&lt;p&gt;The steps are the follow:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the hrs exemple file in ...\SDK11\examples\ble_peripheral\ble_app_hrs\pca10028\s130\arm5_no_packs;&lt;/li&gt;
&lt;li&gt;Go in Project-&amp;gt;Options for target...-&amp;gt;Device and select nRF51822_xxAA;&lt;/li&gt;
&lt;li&gt;In Options for target...-&amp;gt;Target change the start IROM to 0x1c000;&lt;/li&gt;
&lt;li&gt;In Options for target...-&amp;gt;C/C++ chenge the define BOARD_PCA10028 to BOARD_NRF6310;&lt;/li&gt;
&lt;li&gt;Compile;&lt;/li&gt;
&lt;li&gt;In nRFgo Studio erase the board;&lt;/li&gt;
&lt;li&gt;In nRFgo Studio flash the .hex softdevice from ...\SDK11\components\softdevice\s130\hex&lt;/li&gt;
&lt;li&gt;In nRFgo Studio flash the .hex application generated.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87162?ContentTypeID=1</link><pubDate>Mon, 22 May 2017 12:52:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:963d4b1f-1f49-49d9-9d52-989340fe7d29</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Please state how you program the chip step by step.&lt;/p&gt;
&lt;p&gt;Which board are you using for testing ? NRF6310 is just the mother board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87161?ContentTypeID=1</link><pubDate>Mon, 22 May 2017 11:32:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e73992b7-6e9d-43c1-bde2-629bd2cdceb6</guid><dc:creator>Murilo</dc:creator><description>&lt;p&gt;I&amp;#39;m using the S130 v2.0.0 that came in the folder &amp;quot;components&amp;quot; in the SDK 11.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the SDK 11 with NRF6310</title><link>https://devzone.nordicsemi.com/thread/87160?ContentTypeID=1</link><pubDate>Mon, 22 May 2017 09:14:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44fb2c2e-d30a-455d-a1e5-5a0b38931d01</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Murilo: Make sure you have flashed the softdevice. Which softdevice did you use ? Please follow &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/nrf51_getting_started.html?cp=4_0_0_1"&gt;this getting started guide&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>