<?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>Problem getting started with BLE Nano 2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25133/problem-getting-started-with-ble-nano-2</link><description>Hi, 
 Tried this getting started tutorial: 
 github.com/.../Nordic_SDK_User_Guide.md 
 When building project at the end, I get: (After trying max optimization) 
 linking...
._build\nrf52832_xxaa.axf: error: L6050U: The code size of this image (37604</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Sep 2017 14:48:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25133/problem-getting-started-with-ble-nano-2" /><item><title>RE: Problem getting started with BLE Nano 2</title><link>https://devzone.nordicsemi.com/thread/98991?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 14:48:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:466b29b8-640d-4f57-b2c7-e4f7f213635b</guid><dc:creator>matbli</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In the tutorial I followed it said:&lt;/p&gt;
&lt;p&gt;FLASH_START=0x1F000
SRAM_START=0x20002000&lt;/p&gt;
&lt;p&gt;But I se now that it was a different version of the softdevice.&lt;/p&gt;
&lt;p&gt;Your numbers was much better, it looks like I&amp;#39;m flying :-)&lt;/p&gt;
&lt;p&gt;Thanks for your help!!&lt;/p&gt;
&lt;p&gt;/Mats&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem getting started with BLE Nano 2</title><link>https://devzone.nordicsemi.com/thread/98992?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 07:02:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2946f424-bd81-4e77-867c-172959f47480</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Did you use the &lt;code&gt;FLASH_START&lt;/code&gt; and &lt;code&gt;SRAM_START&lt;/code&gt; values from the tutorial, or did you modify these number to reflect the ROM/RAM requirements of the softdevice you are using? Correct numbers for the ble_app_beacon example from SDK v14.0.0 should be:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;FLASH_START=0x23000
SRAM_START=0x20001720
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can check the default FLASH and RAM settings in the linker-file (.ld), found in the &lt;em&gt;armgcc&lt;/em&gt; directory of each example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem getting started with BLE Nano 2</title><link>https://devzone.nordicsemi.com/thread/98990?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2017 21:44:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48472e90-eb40-4423-9969-3f63ba5eecba</guid><dc:creator>matbli</dc:creator><description>&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Tried the SES tutorial and built the beacon example - builds fine as it seams.&lt;/p&gt;
&lt;p&gt;Since I have a Redbear BLE NANO 2 KIT I want to program it through dropping the hex file
on  DAPLINK drive. Tried to merge my application hex with the softdevice, but:&lt;/p&gt;
&lt;p&gt;mergehex -m s132_nrf52_5.0.0_softdevice.hex ble_app_beacon_pca10040_s132.hex -o application.hex
Parsing input hex files.
Merging files.
ERROR: The hex files cannot be merged since there are conflicts.&lt;/p&gt;
&lt;p&gt;Am I doing some thing wrong?&lt;/p&gt;
&lt;p&gt;/Mats&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem getting started with BLE Nano 2</title><link>https://devzone.nordicsemi.com/thread/98993?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2017 09:04:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4cf3b48-492c-4935-8029-4df63ebbb11c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you do not want to pay the license fee for Keil, you can switch to another free compiler. We support GCC, and you can find a tutorial on &lt;a href="https://devzone.nordicsemi.com/tutorials/7/"&gt;developing with GCC and Eclipse here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Another alternative is to use Segger Embedded Studio (SES). &lt;a href="https://devzone.nordicsemi.com/blogs/1032/segger-embedded-studio-a-cross-platform-ide/"&gt;This blog post tutorial&lt;/a&gt; show you how to import Keil projects into SES, and how to get started with the development.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>