<?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 new driver in segger embedded studio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29364/adding-new-driver-in-segger-embedded-studio</link><description>Hello everyone !!! 
 I&amp;#39;ve recently started working with Segger Embedded studio for nfr52840. I want to add a new driver into an existing projects.Let&amp;#39;s say GPIOTE 
 
 I added nrf_drv_gpiote.c in nrf_Drivers folder 
 Enabled driver in sdk_config.h</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Aug 2018 04:40:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29364/adding-new-driver-in-segger-embedded-studio" /><item><title>RE: Adding new driver in segger embedded studio</title><link>https://devzone.nordicsemi.com/thread/142288?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 04:40:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f62f45cf-f749-4512-ac84-ac44ec85e251</guid><dc:creator>Chukwuemeka</dc:creator><description>&lt;p&gt;I have seen the cause of the issue. I didn&amp;#39;t include properly the SDK_ROOT path in the global macros. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding new driver in segger embedded studio</title><link>https://devzone.nordicsemi.com/thread/141178?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 14:11:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78539192-29b7-4eb5-9dd5-c1ec6df245da</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Are the four header files located in the same folder? If they are, then it makes sense that you included the path for one of them &amp;amp; everything worked. If you double click on the User Include Directories, you should be able to add a new path by writing it on a new line &amp;amp; pressing OK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding new driver in segger embedded studio</title><link>https://devzone.nordicsemi.com/thread/140412?ContentTypeID=1</link><pubDate>Tue, 17 Jul 2018 14:33:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6d1de28-5bf2-4c96-ae84-c3ecbf1cbca1</guid><dc:creator>Chukwuemeka</dc:creator><description>&lt;p&gt;I have a similar issue but mine comprises of four header files. I included the path for one and it worked. How do I add multiple paths to the other files in the User Include Directory?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding new driver in segger embedded studio</title><link>https://devzone.nordicsemi.com/thread/116813?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2018 09:28:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0de17d67-0b71-4ba2-a82d-f008072a1b65</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;These two Youtube videos could also be helpful: &lt;a href="https://www.youtube.com/watch?v=b0MxWaAjMco&amp;amp;index=4&amp;amp;list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV"&gt;video 1&lt;/a&gt;, &lt;a href="https://www.youtube.com/watch?v=t-kh1EbesvI&amp;amp;list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV&amp;amp;index=6"&gt;video 2&lt;/a&gt;. Could be useful to watch the other videos too to get an even better overview over segger embedded studio.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding new driver in segger embedded studio</title><link>https://devzone.nordicsemi.com/thread/116812?ContentTypeID=1</link><pubDate>Thu, 11 Jan 2018 12:08:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fe2beda-1fca-43de-aa56-09c2f452a4ca</guid><dc:creator>Ole Saether</dc:creator><description>&lt;p&gt;You must add the path to the nrf_drv_gpiote.h file to the compiler include directories: In Embedded Studio right click the solution or project and select Code-&amp;gt;Preprocessor then User Include Directories and add the path to the file. The file is located in &amp;quot;components/drivers_nrf/gpiote&amp;quot;. Depending on where your project file is located relative to the nRF5 SDK you will need to edit the path. Look at the other User Include Directories for help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>