<?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>Migration from SDK15.0.0 TO SDK17.0.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78364/migration-from-sdk15-0-0-to-sdk17-0-2</link><description>Hello everyone, 
 I am using NRF52840 development kit. I am trying to migrate my developed code from SDK version 15.0.0 to SDK version 17.0.2. 
 While compiling the DFU firmware I got this error:- 
 error: #error The configuration NRF_CRYPTO_BACKEND_CC310_BL_ECC_LITTLE_ENDIAN_ENABLED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Aug 2021 13:29:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78364/migration-from-sdk15-0-0-to-sdk17-0-2" /><item><title>RE: Migration from SDK15.0.0 TO SDK17.0.2</title><link>https://devzone.nordicsemi.com/thread/324680?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 13:29:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74a6a5d6-d0fc-4146-aeeb-fce1eed2e421</guid><dc:creator>Sigurd</dc:creator><description>[quote user="snehal_2789"]code compiled properly but DFU OTA is not working now. please help me[/quote]
&lt;p&gt;&amp;nbsp;Will be handled by my colleague in your other post:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/78432/ota-doesnt-work-on-migrating-dfu-frimware-from-sdk15-0-0-to-sdk17-0-2"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/78432/ota-doesnt-work-on-migrating-dfu-frimware-from-sdk15-0-0-to-sdk17-0-2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Closing this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration from SDK15.0.0 TO SDK17.0.2</title><link>https://devzone.nordicsemi.com/thread/324144?ContentTypeID=1</link><pubDate>Tue, 10 Aug 2021 08:05:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a37ee3c4-84be-4601-9215-97c357ef2f7b</guid><dc:creator>sne_333</dc:creator><description>&lt;p&gt;As you said I disabled the following defines,&lt;/p&gt;
&lt;p&gt;NRF_CRYPTO_BACKEND_CC310_BL_HASH_LITTLE_ENDIAN_DIGEST_ENABLED&lt;br /&gt; - NRF_CRYPTO_BACKEND_CC310_BL_ECC_LITTLE_ENDIAN_ENABLED&lt;br /&gt; - NRF_CRYPTO_BACKEND_MICRO_ECC_LITTLE_ENDIAN_ENABLED&lt;br /&gt; - NRF_CRYPTO_BACKEND_NRF_SW_HASH_LITTLE_ENDIAN_DIGEST_ENABLED&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;code compiled properly but DFU OTA is not working now. please help me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration from SDK15.0.0 TO SDK17.0.2</title><link>https://devzone.nordicsemi.com/thread/323986?ContentTypeID=1</link><pubDate>Mon, 09 Aug 2021 12:00:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec63d3ba-74fe-43d0-bb43-b6c8f7ead55f</guid><dc:creator>sne_333</dc:creator><description>&lt;p&gt;Thank you for your reply. I disabled the above defines in my config file. The errors are gone now but I am getting linking .&lt;/p&gt;
&lt;p&gt;How can I solve this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Ubuntu_2D00_20.04-_5B00_Running_5D00_-_2D00_-Oracle-VM-VirtualBox-09_5F00_08_5F00_2021-5_5F00_25_5F00_39-PM.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration from SDK15.0.0 TO SDK17.0.2</title><link>https://devzone.nordicsemi.com/thread/323973?ContentTypeID=1</link><pubDate>Mon, 09 Aug 2021 11:07:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:528d5733-2afd-44ba-a500-c320eb907572</guid><dc:creator>Sigurd</dc:creator><description>[quote userid="105011" url="~/f/nordic-q-a/78364/migration-from-sdk15-0-0-to-sdk17-0-2"]Any ideas on how to solve this error?[/quote]
&lt;p&gt;Try removing or disabling the define.&lt;/p&gt;
&lt;p&gt;From the release notes:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; - Removed the following defines. A compile error is shown if they are enabled in a configuration:
    - NRF_CRYPTO_BACKEND_CC310_BL_HASH_LITTLE_ENDIAN_DIGEST_ENABLED
    - NRF_CRYPTO_BACKEND_CC310_BL_ECC_LITTLE_ENDIAN_ENABLED
    - NRF_CRYPTO_BACKEND_MICRO_ECC_LITTLE_ENDIAN_ENABLED
    - NRF_CRYPTO_BACKEND_NRF_SW_HASH_LITTLE_ENDIAN_DIGEST_ENABLED&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Some more info in this post:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/42955/no-more-cc310-support-in-bootloader-sdk-15-2/167640#167640"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/42955/no-more-cc310-support-in-bootloader-sdk-15-2/167640#167640&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>