<?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>Add MPU6050 to FATFS example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37932/add-mpu6050-to-fatfs-example</link><description>Hey guys, 
 I am using NRF51DK board and SDK v12. I want to add MPU6050 library to fatfs example but I have some problems. When i add &amp;quot;mpu6050.h&amp;quot; to my project i get &amp;quot;Not enough information to list image symbols.&amp;quot; error. I declared my libraries, added</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Aug 2018 08:41:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37932/add-mpu6050-to-fatfs-example" /><item><title>RE: Add MPU6050 to FATFS example</title><link>https://devzone.nordicsemi.com/thread/146441?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2018 08:41:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d70a1287-4948-4580-abec-3e9a5c03d31d</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It would have been easier to answer the question if you had posted the full error message. Then we would have seen which symbol was not found by the linker. I attempted to build your project, and got the following error:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol twi_master_transfer (referred from mpu6050.o).&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This tells us that you have not compiled the twi_master_transfer function, so you need to add the relevant file to your Keil project. This is&amp;nbsp;twi_hw_master.c from&amp;nbsp;\components\drivers_nrf\twi_master\deprecated\. Building again you now get this error:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;..\..\..\..\..\..\components\drivers_nrf\twi_master\deprecated\twi_hw_master.c(42): error:  #5: cannot open source input file &amp;quot;twi_master_config.h&amp;quot;: No such file or directory
  #include &amp;quot;twi_master_config.h&amp;quot;
..\..\..\..\..\..\components\drivers_nrf\twi_master\deprecated\twi_hw_master.c: 0 warnings, 1 error&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Add&amp;nbsp;&amp;nbsp;&lt;br /&gt;..\..\..\..\..\..\components\drivers_nrf\twi_master\deprecated\config to the include path to fix this last issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add MPU6050 to FATFS example</title><link>https://devzone.nordicsemi.com/thread/146377?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 17:57:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a49a8f94-4284-44a3-a779-23dd00284f20</guid><dc:creator>emircankavas</dc:creator><description>&lt;p&gt;with my &amp;quot;mpu6050.h&amp;quot; file there is &amp;quot;mpu6050.c&amp;quot; file too. Did you download my SDK folder? Thanks for your answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add MPU6050 to FATFS example</title><link>https://devzone.nordicsemi.com/thread/146177?ContentTypeID=1</link><pubDate>Tue, 28 Aug 2018 19:35:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fab2cda7-97df-4e91-a345-0f1e7425b70e</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;A header is not a library:&amp;nbsp; you also need to add the code of the library - ie, its implementation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>