<?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>Reset CPU lockup error when using USB CDC ACM as backend on Matter Template example (SDK v1.9.99)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87732/reset-cpu-lockup-error-when-using-usb-cdc-acm-as-backend-on-matter-template-example-sdk-v1-9-99</link><description>Hello, I was trying to run the Matter template example on board nRF5340 DK. 
 
 The nrf connect website example : https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/matter/template/README.html 
 The github repo : https://github.com</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Jun 2022 08:40:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87732/reset-cpu-lockup-error-when-using-usb-cdc-acm-as-backend-on-matter-template-example-sdk-v1-9-99" /><item><title>RE: Reset CPU lockup error when using USB CDC ACM as backend on Matter Template example (SDK v1.9.99)</title><link>https://devzone.nordicsemi.com/thread/370822?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 08:40:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b48d51fc-51bd-4713-9b4a-6cb495d878c2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/index.html"&gt;nRF Connect SDK v2.0.0&lt;/a&gt; was released yesterday. I would recommend that you switch to this and see if you are still seeing this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset CPU lockup error when using USB CDC ACM as backend on Matter Template example (SDK v1.9.99)</title><link>https://devzone.nordicsemi.com/thread/367207?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 13:42:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73365f4c-429f-4c0d-a330-14cf9c111a9b</guid><dc:creator>Carla31</dc:creator><description>&lt;p&gt;I&amp;#39;m using the version 1.9.99-dev because I know that it is compatible with the CHIP Tool controller. I read on Nordic website &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_configuring_controller.html#configuring-matter-controller"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_configuring_controller.html#configuring-matter-controller&lt;/a&gt; that CHIP Tool is the recommended Matter controller.&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t want to use the Python CHIP controller because I thought that later when the SDK version v1.9.99 will be released I should migrate from Python CHIP controller to CHIP Tool controller. That&amp;#39;s why I decided to start working with the CHIP Tool controller and SDK v1.9.99-dev.&lt;/p&gt;
&lt;p&gt;I tried to run the Matter example template (SDK v1.9.1) with CHIP Tool controller but it does not work. &lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know if it is a good idea to work with Matter example template (SDK v1.9.1) and the Python CHIP controller.&lt;/p&gt;
&lt;p&gt;I will try to read out the RESETREAS register. Thanks for your help&lt;/p&gt;
&lt;p&gt;Do you know when the latest dev tag v1.9.99-dev will be released ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset CPU lockup error when using USB CDC ACM as backend on Matter Template example (SDK v1.9.99)</title><link>https://devzone.nordicsemi.com/thread/367174?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 12:25:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b79abd0-07fd-47e5-92e7-df995358b572</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there any specific reason you are running the latest &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.99-dev1/nrf/index.html"&gt;dev tag&lt;/a&gt; and not the latest official release of nRF Connect SDK (&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/index.html"&gt;v1.9.1&lt;/a&gt;)? Have you checked if you get the same error with v1.9.1?&lt;/p&gt;
&lt;p&gt;Not sure what could cause a CPU lockup. This could be triggered by a hardfault in the hardfault handler, but that would indicate something very wrong in the application.&lt;/p&gt;
&lt;p&gt;Can you read out the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/reset/doc/reset.html#register.RESETREAS"&gt;RESETREAS register&lt;/a&gt; directly from code (NRF_RESET-&amp;gt;RESETREAS), or using a debugger, to verify that the bit on&amp;nbsp;&lt;span&gt;LOCKUP is set, or if LLOCKUP bit is set? Both can cause the &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v2.7.99-ncs1-1/drivers/hwinfo/hwinfo_nrf.c#L49-L78"&gt;RESET_CPU_LOCKUP&amp;nbsp;return&lt;/a&gt;&amp;nbsp;from&amp;nbsp;hwinfo_get_reset_cause().&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>