<?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>nRF Connect SDK Fundamentals Lesson 6 Exercise 1: Question on the i2c node used in the example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127595/nrf-connect-sdk-fundamentals-lesson-6-exercise-1-question-on-the-i2c-node-used-in-the-example</link><description>Hello, 
 
 Step 5.2 of this part of the course has a code example which shows which i2c node to use to control the temperature sensor. In the case of the nRF54l15DK it is the &amp;amp;i2c22 node that is used. I also have a nRF52840DK and the code example uses</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Apr 2026 11:32:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127595/nrf-connect-sdk-fundamentals-lesson-6-exercise-1-question-on-the-i2c-node-used-in-the-example" /><item><title>RE: nRF Connect SDK Fundamentals Lesson 6 Exercise 1: Question on the i2c node used in the example</title><link>https://devzone.nordicsemi.com/thread/564376?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2026 11:32:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b271b1f7-6e49-4dbd-a683-c4e09e008ba5</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi, Kenneth is out of office. In general I would recommend to stick with the nRF54L platform was it is around 10 years newer then the old 52 series. I don&amp;#39;t see any reason to stick to the old platform.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK Fundamentals Lesson 6 Exercise 1: Question on the i2c node used in the example</title><link>https://devzone.nordicsemi.com/thread/564219?ContentTypeID=1</link><pubDate>Sat, 28 Mar 2026 03:09:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c53f48b-d1e1-4326-9a98-99e5855f8bd8</guid><dc:creator>byt555</dc:creator><description>&lt;p&gt;Hello Kenneth,&lt;/p&gt;
&lt;p&gt;Should I stick with the nRF52 series instead of nRF54L if I&amp;#39;m just beginning to learn embedded programming?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK Fundamentals Lesson 6 Exercise 1: Question on the i2c node used in the example</title><link>https://devzone.nordicsemi.com/thread/564095?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2026 12:25:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f939578-6d17-4ec7-bc75-0dd8830735c0</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;First of all make sure you understand that a lot of the peripherals share the same ID:&amp;nbsp;&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/global.instantiation.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/global.instantiation.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can then for instance find that ID 198 is shared between SPIM20, SPIS20, TWIM20, TWIS20, UARTE20. Only one can be enabled. So if you enable TWIM20 (in the zephyr device tree that will be &amp;amp;i2c20), then you can&amp;#39;t enable spi20 or uart20. You are kind of responsible to ensure that you meet this requirement (though the build system likely will throw an error if you don&amp;#39;t uphold this).&lt;/p&gt;
&lt;p&gt;I really recommend that you go through the nRF54L series express course that touch upon this and other things you should know when developing with the nRF54L-series, and also which considerations you should take when you decide on schematic and layout:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf54l-series-express-course/"&gt;https://academy.nordicsemi.com/courses/nrf54l-series-express-course/&lt;/a&gt;&amp;nbsp;The instantiation is different compared to the nRF52-series, the nRF54L-series have unique power domains that did not exist in the nRF52-series, so the numbering is different:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf54l-series-express-course/lessons/lesson-2-power-domains-event-system-and-gpio/topic/power-domains/"&gt;https://academy.nordicsemi.com/courses/nrf54l-series-express-course/lessons/lesson-2-power-domains-event-system-and-gpio/topic/power-domains/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>