<?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>I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6589/i2c-while-using-a-softdevice-with-nrf51822</link><description>Hello, 
 I read a while in this forum and found out it might be a little tricky to get I2C working when using a Softdevice. Is that information still valid or outdated? 
 developer.nordicsemi.com/.../a00784.html 
 Could I use this on a nRF51822 based</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Apr 2015 06:17:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6589/i2c-while-using-a-softdevice-with-nrf51822" /><item><title>RE: I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/thread/23017?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2015 06:17:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c335775-7da2-4a04-8e5a-3bfce8424cce</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Even I thought you are having problems with using the drivers. You made me test it (which is not a bad thing) and like RK said, you can use them as it is. Good Luck.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/thread/23015?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 14:41:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8ec3565-05f9-4b69-857d-2b9f9625ed28</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;You can use the drivers as-is or write your own. They work fine, they work fine with the softdevice. That&amp;#39;s just one random question from someone who appears to have been a little confused, the other link to the other question you posted shows resolution. Most people get the drivers to work without issue, they&amp;#39;re fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/thread/23014?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 14:22:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5bf52b6-90a0-4511-8c72-584281acdfcc</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;I don&amp;#39;t have the needed hardware yet. I&amp;#39;m still trying to figure out what is the best way to achieve my goals. During my researches I came across this question for example: &lt;a href="https://devzone.nordicsemi.com/question/15743/nrf51822-s110-problem-with-i2c-to-mpu9150/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt; . This  made me wonder if I had to implement the whole I2C stuff on my own or if I could just use the drivers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/thread/23013?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 12:05:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1df66984-5838-428f-9aa5-aaa794f65383</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I have not tested  the burst mode, but looking at the function code it looks like the read address is hardcoded into the library.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;void sdio_read_burst(uint8_t * target_buffer, uint8_t target_buffer_size) {
    uint_fast8_t address = 0x63;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This is most probably not correct address for your slave device and you need to change it.
If it is still not working then I would recommend you to check the maximum and mimum clock speeds of your device and check if this driver is not clocking too fast.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/thread/23019?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 10:54:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84792640-26ce-4079-b94c-28ee917e1373</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;For example here: &lt;a href="https://devzone.nordicsemi.com/question/15743/nrf51822-s110-problem-with-i2c-to-mpu9150/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or here: &lt;a href="https://devzone.nordicsemi.com/question/27968/twi_hw_master-and-softdevice/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/thread/23012?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 10:49:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0a7a1fe-60ec-45f9-850d-1ab27504cded</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;Thanks for trying it out! Did you test it with the functions from my link?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/thread/23016?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 06:32:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e27ae290-d146-48cd-96c8-a4e3016b2796</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Just tested it myself, I2C works fine with S110 on SDK8.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C while using a Softdevice with nRF51822</title><link>https://devzone.nordicsemi.com/thread/23018?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 00:43:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56a4c7a8-0818-4604-b1e9-dbbe8c671fdb</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;I have no idea (and you didn&amp;#39;t post a link) what makes you think there is a problem getting I2C to work with the softdevice. It works just fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>