<?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>I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55252/i-get-a-warning-every-time-i-launch-ses-of-cmsis-header-files-that-exist-and-dated-later</link><description>After I select Yes to All, or No to All, it tells me to get I license, which I just click continue, and then after that everything works fine. 
 The install is kusher according to guidelines of how to install nRF Connect, even checking each step with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Aug 2020 11:57:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55252/i-get-a-warning-every-time-i-launch-ses-of-cmsis-header-files-that-exist-and-dated-later" /><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/266474?ContentTypeID=1</link><pubDate>Wed, 26 Aug 2020 11:57:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6767cb93-4f1c-4e81-84e2-0fa5d94b3a35</guid><dc:creator>Rory</dc:creator><description>&lt;p&gt;I ran into this exact issue when setting up a new workstation with SES (Nordic Edition) V4.52. I noticed that&amp;nbsp;back in SES (Nordic Edition) V4.18, the CMSIS-CORE 4.05 package was used nRF CPU Support Package, but in the newer versions, it is using CMSIS 5 CMSIS-CORE 5.04.&lt;/p&gt;
&lt;p&gt;It turns out that if you just also install the old&amp;nbsp;&lt;span&gt;CMSIS-CORE 4.05 package alongside the&amp;nbsp;CMSIS 5 CMSIS-CORE 5.04 package, the problem goes away. Problem solved!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " height="322" src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1882.CMSIS.png" width="408" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/242218?ContentTypeID=1</link><pubDate>Sat, 28 Mar 2020 14:57:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd86f355-0541-4262-8ebc-5268eb4df68a</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;Thank you navigator!!! Worked like a Charm.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In my case, since I am using this also for SDK16, I placed the batch file inside the directory where the emProject is:&lt;/p&gt;
&lt;p&gt;This is project_name.bat:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;rd &amp;quot;c:\users\YOUR_USER_NAME\nordic\segger embedded studio\v3\packages&amp;quot; /s /q
start project_name.emProject&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/242208?ContentTypeID=1</link><pubDate>Sat, 28 Mar 2020 12:27:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31fafb0f-2277-4079-9dff-233bed8cbfb0</guid><dc:creator>navigator</dc:creator><description>&lt;p&gt;Ok, those errors were starting to run me down.&amp;nbsp; Especially since other folks in the office look to me to setup things nicely for them.&amp;nbsp; And it hasn&amp;#39;t been pretty with the nag screens...&lt;/p&gt;
&lt;p&gt;Here is a workaround for SES 4.42a using Windows 10.&lt;br /&gt;I cooked up a script to clean up the directory mess, then enter into SES 4.42a without any warnings and yes, it still keeps your license.&lt;/p&gt;
&lt;p&gt;1. Create the following script and adapt paths as needed.&lt;br /&gt;2. Call it emStudioWorkaround.bat, and put it wherever you like. &lt;br /&gt;3. Add a shortcut to it on your desktop, and change properties so it starts in a minimized window.&lt;br /&gt;4. Lastly, assign an icon to the shortcut.&lt;br /&gt; Browse to emStudio.exe and assign the official Segger icon to your new script.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;rd &amp;quot;c:\users\YOUR_USER_NAME\nordic\segger embedded studio\v3\packages&amp;quot; /s /q
c:
cd &amp;quot;c:\YOUR_SES_INSTALL_PATH\arm_segger_embedded_studio_v442a_win_x64_nordic\bin&amp;quot;
start emStudio.exe&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Works like a charm for me. &lt;br /&gt;Enjoy!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/240953?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 18:27:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce41204a-bf2a-4173-b356-343b07da4a19</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;I think I did it wrong, because it did not work. When I execute SES it creates the Nordic folder again.&lt;/p&gt;
&lt;p&gt;I think I&amp;#39;ll just wait for the fix &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/240917?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 15:26:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65b14d83-b9fb-4b75-bc54-631851958dfe</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I haven&amp;#39;t tested this but one of our colleague says that removing the Nordic version of SES folder fixes the error&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/952x604/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-d154b92f8f4845c7b8d3471fd41c21c4/pastedimage1584717821013v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;If you deleted the &amp;quot;Nordic&amp;quot; V3 folder, the error does not occur. But then you need to re-license.&lt;/p&gt;
&lt;p&gt;We here at devzone channel do not have a privilage to talk about fix versions, but I can say that this is being looked at.&lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/240905?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 14:32:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee11b9fb-a28f-4a1a-9ed6-00fca91ac950</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;Thank you Susheel for the prompt response.&lt;/p&gt;
&lt;p&gt;Is there a known workaround, like a special version of segger that will work, or maybe the order of installation?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/240903?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 14:28:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca3773e7-8812-4e9c-b50b-db4d81b65c86</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;This is the conflict between the Nordic SES version and the segger installed version. It really does not matter what option you choose there and the project should open normally.&amp;nbsp; It is a bit annoying, but not a blocker for the work I hope. We are trying to address this in the future versions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/240897?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 13:54:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd359e5b-cf88-47e0-a7a8-5fa91eaca88b</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;I am using 4.42a now, with a totally new VM, in hopes that the problem&amp;nbsp;was solved,&amp;nbsp;but it is still there. I have not tried a windows computer, but @navigator just gave me the answer. I am very surprised that there are not more cases like this, or maybe it just does not hurt enough...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/240894?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2020 13:46:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6140def1-f862-45b1-8312-bca1bc551172</guid><dc:creator>navigator</dc:creator><description>&lt;p&gt;I get the exact same message every time I start SES 4.42a (Nordic Edition).&amp;nbsp; &amp;nbsp;I am using Windows 10, no virtual machine.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there any solution to this?&amp;nbsp; &amp;nbsp;Yes it is frustrating to keep acknowledging the warning.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/224137?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2019 11:20:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6aaec3c-7afc-45a8-b754-da292333b3e6</guid><dc:creator>Susheel Nuguru</dc:creator><description>[quote user="antoniordz"]Yes, both clocks (mac pro and windows) have the same configuration for timezone, Central Time (UTC-06:00)[/quote]
&lt;p&gt;&amp;nbsp;Then it seems to be a bug in the package installer in SES.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/223954?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 14:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6673273-2db0-462c-8f0e-adae4d303315</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;Thank you Susheel.&lt;/p&gt;
&lt;p&gt;Yes, both clocks (mac pro and windows) have the same configuration for timezone, Central Time (UTC-06:00)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I get a warning every time I launch SES of cmsis header files that exist and dated later...</title><link>https://devzone.nordicsemi.com/thread/223913?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 13:19:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af58f21d-a5ca-4535-a0e4-a7cbff1b78c0</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;That sounds strange, atleast I have not heard about this before. Are the timezones on your virtual machine correct?&lt;/p&gt;
&lt;p&gt;Even though this is not stopping you in your work, I understand that this can be frustrating.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>