<?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>Is nrf53833 no longer supported for code examples?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101415/is-nrf53833-no-longer-supported-for-code-examples</link><description>I&amp;#39;m currently testing converting a project from STM32 to an nrf52833DK target, and wanted to test the i2C examples. 
 None of the examples will actually compile. The i2C example projects I&amp;#39;ve used as templates all have strange target options like &amp;quot;frdm_k64f</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Aug 2023 12:25:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101415/is-nrf53833-no-longer-supported-for-code-examples" /><item><title>RE: Is nrf53833 no longer supported for code examples?</title><link>https://devzone.nordicsemi.com/thread/439912?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2023 12:25:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97b18060-6565-468e-a926-663109f7ee70</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Understandable, good to know that you got it working!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is nrf53833 no longer supported for code examples?</title><link>https://devzone.nordicsemi.com/thread/439790?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2023 20:42:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f764825a-654d-4778-9832-7c79ae0362d1</guid><dc:creator>Scerion</dc:creator><description>&lt;p&gt;Hi Michal, sorry I missed this reply. Some of the example code on the DevAcademy had some errors, but I was able to get i2c working fine with my project. I usually use other manufacturers, so this is my first PCB design with Nordic, under a tight schedule (just restarted today after a delay) - so hopefully the design will work first time!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is nrf53833 no longer supported for code examples?</title><link>https://devzone.nordicsemi.com/thread/434546?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 19:18:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f290ee65-596d-4be5-af58-16517e9f2fd5</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Yes, it has been unfortunately removed (not by us) in the zephyr version used in NCS 2.4.0, but since you were using 2.3.0 in the original post I have assumed that you are only using that version. I think it should work in 2.4.0 if you just copy and paste it though.&lt;/p&gt;
&lt;p&gt;This sample should be pretty straightforward, and you may supply it with the higher-lever functions from the aforementioned &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/hardware/peripherals/i2c.html"&gt;I2C API&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also, please tell me what you would like to see in a pure i2c example, since I would like to provide one.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is nrf53833 no longer supported for code examples?</title><link>https://devzone.nordicsemi.com/thread/434544?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 18:51:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5da1488b-39a8-4f57-94ce-8561716833e9</guid><dc:creator>Scerion</dc:creator><description>&lt;p&gt;Edit: Just noticed the example IS in the 2.3.0 directory, but removed from 2.4.0. Not sure why it&amp;#39;s building with 2.3.0, but I&amp;#39;ll just remove 2.4.0 to ensure there&amp;#39;s no conflict.&lt;/p&gt;
&lt;p&gt;Thanks, I have the nRF Connect IDE, and that sample is not in there. In fact, there is no pure i2c example at all in any samples (just drivers for specific sensors). This is with version 2.4.0. I don&amp;#39;t generally use Nordic, and have just picked up a legacy project that I need to get working well enough for a proof of concept so I can just bit-bang i2C in software to get it working. I&amp;#39;ll probably change to a&amp;nbsp;more familiar manufacturer to get it working in hardware after this prototype. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is nrf53833 no longer supported for code examples?</title><link>https://devzone.nordicsemi.com/thread/434543?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 18:41:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84355485-54bc-42dd-b0c6-a6ce7f2a83a5</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;The code is in the nRF Connect SDK that I assume you have in C:/ncs/v2.3.0/ as shown on your screenshot.&lt;/p&gt;
&lt;p&gt;This sample should be in zephyr/samples/drivers/i2c_fujitsu_fram inside your folder. I have been using it personally for trying out things with I2C.&lt;/p&gt;
&lt;p&gt;I am also thinking about writing a basic I2C sample myself, but I am not sure when that will happen.&lt;/p&gt;
&lt;p&gt;I would recommend using our&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-VS-Code"&gt; nRF Connect for VS Code&lt;/a&gt; IDE/extension and for general getting started with NCS we have the &lt;a href="https://academy.nordicsemi.com/"&gt;Nordic Developer Academy&lt;/a&gt;, specifically the &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;nRF Connect SDK Fundamentals&lt;/a&gt; course.&lt;/p&gt;
&lt;p&gt;You should also look at Zephyr&amp;#39;s &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/hardware/peripherals/i2c.html"&gt;I2C API&lt;/a&gt; for more different functions.&lt;/p&gt;
&lt;p&gt;For more low-level support there is the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/nrfx/drivers/twi/driver.html"&gt;nrfx TWI driver&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t recommend using nRF5 IDE for any new project as it is not supported anymore and does not get any updates.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is nrf53833 no longer supported for code examples?</title><link>https://devzone.nordicsemi.com/thread/434541?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 18:36:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1cd501d-97a1-4e15-acfb-2287e75e1908</guid><dc:creator>Scerion</dc:creator><description>&lt;p&gt;Thanks, there&amp;#39;s no actual code at that link though (the sample is also not in the installed examples). I&amp;#39;ve been checking and it seems the Zephyr based NRF Connect doesn&amp;#39;t really support low level peripherals like i2C, as they&amp;#39;re trying to abstract it all into manufacturer-supplied libraries and blobs. That&amp;#39;s why there are no examples for the IDE. So the older nRF5 IDE seems better for low level work.&lt;/p&gt;
&lt;p&gt;Failing this, I&amp;#39;ll probably just bit-bang i2C and ignore the lack of peripheral support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is nrf53833 no longer supported for code examples?</title><link>https://devzone.nordicsemi.com/thread/434538?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 18:13:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:519219d1-9778-44dc-8afb-36849c5b2c71</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I would recommend checking out the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/samples/drivers/i2c_fujitsu_fram/README.html"&gt;I2C Fujitsu FRAM&lt;/a&gt; sample.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>