<?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>nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23238/nrf52832-twis-problem</link><description>Hi. 
 I&amp;#39;m trying to use nrf52832 twis as twi slave.
nrf52 DK(pca10040) is TWI slave (data receiver) arduino uno is TWI master (data transfer) 
 My code. (examples/peripheral/twi_master_with_twis_slave) 
 //TWIS init

ret_code_t eeprom_simulator_init</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jan 2020 10:12:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23238/nrf52832-twis-problem" /><item><title>RE: nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/thread/227627?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 10:12:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56c7da77-8f86-427e-b199-81c33e86c96b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;No, nRF51822 does not have a TWIS peripheral and will only support TWI/I2C master mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/thread/226781?ContentTypeID=1</link><pubDate>Tue, 24 Dec 2019 01:05:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2f1fcf9-27a3-4807-aac3-48af11db752f</guid><dc:creator>455</dc:creator><description>&lt;p&gt;&lt;span class="transSent"&gt;Can I use iic salve for 51822?&lt;/span&gt;&lt;span class="transSent"&gt;I found twi slave in SDK, feeling that only nrf52 series class can be used&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/thread/126601?ContentTypeID=1</link><pubDate>Tue, 03 Apr 2018 08:31:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f56b41b-2c16-40c3-b75b-6973a6a9f6c2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Do you put the nRF device in sleep mode while waiting for the transfer? The &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/twis.html?cp=2_1_0_33_9_0#unique_336041879"&gt;TWIS peripheral requires 1.5 to 4.5 µs from PREPARERX task until ready to receive&lt;/a&gt;. Please try enabling &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=2_1_0_17_2_0#unique_406845269"&gt;constant latency mode&lt;/a&gt;, or disable sleep mode entirely, to see if this solve the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/thread/125855?ContentTypeID=1</link><pubDate>Sat, 24 Mar 2018 21:50:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e46901ec-aaa7-4a62-8926-9cd74b68838a</guid><dc:creator>fletort</dc:creator><description>&lt;p&gt;And also with a stm32 as a master. On each transfert,&amp;nbsp;&lt;span&gt;TWIS_EVT_WRITE_REQ is recevied but never&amp;nbsp;TWIS_EVT_WRITE_DONE. I am using a code similar to the twis example.... can i miss something ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/thread/125792?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 16:01:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc6728ec-544a-46cc-9a4c-9e8c7127317c</guid><dc:creator>fletort</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;i have exactly the same behaviour with an Arduino Leonardo.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;TWIS_EVT_WRITE_REQ are recevied, but&amp;nbsp;never&amp;nbsp;&lt;/span&gt;TWIS_EVT_WRITE_DONE.&lt;/p&gt;
&lt;p&gt;I seems that nRF does not detect the STOP bit of my Arduino or something like that ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/thread/91392?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2017 11:27:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3133338-643f-4f86-bace-d7a251c5c7cf</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Are you handling the &lt;code&gt;TWIS_EVT_WRITE_REQ&lt;/code&gt; event? Have you tried debugging your application to see where it is stuck?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/thread/91393?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2017 16:06:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93191ebc-a52c-41a6-ab2a-6fa20a4339e0</guid><dc:creator>JaeHo</dc:creator><description>&lt;p&gt;Thank you, answer! SDK version is 12.0.0&lt;/p&gt;
&lt;p&gt;I modified example code but before modification example code is same result.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(\nRF5_SDK_12.0.0_d7731ad\examples\peripheral\twi_master_with_twis_slave\pca10040\blank\arm5_no_packs\twi_master_with_twis_slave_pca10040)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I add code [case TWIS_EVT_READ_REQ:  NRF_LOG_INFO(&amp;quot;READ_REQ\r\n&amp;quot;); NRF_LOG_FLUSH();] but not print. not work after print &amp;#39;twis_evt: 3&amp;#39;.&lt;/p&gt;
&lt;p&gt;[terminal result]&lt;/p&gt;
&lt;p&gt;ok&lt;/p&gt;
&lt;p&gt;ok&lt;/p&gt;
&lt;p&gt;ok&lt;/p&gt;
&lt;p&gt;ok&lt;/p&gt;
&lt;p&gt;ok&lt;/p&gt;
&lt;p&gt;twis_evt: 3&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 twis problem</title><link>https://devzone.nordicsemi.com/thread/91391?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2017 13:39:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9145017a-56f6-45f7-b142-3e03b556d74f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can find the documentation of the &lt;code&gt;nrf_drv_twis_evt_type_t&lt;/code&gt; struct in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.1.0/group__nrf__drv__twis.html#ga63538a473b8225a57950dd4cc438d9af"&gt;the infocenter&lt;/a&gt;. type = 3 means &lt;code&gt;TWIS_EVT_WRITE_REQ&lt;/code&gt;. Which SDK version are you using? Are you using the example without modifications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>