<?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>Question regarding migrating from sdk14.2 to sdk15.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42489/question-regarding-migrating-from-sdk14-2-to-sdk15-2</link><description>hello, 
 When looking at the 3 different migrations scenarios at 
 https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/nrfx_migration_user_guide#getting_started_replace_nrf_drv_options_migrate 
 we can see that migration is not possible</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Jan 2019 10:06:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42489/question-regarding-migrating-from-sdk14-2-to-sdk15-2" /><item><title>RE: Question regarding migrating from sdk14.2 to sdk15.2</title><link>https://devzone.nordicsemi.com/thread/165905?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 10:06:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3d764fb-2bd6-4464-9dc7-3cd421e1bf19</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You are either missing some source files, or the modules are not enabled in sdk_config.h:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modules\nrfx\mdk\ses_startup_nrf_common.s&lt;/li&gt;
&lt;li&gt;components\libraries\atomic\nrf_atomic.c&lt;/li&gt;
&lt;li&gt;components\libraries\atomic_flags\nrf_atflags.c&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There could be more missing files in your project (it say 92 errors, but I think you cut of the image). You should search the files in components folder for the function name that is undefined, and include that source file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question regarding migrating from sdk14.2 to sdk15.2</title><link>https://devzone.nordicsemi.com/thread/165868?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 07:42:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:731668df-08db-4cdf-b334-24b3824a0542</guid><dc:creator>Jesper de</dc:creator><description>&lt;p&gt;Thanks for all the answers. There was other issues with undeclared macros which was fixed using the examples as reference.&lt;/p&gt;
&lt;p&gt;But now we have a problem with the linker it seems - please see attached picture.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/5344.Capture.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Do you have any advice on how to proceed?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jesper de Fries&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question regarding migrating from sdk14.2 to sdk15.2</title><link>https://devzone.nordicsemi.com/thread/165688?ContentTypeID=1</link><pubDate>Tue, 15 Jan 2019 10:01:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ece4abf9-6ebf-4e8b-bd9f-2cf75ea5a31f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;ol&gt;
&lt;li&gt;&amp;nbsp;Yes, the nrf_drv_common.c is not needed in SDK 15.2.0, and should be removed.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/group__nrf__fstorage__config#ga5e73baaef23c73565e9d942648592257"&gt;NRF_FSTORAGE_PARAM_CHECK_DISABLED&lt;/a&gt;&amp;nbsp;is a sdk_config.h config. If it&amp;#39;s not in your sdk_config.h file, you need to add it. See the configs in&amp;nbsp;examples\peripheral\flash_fstorage\pca10040\s132\config\sdk_config.h&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question regarding migrating from sdk14.2 to sdk15.2</title><link>https://devzone.nordicsemi.com/thread/165643?ContentTypeID=1</link><pubDate>Tue, 15 Jan 2019 07:50:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b09bf36-f265-477d-8bb2-526e68f494ef</guid><dc:creator>Jesper de</dc:creator><description>&lt;p&gt;Thanks for you fast reply,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;however we have two more follow-up questions to ask.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. In v15.2 there are no &amp;quot;nrf_drv_common.c&amp;quot; driver, only the .h file - is it ment to be removed from the project?&lt;/p&gt;
&lt;p&gt;2. We get some error,&amp;nbsp;&amp;#39;NRF_FSTORAGE_PARAM_CHECK_DISABLED&amp;#39; undeclared (first use in this function); did you mean &amp;#39;NRF_FSTORAGE_PARAM_CHECK&amp;#39;?, and are not sure what to make of it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jesper de Fries&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2746.Capture.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question regarding migrating from sdk14.2 to sdk15.2</title><link>https://devzone.nordicsemi.com/thread/165485?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2019 13:46:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95fe84d5-23b0-4c94-b1f6-b4e469358b83</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;See my answer in the other case you posted about that issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question regarding migrating from sdk14.2 to sdk15.2</title><link>https://devzone.nordicsemi.com/thread/165460?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2019 13:11:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d296763d-010b-48c8-a746-81b46334a293</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, it is perfectly fine to use the nrfx drivers for the other peripherals. Legacy drivers also use nrfx drivers in the lower layer, there is just a redefinition layer to map the legacy API to the nrfx API.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>