<?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 does not work on custom board with BMD-330 (nRF52810 chipset) even though it works fine on development kits</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61652/twi-does-not-work-on-custom-board-with-bmd-330-nrf52810-chipset-even-though-it-works-fine-on-development-kits</link><description>Dear All, 
 We have designed our custom board based on BMD-330 (nRF52810 chipset). It uses i2c (TWI) to communicate with Azoteq IQS620A sensor . 
 TWI code runs fine on nRF52-DK (based on nRF52832) and BMD-330-EVAL (based on nRF52810), but when I run</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 May 2020 13:52:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61652/twi-does-not-work-on-custom-board-with-bmd-330-nrf52810-chipset-even-though-it-works-fine-on-development-kits" /><item><title>RE: TWI does not work on custom board with BMD-330 (nRF52810 chipset) even though it works fine on development kits</title><link>https://devzone.nordicsemi.com/thread/252224?ContentTypeID=1</link><pubDate>Thu, 28 May 2020 13:52:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25818ec2-9483-41b0-919d-331b84ec6f2d</guid><dc:creator>Ahmad Shakir</dc:creator><description>&lt;p&gt;Thank you so much for clarifying this :D&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWI does not work on custom board with BMD-330 (nRF52810 chipset) even though it works fine on development kits</title><link>https://devzone.nordicsemi.com/thread/251606?ContentTypeID=1</link><pubDate>Tue, 26 May 2020 07:23:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:def29952-e677-453a-af91-6a75b89f0862</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;This is because of the debugger on the DK, it likely allows the TWI to &amp;quot;override&amp;quot; the UART logging when you use the same pins for the two, while your custom board seems to prioritize the UART logging instead. You should be able to see that UART logging won&amp;#39;t work while the TWI is configured to this pin on your DK.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWI does not work on custom board with BMD-330 (nRF52810 chipset) even though it works fine on development kits</title><link>https://devzone.nordicsemi.com/thread/251481?ContentTypeID=1</link><pubDate>Mon, 25 May 2020 12:28:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:544cff2d-71fd-4bc0-9d22-9b590c4aa3c0</guid><dc:creator>Ahmad Shakir</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;/p&gt;
&lt;p&gt;It turns out you were absolutely right about the pin number 6 being used by UART logging. There is one thing that is still unclear to me. Why does the same code works fine on the development board since the same pin works without any issue on it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TWI does not work on custom board with BMD-330 (nRF52810 chipset) even though it works fine on development kits</title><link>https://devzone.nordicsemi.com/thread/251201?ContentTypeID=1</link><pubDate>Fri, 22 May 2020 09:13:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34cfbdc8-ca4f-4def-9e74-e18760d3108f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Ahmad&lt;/p&gt;
&lt;p&gt;I think you&amp;#39;re seeing this&amp;nbsp;&lt;strong&gt;busy&amp;nbsp;&lt;/strong&gt;error because the pins you&amp;#39;re using for TWI are already in use by the logger module. By default, pins 5-8 are used by the UART, and I&amp;#39;m guessing you are using the UART for logging in your example. Please try either disabling the logger module or changing the pins for UART or TWI.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>