<?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>Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86940/linker-giving-error-when-building-the-ble_app_alert_notification_pca10028_s130</link><description>Hi, 
 I have installed Segger Studio for ARM v6.22a. 
 I have also installed the SDK5 version 12.3.0. 
 I imported the IAR project project ble_app_start_notification_pca10028_s130 (.eww file) 
 I also selected internal toolchain on the popup. 
 I also</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 May 2022 14:06:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86940/linker-giving-error-when-building-the-ble_app_alert_notification_pca10028_s130" /><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/369569?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 14:06:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14f8ec7d-d759-4165-aa0e-6d125504e564</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Error code 0x04 is an &lt;strong&gt;NRF_ERROR_NO_MEM&lt;/strong&gt;, pointing to there not being enough memory available. You say that you have changed the RAM_START and FLASH_START, macros, but did you also edit the RAM and FLASH_SIZE to match these values? As explained in the RAM and Flash memory adjustment blog post, the size should be set to be the device&amp;#39;s total RAM/Flash minus the RAM_START and FLASH_START.&lt;/p&gt;
&lt;p&gt;Additionally, it&amp;#39;s not generally a good idea to step through the SoftDevice functions/initialization, as some of them are time sensitive and will time out returning errors if they aren&amp;#39;t run at run-time.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/369459?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 08:43:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ff279ae-a7fc-4dfb-ae57-886240b919eb</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Sorry for the delay in responding.&lt;/p&gt;
&lt;p&gt;I wanted to track the changes I did from the beggining:&lt;/p&gt;
&lt;p&gt;I started again by importing the project ble_app_proximity.&lt;/p&gt;
&lt;p&gt;1. I followed the importing procedures as described above.&lt;/p&gt;
&lt;p&gt;2. I imported the flash_placement.xml as shown.&lt;/p&gt;
&lt;p&gt;3. I was getting the linking errors. I realized that I had to change &amp;quot;flash1&amp;quot; to &amp;quot;flash&amp;quot; and &amp;quot;ram1&amp;quot; to ram&amp;quot; in the memory placement macro in the project options.&lt;/p&gt;
&lt;p&gt;4. In the ses_nrf51_startup.s file, I had to change, &amp;quot;__SRAM_segment_end__&amp;quot; to &amp;quot;__RAM_segment_end__&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;(with step 3 and step4&amp;quot;, all the linker errors went away)&lt;/p&gt;
&lt;p&gt;5. I also made changes to the Section placement macros to ensure RAM_START and FLASH_START as per the s130, 2.0.1 version guidelines.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;With this I was able to compile and link the application successfully&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now, when I flashed the softdevice and then started the debugger, the application got flashed.&lt;/p&gt;
&lt;p&gt;When I started stepping through the main program, at &amp;quot;ble_stack_init&amp;quot; when I stepped into this function and continued stepping inside the &amp;quot;ble_stack_init&amp;quot; function, when I did &amp;quot;softdevice_enable()&amp;quot;, the return value always shows error code &amp;quot;0x04&amp;quot; and the application goes into fault.&lt;/p&gt;
&lt;p&gt;Can you please tell me what I could be doing wrong? Thank you very much for your help. (There were no changes made to the code)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Rajkumar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366852?ContentTypeID=1</link><pubDate>Mon, 09 May 2022 08:27:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be37d658-2843-4ad6-b059-0ae710ad302f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Glad to hear you were able to flash the device now. When the ble_stack_init() returns error code 8, which means it is in an &amp;quot;invalid state&amp;quot;, that generally means that the BLE stack is already enabled, and you&amp;#39;re trying to enable it again it seems. Are you calling it multiple times, or what?&lt;/p&gt;
&lt;p&gt;What kind of error are you seeing when the peer_manager_init() fails? What changes did you make between the first and second time you flash the SoftDevice and application code to your nRF51?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366772?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 16:07:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e604c95-97c3-4175-8f9a-fa22d8b61cd9</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I made the changes to the Section placement macros as shown in attached file. I also made changes to the memory segment macros as attached in the 2nd file.&lt;/p&gt;
&lt;p&gt;However, when I flash the 2.0.1 Softdevice hex file(using Nrfgo studio) and then use &amp;quot;Debug&amp;quot; menu option in EMbedded studio to run the application(app_ble_ancs_c),&lt;/p&gt;
&lt;p&gt;1. First time I run the debugger after flashing the soft device, the program stops and main and then after a few functions, the ble_stack_init runs through successfully but then fails either at peer_manager_init() or later.&lt;/p&gt;
&lt;p&gt;2. The 2nd time and&amp;nbsp; after that, when I run the debugger after flashing the softdeviec code and running the debugger, the function ble_stack_init() always gives error code 8 at the app_error.c.&lt;/p&gt;
&lt;p&gt;I have not been able to see the bluetooth device using my phone bluetooth scanning even once.&lt;/p&gt;
&lt;p&gt;The failure seems to happen at sd_softdevice_enable() which causes the fault.&lt;/p&gt;
&lt;p&gt;The clock use is the external crystal. There is no change made to the example code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please let me know where I could be going wrong.&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/error_5F00_section.png" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/error_5F00_memory.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366627?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 08:29:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb32d63f-9943-4ec1-a9cc-96f0a95f6001</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi again Rajkumar&lt;/p&gt;
&lt;p&gt;Okay, if your flash_placement file is now set up correctly, you also need to set up RAM and Flash memory segments in your project settings as explained in &lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/adjustment-of-ram-and-flash-memory"&gt;this blog post&lt;/a&gt;. Remember to select the&amp;nbsp;&lt;em&gt;Common&amp;nbsp;&lt;/em&gt;configuration in the project options window.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366581?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 05:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a6e9191-0f74-4bb1-9c1c-afa4da4fd161</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I did as you suggested(importing a project) from scratch. I imported a new project(ble_app_proximity). I did all the import steps you mentioned and did a compile.&lt;/p&gt;
&lt;p&gt;I am now getting some linker errors. Please see attached file.&lt;/p&gt;
&lt;p&gt;I am using Nordic Segger Embedded studio version 5.68 from the following site:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/Segger-Embedded-Studio/Download?lang=en" rel="noopener noreferrer" target="_blank"&gt;https://www.nordicsemi.com/Products/Development-tools/Segger-Embedded-Studio/Download?lang=en&lt;/a&gt;&amp;nbsp;as suggested by my team member.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please let me know what I should do.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Rajkumar&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/error_5F00_unplaced.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366539?ContentTypeID=1</link><pubDate>Thu, 05 May 2022 17:30:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:397a8e58-565a-4790-8b7a-5c06b24c6a0e</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Actually I was able to completely build the project by changing the &amp;quot;__RAM_segment_end__&amp;quot; reference to &amp;quot;__RAM1_segment_end__&amp;quot;. Hope that is fine.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, When I tried the s130 softdevice 2.0.1 with the peripheral example in the 12.3.0 SDK, the soft device initialization returns error code 8.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My device kit is an nrf51422 device. From the compatibility matrix I read that for nrf51422, the peripheral examples are compatible with S110 softdevice and the (central and peripheral) examples are compatible with S130.&lt;/p&gt;
&lt;p&gt;Is that true?&lt;/p&gt;
&lt;p&gt;So for trying out a peripheral example in the 12.3.0 SDK, I would need S110?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;best regards,&lt;/p&gt;
&lt;p&gt;Rajkumar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366365?ContentTypeID=1</link><pubDate>Thu, 05 May 2022 07:41:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea3af67d-6456-4faa-b608-a32f23bca784</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Why exactly are you changing stuff in the flash placement file? Is there a reason you set the RAM name to RAM1? This is only necessary when updating to SDK v17.0.2, so please revert this change. This likely causes a conflict with where where the RAM name &amp;quot;RAM&amp;quot; is used define the RAM segments, which is why you&amp;#39;re getting this new error.&lt;/p&gt;
&lt;p&gt;Next for your actual issue, I think that is due to missing a step somewhere in the SES import guide&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/segger-embedded-studio-a-cross-platform-ide"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/segger-embedded-studio-a-cross-platform-ide&lt;/a&gt;. Can you double check that you for example have done the Adding nRF5 MDK files section correctly?&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3324.ses_5F00_nrf51_5F00_startup.s"&gt;ses_nrf51_startup.s&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and save it into&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;NRF5_SDK/components/toolchain/embedded_studio/&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(create the folder)&lt;/li&gt;
&lt;li&gt;Remove&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;Cortex_M_Startup.s&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;from the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;Internal Files&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;folder in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;Project Explorer&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Right click the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;Internal Files&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;folder and select&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;Add Existing File...&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;In&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;NRF5_SDK/components/toolchain/&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;select&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;system_nrf51.c&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Do the same for&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;NRF5_SDK/components/toolchain/embedded_studio/ses_nrf51_startup.s&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Select&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;Project -&amp;gt; Edit Options...&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and then select the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;Preprocessor&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;tab&lt;/li&gt;
&lt;li&gt;Add&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;../../../../../../components/device&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;User Include Directories&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;field to include the device header files in our Embedded Studio project&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366153?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 09:45:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baecb9cc-8d0c-42dd-8917-3b18f85705e3</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Can you please clarify the above? Thanks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Rajkumar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366086?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 02:11:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df4ee10e-9e67-483d-8db6-f374405d6480</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;After the last error of &amp;quot;&lt;/p&gt;
&lt;p&gt;cannot find run section .fast_run referenced in fast,&lt;/p&gt;
&lt;p&gt;I changed the &amp;quot;RAM_NAME=RAM&amp;quot; to &amp;quot;RAM_NAME=&amp;quot;RAM1&amp;quot; and now I am getting the following error:&lt;/p&gt;
&lt;p&gt;undefined reference to `__RAM_segment_end__&amp;#39;&lt;/p&gt;
&lt;p&gt;I am attaching my last flash_placement file here for your reference. This error is not going away. Please check this one.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7651.flash_5F00_placement.xml"&gt;devzone.nordicsemi.com/.../7651.flash_5F00_placement.xml&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366085?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 02:06:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16cbd11e-c79c-4b54-b6f0-02a34295efc3</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Sorry, I noticed that I had #defined my &amp;quot;SRAM_segment_end__&amp;quot; to resolve the previous undefined reference error. Now I followed the flash_placement steps and have renamed FLASH to FLASH1 and SRAM to SRAM1.&lt;/p&gt;
&lt;p&gt;I am getting the following error now:&lt;/p&gt;
&lt;p&gt;cannot find run section .fast_run referenced in fast&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here, attached is my flash_placement.xml. Can you please tell me what is wrong? Thanks.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/4606.flash_5F00_placement.xml"&gt;devzone.nordicsemi.com/.../4606.flash_5F00_placement.xml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/366021?ContentTypeID=1</link><pubDate>Tue, 03 May 2022 14:05:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:785bb064-73c1-4e7f-ae89-a5bd91ff5444</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Actually I was able to finally flash the softdevice-130 using the nrfgo. I am using nrf51422xxxac.&lt;/p&gt;
&lt;p&gt;I was able to then flash the application using the debugger. However the ble_stack_init() function when it calls sd_softdevice_enable, hits the app_error handler function with error code 8. I have not made any changes to the application, so I was wondering why I am getting this error all the time. I have tried multiple times. I have also tried with other applications.&lt;/p&gt;
&lt;p&gt;My RAM and flash settings are:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;FLASH1 RX 0x1B000 0x00025000;RAM1 RWX 0x200013C8 0x00006c38&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please tell me where I am going wrong. Thanks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Rajkumar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/365959?ContentTypeID=1</link><pubDate>Tue, 03 May 2022 11:22:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:037625d8-9845-4072-9546-c85a6cb98afc</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The nRFGo Studio app is outdated at this point and it&amp;#39;s strongly recommended using the Programmer app in the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-desktop"&gt;nRF Connect for Desktop&lt;/a&gt;&amp;nbsp;Programmer application instead.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/365863?ContentTypeID=1</link><pubDate>Tue, 03 May 2022 03:03:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ec8e1e2-6b40-448e-ae5f-732ef657e0e0</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Please ignore last entry. I was using a wrong thumb_crt0.s. Now the program is compiling and linking correctly. But when I try to flash the softdevice 130 using the hex file provided, I am getting an error, please see attached. Please let me know what I should do. Thanks again.&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Error_5F00_Softdevice.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/365862?ContentTypeID=1</link><pubDate>Tue, 03 May 2022 02:42:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8c11092-e6ba-4c72-8fec-e71116e6f200</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I was able to resolve&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Error_5F00_start.png" /&gt; the linker errors. Now I am getting one more &amp;quot;undefined symbol&amp;quot; error. I was wondering where to define the &amp;quot;_start&amp;quot; symbol. The error file is attached. Can you please see? Thanks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Rajkumar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/364810?ContentTypeID=1</link><pubDate>Tue, 26 Apr 2022 05:55:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97942438-f9c8-4572-aaa3-7821f13b6a5b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi, did you generate a flash_placement.xml file and thumb_crt0.s file for your project? These will need to be added in your project folder. How to do so is discussed&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/12029/segger-embedded-studio---unplaced_sections-problem"&gt; in detail here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/364593?ContentTypeID=1</link><pubDate>Mon, 25 Apr 2022 06:00:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8d1d7a3-9d7f-46e5-a316-bdc106482866</guid><dc:creator>Rajkumar V</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I was able to do the &amp;quot;Import Section Placement&amp;quot;&amp;nbsp; after editing the &amp;quot;Section placement location&amp;quot; under project options.&lt;/p&gt;
&lt;p&gt;However the linker errors are still there. Can&amp;nbsp; you please help as soon as you can. I am currently stuck for a while now and really need your help.Thanks.&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Rajkumar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Linker giving error when building the ble_app_alert_notification_pca10028_s130</title><link>https://devzone.nordicsemi.com/thread/363526?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2022 10:46:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f5469ac-5d6f-463f-97dc-978acd8c23bc</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Rajkumar&lt;/p&gt;
&lt;p&gt;You should be able to activate a free SES license if you have an nRF product, so please try activating your SEGGER license and see if this Import Section Placement option is added then. If not it might have been moved in one of the later SES updates, as I think the Import option should be available somehow.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>