<?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>Why isnt the Keil compiler finding core_cm0.h?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63490/why-isnt-the-keil-compiler-finding-core_cm0-h</link><description>There are 10000 posts with this problem. I have imported someone else&amp;#39;s project, and the file exists at Keil_v5\ARM\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include exactly where it should be and the device packs are installed. Even reinstalled them a couple</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Jul 2020 13:57:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63490/why-isnt-the-keil-compiler-finding-core_cm0-h" /><item><title>RE: Why isnt the Keil compiler finding core_cm0.h?</title><link>https://devzone.nordicsemi.com/thread/259220?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 13:57:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81a449af-57a9-4575-a07c-a0862ce94872</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;Good info, but the platform is not my choice. I just have to &amp;#39;fix&amp;#39; something on it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why isnt the Keil compiler finding core_cm0.h?</title><link>https://devzone.nordicsemi.com/thread/259196?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 12:57:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9df06ad3-ceff-417f-bfb7-5bf038808725</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;You are right, none of the nRF5 SDK that support nRF51-series support SES.&lt;/p&gt;
&lt;p&gt;In general you may find this useful:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/what-impact-does-the-deprecation-and-withdrawal-of-bluetooth-core-specification-v4-0-and-v4-1-have-on-your-current-and-future-products"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/what-impact-does-the-deprecation-and-withdrawal-of-bluetooth-core-specification-v4-0-and-v4-1-have-on-your-current-and-future-products&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf51/COMP/nrf51/nRF51422_nRF51822_ic_rev_sdk_sd_comp_matrix.html"&gt;https://infocenter.nordicsemi.com/topic/comp_matrix_nrf51/COMP/nrf51/nRF51422_nRF51822_ic_rev_sdk_sd_comp_matrix.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why isnt the Keil compiler finding core_cm0.h?</title><link>https://devzone.nordicsemi.com/thread/259173?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 12:19:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a3f5f43-095c-4cde-9635-55c2552cd02e</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;Its s110. But it is also NRF51822 which appears to be legacy anyways. There is no SDK for it that also supports Segger Embedded Studio.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why isnt the Keil compiler finding core_cm0.h?</title><link>https://devzone.nordicsemi.com/thread/259157?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 11:36:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae9b1f5e-8b30-4819-a273-9d15ef6a30e0</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;If this is an old SDK then this&amp;nbsp;may be part of the reason:&lt;br /&gt;&lt;a href="http://www2.keil.com/mdk5/Legacy/"&gt;http://www2.keil.com/mdk5/Legacy/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why isnt the Keil compiler finding core_cm0.h?</title><link>https://devzone.nordicsemi.com/thread/259107?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 08:38:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b19bc46-34f6-435c-a128-1cfdbe293418</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;I downloaded the latest version a week ago. I dont really want to use Keil because it is outrageously expensive but the project came that way. As I said, I got it to build by writing in the path to the include files in the Keil install directory along with the other paths to the &amp;#39;local&amp;#39; header files.It just seems weird to me to be required to hand configure the include files of the system. Never had to do that before with any other build system (Android Studio, Visual Studio, Segger Embedded Studio, etc.). Somehow something must be misconfigured and this &amp;#39;workaround&amp;#39; is a temporary solution, I may find more surprises when my DK arrives...&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why isnt the Keil compiler finding core_cm0.h?</title><link>https://devzone.nordicsemi.com/thread/258973?ContentTypeID=1</link><pubDate>Wed, 08 Jul 2020 11:06:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78ea2b64-61f4-4411-99e4-1d66b7b2b618</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;What version of Keil uVision are you using? Which SDK is this?&lt;/p&gt;
&lt;p&gt;The release notes of the nRF5 SDK should state which versions it has been tested with, so you may compare there.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>