<?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>Invalid type definition: Cannot set properties of null (setting &amp;#39;name&amp;#39;)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98983/invalid-type-definition-cannot-set-properties-of-null-setting-name</link><description>Hello 
 I can to compile several of your samples but I have a problem with the &amp;quot;coap_client&amp;quot; sample (..\v2.3.0\nrf\samples\openthread\coap_client). When I compile it this is what I get: 
 
 I use the last version of nRF Connect SDK (v2.3.0) and I open</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 May 2023 20:20:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98983/invalid-type-definition-cannot-set-properties-of-null-setting-name" /><item><title>RE: Invalid type definition: Cannot set properties of null (setting 'name')</title><link>https://devzone.nordicsemi.com/thread/427894?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 20:20:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6770557-e03a-4429-8673-f1c37a5c9ae1</guid><dc:creator>Jerry Easley</dc:creator><description>&lt;p&gt;Surly, you mean the toolchain manager, or do you have some software I don&amp;#39;t?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Invalid type definition: Cannot set properties of null (setting 'name')</title><link>https://devzone.nordicsemi.com/thread/422283?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 12:13:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35a8feb5-b955-40ee-b25a-e076c10a9d86</guid><dc:creator>QuentinD</dc:creator><description>&lt;p&gt;&lt;span&gt;Fixed after going to SDK manager and doing an &amp;quot;Update SDK&amp;quot;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Invalid type definition: Cannot set properties of null (setting 'name')</title><link>https://devzone.nordicsemi.com/thread/422033?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 12:04:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62c1b2e8-883b-4c4e-815b-0da15e7b781a</guid><dc:creator>QuentinD</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes I had already seen this post but removing the interrupt or adding &amp;quot; required: false&amp;quot; to the interrupt does not correct&amp;nbsp;my error...&lt;br /&gt;&lt;br /&gt;Here are my terminal logs:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; * Executing task: nRF Connect: Generate config nrf52840dk_nrf52840 for c:\Nordic\v2.3.0\nrf\samples\openthread\coap_client&lt;/p&gt;
&lt;p&gt;Building coap_client&lt;br /&gt;C:\WINDOWS\system32\cmd.exe /d /s /c &amp;quot;west build --build-dir c:\Nordic\v2.3.0\nrf\samples\openthread\coap_client\build c:\Nordic\v2.3.0\nrf\samples\openthread\coap_client --pristine --board nrf52840dk_nrf52840 -- -DNCS_TOOLCHAIN_VERSION:STRING=&amp;quot;NONE&amp;quot; -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y -DOVERLAY_CONFIG:STRING=&amp;quot;overlay-multiprotocol_ble.conf&amp;quot; -DBOARD_ROOT:STRING=&amp;quot;c:/Nordic/v2.3.0/nrf/samples/openthread/coap_client&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;-- west build: generating a build system&lt;br /&gt;Loading Zephyr default modules (Zephyr base).&lt;br /&gt;-- Application: C:/Nordic/v2.3.0/nrf/samples/openthread/coap_client&lt;br /&gt;-- Found Python3: C:/Nordic/toolchains/v2.3.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter &lt;br /&gt;-- Cache files will be written to: C:/Nordic/v2.3.0/zephyr/.cache&lt;br /&gt;-- Zephyr version: 3.2.99 (C:/Nordic/v2.3.0/zephyr)&lt;br /&gt;-- Found west (found suitable version &amp;quot;0.14.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)&lt;br /&gt;CMake Error at C:/Nordic/v2.3.0/zephyr/cmake/modules/zephyr_module.cmake:72 (message):&lt;br /&gt; Unmet or cyclic dependencies in modules:&lt;/p&gt;
&lt;p&gt;C:/Nordic/v2.3.0/modules/lib/matter depends on: ['nrfxlib']&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Call Stack (most recent call first):&lt;br /&gt; C:/Nordic/v2.3.0/zephyr/cmake/modules/zephyr_default.cmake:108 (include)&lt;br /&gt; C:/Nordic/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)&lt;br /&gt; C:/Nordic/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)&lt;br /&gt; CMakeLists.txt:8 (find_package)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;-- Configuring incomplete, errors occurred!&lt;br /&gt;FATAL ERROR: command exited with status 1: &amp;#39;c:\Nordic\toolchains\v2.3.0\opt\bin\cmake.EXE&amp;#39; &amp;#39;-DWEST_PYTHON=c:\Nordic\toolchains\v2.3.0\opt\bin\python.exe&amp;#39; &amp;#39;-Bc:\Nordic\v2.3.0\nrf\samples\openthread\coap_client\build&amp;#39; -GNinja -DBOARD=nrf52840dk_nrf52840 -DNCS_TOOLCHAIN_VERSION:STRING=NONE -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y -DOVERLAY_CONFIG:STRING=overlay-multiprotocol_ble.conf -DBOARD_ROOT:STRING=c:/Nordic/v2.3.0/nrf/samples/openthread/coap_client &amp;#39;-Sc:\Nordic\v2.3.0\nrf\samples\openthread\coap_client&amp;#39;&lt;/p&gt;
&lt;p&gt;* The terminal process terminated with exit code: 1. &lt;br /&gt; * Terminal will be reused by tasks, press any key to close it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Invalid type definition: Cannot set properties of null (setting 'name')</title><link>https://devzone.nordicsemi.com/thread/421954?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 07:59:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc7e2c86-792c-463b-8ad0-0b0f10e89a27</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Take a look at this post:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/97897/how-to-fix-the-error-invalid-type-definition-cannot-set-properties-of-null-setting-name"&gt;How to fix the error &amp;quot;Invalid type definition: Cannot set properties of null (setting &amp;#39;name&amp;#39;)&amp;quot;?&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>