<?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>TWI without SoftDevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21144/twi-without-softdevice</link><description>Hi, 
 I just switch to Embbeded Studio following the last tutorial ( here ). 
 I&amp;#39;m working on NRF51822 with SDK12 and TWI_sensor example (without SoftDevice). I followed the tutorial to import Keil project.I can compile my project without problem. </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Apr 2017 13:27:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21144/twi-without-softdevice" /><item><title>RE: TWI without SoftDevice</title><link>https://devzone.nordicsemi.com/thread/82737?ContentTypeID=1</link><pubDate>Thu, 06 Apr 2017 13:27:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:268a590e-1f4c-47f8-ad2e-0c01412af640</guid><dc:creator>julienh</dc:creator><description>&lt;p&gt;Thank you for your help. I don&amp;#39;t know why but the value of err_code which is displayed in debugger mode is not the good one... I still have 0x01, I can&amp;#39;t explain why.
I added NRF_LOG to TWI module to debug and I can confirm that there is no error...&lt;/p&gt;
&lt;p&gt;Just have no ACK from the device but I should find the problem quickly.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWI without SoftDevice</title><link>https://devzone.nordicsemi.com/thread/82736?ContentTypeID=1</link><pubDate>Thu, 06 Apr 2017 07:49:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d2b119f-676a-4b4d-8874-050b5579addb</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The nrf_drv_twi is not dependent on the SoftDevice and consequently does not perform any SV calls. As @danify (Daniel Wang) says, nrf_drv_twi_tx() does not return that error code, see the API documentation &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/group__nrf__drv__twi.html#ga2c5ea8408254dfa9cbff55dbee171a95"&gt;here&lt;/a&gt;. Please provide the returned error code in hex.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWI without SoftDevice</title><link>https://devzone.nordicsemi.com/thread/82735?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2017 20:13:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56aa0e8c-4466-40b3-8a04-8f547f687868</guid><dc:creator>Daniel Wang</dc:creator><description>&lt;p&gt;Are you sure that it&amp;#39;s &lt;code&gt;NRF_ERROR_SVC_HANDLER_MISSING&lt;/code&gt;? I don&amp;#39;t think it should be possible that &lt;code&gt;nrf_drv_twi_tx()&lt;/code&gt; function return that err_code. What number is the err_code ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>