<?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>hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21610/hex-file-generated-using-eclipse-not-working-on-nrf52-dk</link><description>Hi All 
 I am trying to build hex file using eclipse id on Mac. everything looks ok, as it eclipse build file without any error but its not working on nrf52 dk. 
 before installing I did erase all on nrfgo studio and then install hex file. 
 can anyone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Apr 2017 10:21:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21610/hex-file-generated-using-eclipse-not-working-on-nrf52-dk" /><item><title>RE: hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/thread/84842?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2017 10:21:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03ba3eae-6b70-41b7-b621-5427780ab580</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Great that you got it working! Please accept the answer by clicking the checkmark next to it if this was helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/thread/84841?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2017 09:49:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68cd6b3b-dbee-47a9-9faf-b83cd8360cd3</guid><dc:creator>capricorn</dc:creator><description>&lt;p&gt;Got it, i was making mistake. i am using the accelerometer in the code and that was disconnected thats the reason it was calling main function again and again. Issue resolved.
Thanks for Support Jorgen.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/thread/84840?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2017 09:08:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90251b5e-6198-4f42-97e9-a1cac93f2d58</guid><dc:creator>capricorn</dc:creator><description>&lt;p&gt;Yes examples are working with vs_uuid_count = 1 but main app still stuck its main function is getting called again and again and its not able to advertise in ble mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/thread/84839?ContentTypeID=1</link><pubDate>Wed, 26 Apr 2017 09:37:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b81694c8-8431-44d9-aa5e-d66ed5f8aa9b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you tried with &lt;code&gt;vs_uuid_count = 1&lt;/code&gt;? If you increase this parameter, you will also have to increase the RAM size for the softdevice. You can edit the RAM start and size in the linker script, found in the armgcc directory where the Makefile is located. For the proximity example with &lt;code&gt;vs_uuid_count = 2&lt;/code&gt;, the settings should be:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;MEMORY
{
  FLASH (rx) : ORIGIN = 0x1f000, LENGTH = 0x61000
  RAM (rwx) :  ORIGIN = 0x20002138, LENGTH = 0xdec8 
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/thread/84837?ContentTypeID=1</link><pubDate>Wed, 26 Apr 2017 04:43:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ed3ce31-622b-4294-9e2d-b22623fea652</guid><dc:creator>capricorn</dc:creator><description>&lt;p&gt;Hi Jorgen I simply compiled the proximity example and tried flashing hex file from _build folder without any changes in the code. it seems there is issue while generating hex file.
initially I made two changes in the
p_ble_enable_params-&amp;gt;common_enable_params.vs_uuid_count   = 2;  // original 1 in the soft device_handler.c. this is our requirement for adding more services.
and in makefile CFLAGS +=  -Wall -Werror -O0 -g3 made 0 instead of 3 to reduce compiler optimisation.&lt;/p&gt;
&lt;p&gt;other than that no changes made anywhere apart from path and version names in gcc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/thread/84838?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2017 15:08:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:396bf530-93b5-4d9d-a378-f3cc6a53a958</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Which example? Have you made any changes to the code in the example? Have you tried debugging the application as described in the &lt;a href="https://devzone.nordicsemi.com/tutorials/7/"&gt;Eclipse tutorial&lt;/a&gt;? &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/"&gt;This post&lt;/a&gt; describe how to check error codes etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/thread/84835?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2017 09:45:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11a66e39-38fd-44a0-a482-5a679ce40ee6</guid><dc:creator>capricorn</dc:creator><description>&lt;p&gt;first erase all
using nrfgo on program soft device tab program with components/softdevice/s132/hex/s132_nrf52_3.0.0_softdevice.hex
tried flashing newly built hex file from &amp;quot;_build&amp;quot; folder which nrfgo reported done successfully but its not working as no led blinking and no ble device in the nrf connect app
but if I am using existing hex files from example from hex folder then its working fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hex file generated using eclipse not working on nrf52 dk</title><link>https://devzone.nordicsemi.com/thread/84836?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2017 07:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86e29f5b-e5ef-45a3-9f5f-48da925a07b5</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Could you provide some more details on what is not working? Which example are you building and flashing? If this is a BLE example, did you flash the correct softdevice first? How are you flashing the hex file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>