<?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>Problem Lesson 4 exercise 3 BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112494/problem-lesson-4-exercise-3-ble</link><description>When compiling the solution for lesson 4 exercise 3, I am getting the following errors.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jun 2024 11:44:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112494/problem-lesson-4-exercise-3-ble" /><item><title>RE: Problem Lesson 4 exercise 3 BLE</title><link>https://devzone.nordicsemi.com/thread/491090?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 11:44:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3e2355c-87aa-47c0-9249-8d445734c678</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In the solution folder for this exercise, you will see that there are overlays written only for 2 boards:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1719488400673v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;So when using any other boards, you will have to write the overlay for the same.&lt;/p&gt;
&lt;p&gt;In your error, devce_dts_ord_113 being undeclared, you can see from the &lt;strong&gt;devicetree_generated.h&lt;/strong&gt; file in&amp;nbsp;&lt;strong&gt; \build\zephyr\include\generated&lt;/strong&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1719488509108v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;that the error corresponds to spi@9000&lt;/p&gt;
&lt;p&gt;When you check the zephyr.dts file, you can see that the spi1 is actually disabled:&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1719488629137v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;So as a solution, you could write an overlay file where the sp1 is enabled, or where spi1 has the status=&amp;quot;okay&amp;quot;.&lt;/p&gt;
&lt;p&gt;This should do the trick.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Lesson 4 exercise 3 BLE</title><link>https://devzone.nordicsemi.com/thread/491024?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 08:20:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5581a41f-64ba-41a5-817c-8c4b1eaa10f6</guid><dc:creator>MarioStoica</dc:creator><description>&lt;p&gt;I am currently using the v2.6.1 of the SDK.&lt;br /&gt;&lt;br /&gt;I am using Nordic Thingy 53. (5340, the non-dk version I think)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Lesson 4 exercise 3 BLE</title><link>https://devzone.nordicsemi.com/thread/491023?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 08:14:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:120d0f19-d066-4270-8729-997807130695</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately I am not able to replicate this. Could you try building and flashing with nRF Connect SDK v2.6.1? This is the one I tried and it worked.&lt;/p&gt;
[quote user="PriyankaKesav"]Are you using the 5340DK?[/quote]
&lt;p&gt;Could you confirm this?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Lesson 4 exercise 3 BLE</title><link>https://devzone.nordicsemi.com/thread/490951?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 20:01:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fe5dd2d-bb8e-4f93-becb-8e6ab4a76951</guid><dc:creator>MarioStoica</dc:creator><description>&lt;p&gt;I am using the latest version of everything, I updated them all yesterday.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Lesson 4 exercise 3 BLE</title><link>https://devzone.nordicsemi.com/thread/490863?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 11:59:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:337dee97-2455-4fb5-9875-4ea17123dc64</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which SDK version are you using? Did you set the Toolchain version also to the same as the SDK version?&lt;/p&gt;
&lt;p&gt;Are you using the 5340DK?&lt;/p&gt;
&lt;p&gt;Did you install the latest versions of nRF Command Line Tools and the nRF Connect for Desktop as well?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>