<?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>Converting a standard PCA10040 project to an emulated project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55590/converting-a-standard-pca10040-project-to-an-emulated-project</link><description>Hello all, 
 I am using the NRF52810 board with SDK 14.2 
 I wanted to convert pca10040 to pca10040e file of buttonless dfu and secure bootloader . 
 I have gone through this link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Dec 2019 15:05:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55590/converting-a-standard-pca10040-project-to-an-emulated-project" /><item><title>RE: Converting a standard PCA10040 project to an emulated project</title><link>https://devzone.nordicsemi.com/thread/225943?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 15:05:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:366e5fa7-fa5d-4419-85bb-d5929c731ed5</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;If you right click the project in the Project Explorer and then click &amp;quot;Open Solution in Editor&amp;quot; you should be able to set the type to Soft.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-147fb28d3d32447b8924e2a35bf1dd87/pastedimage1576594910660v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Furthermore, you need to make sure that the micro_ecc_lib_nrf52.a library that is included is from the &lt;span&gt;nrf52nf_armgcc folder, where nf denotes no FPU, i.e. the micro_ecc_lib_nrf52.a&amp;nbsp; must be fetched from&amp;nbsp;&lt;/span&gt;&amp;lt;SDK folder&amp;gt;\external\micro-ecc\nrf52nf_armgcc\armgcc\&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Converting a standard PCA10040 project to an emulated project</title><link>https://devzone.nordicsemi.com/thread/225482?ContentTypeID=1</link><pubDate>Sat, 14 Dec 2019 06:10:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab4840a6-81f1-40e2-98ad-37a986e6af02</guid><dc:creator>Rohit</dc:creator><description>[quote userid="7571" url="~/f/nordic-q-a/55590/converting-a-standard-pca10040-project-to-an-emulated-project/225429"]You need to[/quote]
&lt;p&gt;Done but Same error..as above mention...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My Preprocessor Definitions&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1576303377271v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;But for ARM FPU Type soft option not available, as below&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1576303866213v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I have to select VFP or FPv4_SP_D16..?&lt;/p&gt;
&lt;p&gt;Any other modification or new configuration is required..?&lt;/p&gt;
&lt;p&gt;Waiting for your reply...&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Rohit&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Converting a standard PCA10040 project to an emulated project</title><link>https://devzone.nordicsemi.com/thread/225429?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2019 15:09:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4593959e-dcad-4f74-ba86-5404583b364c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You need to right-click the project in the Project explorer window and then click Options... Then make sure that you select Common in the drop-down menu in the upper left corner.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then you navigate to&amp;nbsp;Code &amp;gt; Code Generation &amp;gt; ARM FP ABI Type and set it to Soft, then do same for&amp;nbsp;ARM FPU Type.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Lastly, navigate to&amp;nbsp;Code &amp;gt; Preprocessor &amp;gt; Preprocessor Definitions and&amp;nbsp;replace&amp;nbsp;&lt;span&gt;FLOAT_ABI_HARD&amp;nbsp;with&amp;nbsp;&lt;/span&gt;FLOAT_ABI_SOFT as you already have pointed out&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Converting a standard PCA10040 project to an emulated project</title><link>https://devzone.nordicsemi.com/thread/225368?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2019 13:06:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7dc372c-2999-467b-a20c-56c826289cb7</guid><dc:creator>Rohit</dc:creator><description>&lt;p&gt;My fpu setting&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1576242346753v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Converting a standard PCA10040 project to an emulated project</title><link>https://devzone.nordicsemi.com/thread/225352?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2019 12:39:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e89a2a0-da93-438e-a50d-e6d87e718bdd</guid><dc:creator>Rohit</dc:creator><description>&lt;p&gt;Thanks for response.&lt;/p&gt;
&lt;p&gt;But i am using custom advertising as like below (it is the advertising init)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ret_code_t err_code;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; //uint8_t adata[31];&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; int i;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; memset(adata, 0, sizeof(adata));&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[0] = 30;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[1] = BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME;&lt;/strong&gt;&lt;br /&gt; &lt;br /&gt;&lt;strong&gt; adata[2] = &amp;#39;F&amp;#39;;//0x46;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[3] = &amp;#39;I&amp;#39;;//0x49;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;if (advertising_flag == 1)&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; {&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[4] = &amp;#39;N&amp;#39;;//0x4E;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; }&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; else if (advertising_flag == 2)&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; {&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[4] = &amp;#39;n&amp;#39;;//0x4E;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; }&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[5] = &amp;#39;D&amp;#39;;//0x44;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[6] = &amp;#39;_&amp;#39;;//0x5F;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[7] = 0x30 + temp_name_id;//&amp;#39;0&amp;#39;;//0x30;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[8] = 0x30 + tempArray;//&amp;#39;2&amp;#39;;//0x31;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;// adata[9] = BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;// adata[10] = BLE_GAP_AD_TYPE_MANUFACTURER_SPECIFIC_DATA;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; // now fill the 29 bytes with whatever you want&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; for(i = 9; i &amp;lt; sizeof(adata); i++)&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; adata[i] = 0;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;// err_code = ble_advdata_set(&amp;amp;adata, NULL);&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;// APP_ERROR_CHECK(err_code);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;err_code = sd_ble_gap_adv_data_set(adata, sizeof(adata), NULL, 0);&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; APP_ERROR_CHECK(err_code);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In this&amp;nbsp;&lt;strong&gt;sd_ble_gap_adv_data_set&amp;nbsp;&lt;/strong&gt;function will work properly so i am working on sdk 14.2,&lt;/p&gt;
&lt;p&gt;In 15.2 sdk i have tried but it is not working so working on 14.2.&lt;/p&gt;
&lt;p&gt;As 15.2 sdk has &amp;quot;sd_ble_gap_adv_set_configure &amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Any procedure to implement same advertising init in the 15.2 sdk...?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="7571" url="~/f/nordic-q-a/55590/converting-a-standard-pca10040-project-to-an-emulated-project/225324"]you need to set the FPU options for the SES project correctly,[/quote]
&lt;p&gt;how to set it.&lt;/p&gt;
&lt;p&gt;I have tried with&amp;nbsp; __FPU_PRESENT pre_processor definition&lt;/p&gt;
&lt;p&gt;getting error like&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/fup-irq-issue.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;i tried the changes:&lt;/p&gt;
&lt;p&gt;Change&amp;nbsp;FLOAT_ABI_HARD to&amp;nbsp;FLOAT_ABI_SOFT&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Change&amp;nbsp;&lt;/span&gt;__HEAP_SIZE=8192&amp;nbsp; to 2048&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Change&amp;nbsp;&lt;/span&gt;__STACK_SIZE=8192 to 2048&lt;br /&gt;and since i m using SEGGER Embedded i also changed the&amp;nbsp;&lt;span&gt;ARM FP ABI TYPE to Soft.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But above issue is&amp;nbsp;&lt;/span&gt;coming.&lt;/p&gt;
&lt;p&gt;Any solution for this..?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;NVIC_ClearPendingIRQ(FPU_IRQn); for this point it is showing error&lt;/p&gt;
&lt;p&gt;And after commenting above function below errors are appearing..&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Rebuilding ‘ble_app_buttonless_dfu_pca10040_s132’ from solution ‘ble_app_buttonless_dfu_pca10040_s132’ in configuration ‘Debug’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\thumb_crt0.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\thumb_crt0.d
  Assembling ‘thumb_crt0.s’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_backend_rtt.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_backend_rtt.d
  Compiling ‘nrf_log_backend_rtt.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_backend_serial.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_backend_serial.d
  Compiling ‘nrf_log_backend_serial.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_backend_uart.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_backend_uart.d
  Compiling ‘nrf_log_backend_uart.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_default_backends.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_default_backends.d
  Compiling ‘nrf_log_default_backends.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_frontend.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_frontend.d
  Compiling ‘nrf_log_frontend.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_str_formatter.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_log_str_formatter.d
  Compiling ‘nrf_log_str_formatter.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\boards.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\boards.d
  Compiling ‘boards.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_button.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_button.d
  Compiling ‘app_button.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_error.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_error.d
  Compiling ‘app_error.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_error_weak.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_error_weak.d
  Compiling ‘app_error_weak.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_scheduler.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_scheduler.d
  Compiling ‘app_scheduler.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_timer.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_timer.d
  Compiling ‘app_timer.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_util_platform.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\app_util_platform.d
  Compiling ‘app_util_platform.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\crc16.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\crc16.d
  Compiling ‘crc16.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\fds.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\fds.d
  Compiling ‘fds.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_assert.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_assert.d
  Compiling ‘nrf_assert.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_atfifo.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_atfifo.d
  Compiling ‘nrf_atfifo.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_balloc.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_balloc.d
  Compiling ‘nrf_balloc.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_fprintf.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_fprintf.d
  Compiling ‘nrf_fprintf.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_fprintf_format.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_fprintf_format.d
  Compiling ‘nrf_fprintf_format.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_fstorage.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_fstorage.d
  Compiling ‘nrf_fstorage.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_fstorage_sd.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_fstorage_sd.d
  Compiling ‘nrf_fstorage_sd.c’
  Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_memobj.o does not exist.
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_memobj.d
  Compiling ‘nrf_memobj.c’
  Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_pwr_mgmt.o does not exist.
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_pwr_mgmt.d
  Compiling ‘nrf_pwr_mgmt.c’
  Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_section_iter.o does not exist.
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_section_iter.d
  Compiling ‘nrf_section_iter.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_strerror.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_strerror.d
  Compiling ‘nrf_strerror.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\sdk_mapped_flags.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\sdk_mapped_flags.d
  Compiling ‘sdk_mapped_flags.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_drv_clock.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_drv_clock.d
  Compiling ‘nrf_drv_clock.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_drv_common.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_drv_common.d
  Compiling ‘nrf_drv_common.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_drv_gpiote.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_drv_gpiote.d
  Compiling ‘nrf_drv_gpiote.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_drv_uart.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_drv_uart.d
  Compiling ‘nrf_drv_uart.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\bsp.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\bsp.d
  Compiling ‘bsp.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\bsp_btn_ble.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\bsp_btn_ble.d
  Compiling ‘bsp_btn_ble.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\bsp_nfc.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\bsp_nfc.d
  Compiling ‘bsp_nfc.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\main.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\main.d
  Compiling ‘main.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_dfu_svci.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_dfu_svci.d
  Compiling ‘nrf_dfu_svci.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\SEGGER_RTT.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\SEGGER_RTT.d
  Compiling ‘SEGGER_RTT.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\SEGGER_RTT_Syscalls_SES.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\SEGGER_RTT_Syscalls_SES.d
  Compiling ‘SEGGER_RTT_Syscalls_SES.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\SEGGER_RTT_printf.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\SEGGER_RTT_printf.d
  Compiling ‘SEGGER_RTT_printf.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_advdata.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_advdata.d
  Compiling ‘ble_advdata.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_advertising.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_advertising.d
  Compiling ‘ble_advertising.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_conn_params.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_conn_params.d
  Compiling ‘ble_conn_params.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_conn_state.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_conn_state.d
  Compiling ‘ble_conn_state.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_srv_common.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_srv_common.d
  Compiling ‘ble_srv_common.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\gatt_cache_manager.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\gatt_cache_manager.d
  Compiling ‘gatt_cache_manager.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\gatts_cache_manager.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\gatts_cache_manager.d
  Compiling ‘gatts_cache_manager.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\id_manager.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\id_manager.d
  Compiling ‘id_manager.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_ble_gatt.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_ble_gatt.d
  Compiling ‘nrf_ble_gatt.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\peer_data_storage.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\peer_data_storage.d
  Compiling ‘peer_data_storage.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\peer_database.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\peer_database.d
  Compiling ‘peer_database.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\peer_id.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\peer_id.d
  Compiling ‘peer_id.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\peer_manager.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\peer_manager.d
  Compiling ‘peer_manager.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\pm_buffer.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\pm_buffer.d
  Compiling ‘pm_buffer.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\pm_mutex.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\pm_mutex.d
  Compiling ‘pm_mutex.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\security_dispatcher.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\security_dispatcher.d
  Compiling ‘security_dispatcher.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\security_manager.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\security_manager.d
  Compiling ‘security_manager.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_dfu.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_dfu.d
  Compiling ‘ble_dfu.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_dfu_bonded.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_dfu_bonded.d
  Compiling ‘ble_dfu_bonded.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_dfu_unbonded.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_dfu_unbonded.d
  Compiling ‘ble_dfu_unbonded.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\system_nrf52810.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\system_nrf52810.d
  Compiling ‘system_nrf52810.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ses_nrf52810_Vectors.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ses_nrf52810_Vectors.d
  Assembling ‘ses_nrf52810_Vectors.s’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ses_nRF_Startup.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ses_nRF_Startup.d
  Assembling ‘ses_nRF_Startup.s’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_sdh.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_sdh.d
  Compiling ‘nrf_sdh.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_sdh_ble.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_sdh_ble.d
  Compiling ‘nrf_sdh_ble.c’
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_sdh_soc.o
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\nrf_sdh_soc.d
  Compiling ‘nrf_sdh_soc.c’
  Output/Debug/Exe/ble_app_buttonless_dfu_pca10040_s132.elf does not exist.
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\Debug\Exe\ble_app_buttonless_dfu_pca10040_s132.map
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_app_buttonless_dfu_pca10040_s132.ind
  Remove D:\Rohit\31_07\New folder\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu - nrf52810\pca10040\s132\ses\Output\ble_app_buttonless_dfu_pca10040_s132 Debug\Obj\ble_app_buttonless_dfu_pca10040_s132.ld
  Generating linker script ‘ble_app_buttonless_dfu_pca10040_s132.ld’
  Linking ble_app_buttonless_dfu_pca10040_s132.elf
    Output/Debug/Exe/ble_app_buttonless_dfu_pca10040_s132.elf section `.init&amp;#39; will not fit in region `UNPLACED_SECTIONS&amp;#39;
    region `UNPLACED_SECTIONS&amp;#39; overflowed by 71883 bytes
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/thumb_crt0.o: in function `memory_set&amp;#39;:
    (.init+0xd8): undefined reference to `__stack_end__&amp;#39;
    (.init+0xdc): undefined reference to `__stack_start__&amp;#39;
    (.init+0xe0): undefined reference to `__stack_process_end__&amp;#39;
    (.init+0xe4): undefined reference to `__stack_process_start__&amp;#39;
    (.init+0xe8): undefined reference to `__data_load_start__&amp;#39;
    (.init+0xec): undefined reference to `__data_start__&amp;#39;
    (.init+0xf0): undefined reference to `__data_end__&amp;#39;
    (.init+0xf4): undefined reference to `__text_load_start__&amp;#39;
    (.init+0xf8): undefined reference to `__text_start__&amp;#39;
    (.init+0xfc): undefined reference to `__text_end__&amp;#39;
    (.init+0x100): undefined reference to `__fast_load_start__&amp;#39;
    (.init+0x104): undefined reference to `__fast_start__&amp;#39;
    (.init+0x108): undefined reference to `__fast_end__&amp;#39;
    (.init+0x10c): undefined reference to `__ctors_load_start__&amp;#39;
    (.init+0x110): undefined reference to `__ctors_start__&amp;#39;
    (.init+0x114): undefined reference to `__ctors_end__&amp;#39;
    (.init+0x118): undefined reference to `__dtors_load_start__&amp;#39;
    (.init+0x11c): undefined reference to `__dtors_start__&amp;#39;
    (.init+0x120): undefined reference to `__dtors_end__&amp;#39;
    (.init+0x124): undefined reference to `__rodata_load_start__&amp;#39;
    (.init+0x128): undefined reference to `__rodata_start__&amp;#39;
    (.init+0x12c): undefined reference to `__rodata_end__&amp;#39;
    (.init+0x130): undefined reference to `__tdata_load_start__&amp;#39;
    (.init+0x134): undefined reference to `__tdata_start__&amp;#39;
    (.init+0x138): undefined reference to `__tdata_end__&amp;#39;
    (.init+0x13c): undefined reference to `__bss_start__&amp;#39;
    (.init+0x140): undefined reference to `__bss_end__&amp;#39;
    (.init+0x144): undefined reference to `__tbss_start__&amp;#39;
    (.init+0x148): undefined reference to `__tbss_end__&amp;#39;
    (.init+0x14c): undefined reference to `__heap_start__&amp;#39;
    (.init+0x150): undefined reference to `__heap_end__&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/ses_nrf52810_Vectors.o: in function `_vectors&amp;#39;:
    (.vectors+0x0): undefined reference to `__stack_end__&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/ses_nRF_Startup.o: in function `InitializeUserMemorySections&amp;#39;:
    (.init+0x38): undefined reference to `__start_nrf_sections&amp;#39;
    (.init+0x3c): undefined reference to `__start_nrf_sections_run&amp;#39;
    (.init+0x40): undefined reference to `__end_nrf_sections_run&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_log_frontend.o: in function `nrf_log_init&amp;#39;:
    nrf_log_frontend.c:(.text.nrf_log_init+0x8c): undefined reference to `__stop_log_const_data&amp;#39;
    nrf_log_frontend.c:(.text.nrf_log_init+0x90): undefined reference to `__start_log_const_data&amp;#39;
    nrf_log_frontend.c:(.text.nrf_log_init+0x94): undefined reference to `__start_log_dynamic_data&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_log_frontend.o: in function `nrf_log_module_cnt_get&amp;#39;:
    nrf_log_frontend.c:(.text.nrf_log_module_cnt_get+0xc): undefined reference to `__stop_log_const_data&amp;#39;
    nrf_log_frontend.c:(.text.nrf_log_module_cnt_get+0x10): undefined reference to `__start_log_const_data&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_log_frontend.o: in function `module_idx_get&amp;#39;:
    nrf_log_frontend.c:(.text.module_idx_get+0x68): undefined reference to `__start_log_dynamic_data&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_log_frontend.o: in function `nrf_log_module_name_get&amp;#39;:
    nrf_log_frontend.c:(.text.nrf_log_module_name_get+0x3c): undefined reference to `__start_log_const_data&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_log_frontend.o: in function `nrf_log_color_id_get&amp;#39;:
    nrf_log_frontend.c:(.text.nrf_log_color_id_get+0x6c): undefined reference to `__start_log_const_data&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_sdh.o:(.rodata.sdh_req_observers+0x0): undefined reference to `__start_sdh_req_observers&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_sdh.o:(.rodata.sdh_req_observers+0x4): undefined reference to `__stop_sdh_req_observers&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_sdh.o:(.rodata.sdh_state_observers+0x0): undefined reference to `__start_sdh_state_observers&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_sdh.o:(.rodata.sdh_state_observers+0x4): undefined reference to `__stop_sdh_state_observers&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_sdh.o:(.rodata.sdh_stack_observers+0x0): undefined reference to `__start_sdh_stack_observers&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_sdh.o:(.rodata.sdh_stack_observers+0x4): undefined reference to `__stop_sdh_stack_observers&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_fstorage.o: in function `nrf_fstorage_is_busy&amp;#39;:
    nrf_fstorage.c:(.text.nrf_fstorage_is_busy+0x7c): undefined reference to `__start_fs_data&amp;#39;
    nrf_fstorage.c:(.text.nrf_fstorage_is_busy+0x80): undefined reference to `__stop_fs_data&amp;#39;
    Output/ble_app_buttonless_dfu_pca10040_s132 Debug/Obj/nrf_sdh_ble.o: in function `nrf_sdh_ble_app_ram_start_get&amp;#39;:
    nrf_sdh_ble.c:(.text.nrf_sdh_ble_app_ram_start_get+0x20): undefined reference to `__app_ram_start__&amp;#39;
Build failed&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Converting a standard PCA10040 project to an emulated project</title><link>https://devzone.nordicsemi.com/thread/225324?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2019 10:25:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3190ff0d-3514-4c97-b413-bdfdc5d1c668</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;HI Rohit,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;we do have pca10040e examples for the Secure Bootloader in SDK v15.2.0 so I would recommend to use that instead of modifying the pca10040 example in SDK v14.2.0. Generally, I would recommend using the lastest SDK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, if moving to a newer SDK is not an option, then you need to set the FPU options for the SES project correctly, i.e.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-147fb28d3d32447b8924e2a35bf1dd87/pastedimage1576232688162v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>