<?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>Adding and enabling nRF driver to a project in SEGGER through CMSIS configuration wizard</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35240/adding-and-enabling-nrf-driver-to-a-project-in-segger-through-cmsis-configuration-wizard</link><description>Hi DevZone, 
 I am new to nRF SoC and SEGGER. After installing all tools, I can build and run examples. 
 I run into a problem to add and enable a nRF driver, like &amp;quot;UARTE peripheral driver&amp;quot;, what are the procedure and step to do that? 
 
 I try to use</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Feb 2020 12:21:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35240/adding-and-enabling-nrf-driver-to-a-project-in-segger-through-cmsis-configuration-wizard" /><item><title>RE: Adding and enabling nRF driver to a project in SEGGER through CMSIS configuration wizard</title><link>https://devzone.nordicsemi.com/thread/236823?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2020 12:21:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dab15821-9d20-4597-83f0-cc7596b6c039</guid><dc:creator>KinSern</dc:creator><description>&lt;p&gt;Hi Martin,&lt;/p&gt;
&lt;p&gt;Thank you so much for your reply. Turns out while conducting the suggested activity, I stumbled upon another ticket that addresses this issue:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/32802/problem-using-cmsis-in-segger-embedded-studio"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/32802/problem-using-cmsis-in-segger-embedded-studio&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Although I&amp;#39;d have to say that&amp;nbsp;&lt;strong&gt;my issue was not having Java installed &lt;/strong&gt;on my company&amp;#39;s computer. I installed it and the CMSIS Wizard pops up as expected in the tutorial video.&lt;/p&gt;
&lt;p&gt;Thanks a bunch!&lt;/p&gt;
&lt;p&gt;Kin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding and enabling nRF driver to a project in SEGGER through CMSIS configuration wizard</title><link>https://devzone.nordicsemi.com/thread/236786?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2020 10:33:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad743224-3f0a-4683-b394-3da507fb2219</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Kin,&lt;br /&gt;Please &lt;a href="https://devzone.nordicsemi.com/support/add" rel="noopener noreferrer" target="_blank"&gt;make a new ticket &lt;/a&gt;since this case is over 2 years old and then also specify which segger version you are using in the new ticket.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding and enabling nRF driver to a project in SEGGER through CMSIS configuration wizard</title><link>https://devzone.nordicsemi.com/thread/236745?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2020 09:31:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a720d694-08a9-4993-a97d-af1f00213cff</guid><dc:creator>KinSern</dc:creator><description>&lt;p&gt;Hi Martin,&lt;/p&gt;
&lt;p&gt;The tutorial to &amp;quot;CMSIS Configuration Wizard&amp;quot; worked to a certain extent.&lt;/p&gt;
&lt;p&gt;Prior to inserting the additional line of code below, the&amp;nbsp;&lt;strong&gt;option to open CMSIS Config Wizard&amp;nbsp;&lt;/strong&gt;was not even available. However after inserting the code, I could see the option and click on it.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;item name=&amp;quot;Tool.CMSIS_Config_Wizard&amp;quot; wait=&amp;quot;no&amp;quot;&amp;gt;
    &amp;lt;menu&amp;gt;&amp;amp;CMSIS Configuration Wizard&amp;lt;/menu&amp;gt;
    &amp;lt;text&amp;gt;CMSIS Configuration Wizard&amp;lt;/text&amp;gt;
    &amp;lt;tip&amp;gt;Open a configuration file in CMSIS Configuration Wizard&amp;lt;/tip&amp;gt;
    &amp;lt;key&amp;gt;Ctrl+Y&amp;lt;/key&amp;gt;
    &amp;lt;match&amp;gt;*config*.h&amp;lt;/match&amp;gt;
    &amp;lt;message&amp;gt;CMSIS Config&amp;lt;/message&amp;gt;
    &amp;lt;commands&amp;gt;
      java -jar &amp;quot;$(CMSIS_CONFIG_TOOL)&amp;quot; &amp;quot;$(InputPath)&amp;quot;
    &amp;lt;/commands&amp;gt;
&amp;lt;/item&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Here&amp;#39;s the problem.&amp;nbsp;&lt;/strong&gt;Upon clicking the option, &lt;strong&gt;no wizard/window pops out&lt;/strong&gt; for me to enable RTT &amp;amp; Logging.&lt;br /&gt;I am following this tutorial here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://youtu.be/uP8RYgYGRvI?t=168"&gt;https://youtu.be/uP8RYgYGRvI?t=168&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your help and support in advanced!!&lt;/p&gt;
&lt;p&gt;Kin Sern&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding and enabling nRF driver to a project in SEGGER through CMSIS configuration wizard</title><link>https://devzone.nordicsemi.com/thread/163926?ContentTypeID=1</link><pubDate>Fri, 04 Jan 2019 10:13:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a92a06d6-c7de-4db7-bff3-59cf41f8ca01</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Ron,&lt;/p&gt;
&lt;p&gt;The CMIS Wizard is just a graphical representation of what&amp;#39;s in the sdk_config.h file.&lt;/p&gt;
&lt;p&gt;If something that you need is not in there, you have to add it to the sdk_config.h file first.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The easiest solution would be to copy from a project what already have what you need in the sdk_config.h.&lt;/p&gt;
&lt;p&gt;(example on how to add something that&amp;#39;s missing in sdk_config is listed &lt;a href="https://devzone.nordicsemi.com/b/blog/posts/merging-two-ble-examples-together"&gt;here&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;//cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding and enabling nRF driver to a project in SEGGER through CMSIS configuration wizard</title><link>https://devzone.nordicsemi.com/thread/163334?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 01:14:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a262ac6c-db4f-46ad-a348-c245fa4f5cc8</guid><dc:creator>Ron</dc:creator><description>&lt;p&gt;Did this get sorted out? I&amp;#39;m having the same problem and neither of the provided references says how to get a driver to show up in CMSIS Wizard if it&amp;#39;s not already there...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding and enabling nRF driver to a project in SEGGER through CMSIS configuration wizard</title><link>https://devzone.nordicsemi.com/thread/135578?ContentTypeID=1</link><pubDate>Mon, 11 Jun 2018 12:37:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e1c89ad-7d9a-4602-95c4-bf3ac915d4c7</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi HRB,&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For &amp;quot;Importing files and drivers&amp;quot; please check out &lt;a href="https://www.youtube.com/watch?v=t-kh1EbesvI&amp;amp;list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV&amp;amp;index=6" target="_blank" rel="noopener noreferrer"&gt;this tutorial&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;For &amp;quot;How to use the&amp;nbsp;CMSIS Configuration Wizard&amp;quot; please check out &lt;a href="https://www.youtube.com/watch?v=b0MxWaAjMco&amp;amp;list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV&amp;amp;index=4" target="_blank" rel="noopener noreferrer"&gt;this tutorial.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>