<?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 sending address with no data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7788/twi-sending-address-with-no-data</link><description>I need to send the following sequence of bits through TWI 
 start bit | 7 bit address | write | slave ACK | stop bit 
 I looked through the twi_hw_master.c and it seems that when you issue the TASKS_STARTTX both the ADDRESS and the TXD would be sent</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Mar 2019 15:28:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7788/twi-sending-address-with-no-data" /><item><title>RE: TWI sending address with no data</title><link>https://devzone.nordicsemi.com/thread/177127?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 15:28:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32ba8cb3-03c8-47e7-9f81-97899b18f357</guid><dc:creator>raphael_gsa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a pretty similar issue. I&amp;#39;m using the si7210 Hall effect sensor from Silicon Labs. To wake&amp;nbsp;the chip, a TWI frame like the one described above must be sent and nothing else. I looked for the software TWI library suggested bu Hung Bui but as it was 4 years ago and I&amp;#39;m using the SDK version 15, it is now indicated as deprecated.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any new idea/solution for this issue.&lt;br /&gt;Thanks a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWI sending address with no data</title><link>https://devzone.nordicsemi.com/thread/27738?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2015 08:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a0adf66-717a-4b7b-aed5-742495947336</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Red Shaya: You are correct. Our hardware TWI wouldn&amp;#39;t support transferring just ADDR without any payload. As you can find there is no EVENT back after the first ACK in the Figure 64 in the nRF51 Reference Manual.&lt;/p&gt;
&lt;p&gt;I would suggest you to use the software TWI library and modify it to match with your need. The twi_sw_master.c can be found at \components\drivers_nrf\twi_master\incubated in the SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>