<?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>nrf24LE1 I2C</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17604/nrf24le1-i2c</link><description>I&amp;#39;m trying to get the I2C on the nrf24LE1 working. I&amp;#39;m using the modified Library from nAN-20. It doesn&amp;#39;t do anything. Can&amp;#39;t see anything on the oscilloscope. It&amp;#39;s an nrf24LE1 QFN32. P0.4 and P0.5 are pulled on VCC with 10k Resistors. 
 #ifdef MCU_NRF24LE1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Nov 2016 09:54:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17604/nrf24le1-i2c" /><item><title>RE: nrf24LE1 I2C</title><link>https://devzone.nordicsemi.com/thread/67690?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 09:54:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0426830-b804-4293-a27f-16edc820c31d</guid><dc:creator>berkutta</dc:creator><description>&lt;p&gt;Hi @hkn&lt;/p&gt;
&lt;p&gt;No it&amp;#39;s not enabled. Everything other like GPIO toggling, RF transmit works great...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24LE1 I2C</title><link>https://devzone.nordicsemi.com/thread/67689?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 09:38:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd4933b5-3bda-4c61-9806-2e52039867af</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Have you checked if the nRF24LE1 has the &amp;quot;debug bit&amp;quot; enabled? This can be unchecked in the nRFprobe settings under Keil, or by programming the device from nRFgo Studio and ensuring that &amp;quot;Advanced settings-&amp;gt;Enable Hardware debugging&amp;quot; is unchecked before programming.&lt;/p&gt;
&lt;p&gt;If the debug bit is set, the core is halted until you send it valid debug commands over JTAG.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24LE1 I2C</title><link>https://devzone.nordicsemi.com/thread/67688?ContentTypeID=1</link><pubDate>Tue, 08 Nov 2016 13:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad290bb6-275b-4c33-9a7f-ed4333e69e4a</guid><dc:creator>berkutta</dc:creator><description>&lt;p&gt;Hi @hkn&lt;/p&gt;
&lt;p&gt;Tried with hal_w2_write and hal_w2_test_address. On both I don&amp;#39;t get any response on the SDA/SCL pin. Tried with resetting and parallel probing on that pins.&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24LE1 I2C</title><link>https://devzone.nordicsemi.com/thread/67691?ContentTypeID=1</link><pubDate>Tue, 08 Nov 2016 12:23:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30a6a086-084c-4d93-b2b9-4646bc6dae10</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you sure you got the address right?
If not it will wait forever in the macro &amp;quot;HAL_W2_WAIT_FOR_INTERRUPT&amp;quot;, which expands to:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{while(!SPIF); SPIF = 0; }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If this is where it&amp;#39;s stuck, you should be able to see a initial transaction on the I2C bus. Could you try probing the pins, then reset the nRF to see if anything comes out?&lt;/p&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>