<?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>Keil: include problem with TWI file</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20998/keil-include-problem-with-twi-file</link><description>Hello
I adapted the ble_app_uart with twi functionality.
Therefore I included the &amp;quot;app_twi.h&amp;quot; which includes the &amp;quot;nrf_drv_twi.h&amp;quot;
But as visible in the picture, the &amp;quot;nrf_drv_twi.c&amp;quot; doesn&amp;#39;t show up in the tree of project files in the &amp;quot;nrf_Drivers&amp;quot; branch</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Mar 2017 10:45:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20998/keil-include-problem-with-twi-file" /><item><title>RE: Keil: include problem with TWI file</title><link>https://devzone.nordicsemi.com/thread/82066?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2017 10:45:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:109536cd-0c69-40d8-ad59-afcc7235f347</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Make sure you add the file: &amp;quot;sdk_folder\components\drivers_nrf\twi_master\nrf_drv_twi.c&amp;quot; to your project. This is where your missing functions are defined. You might also need to enable TWI in the sdk_config.h file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>