<?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>OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92103/openthread-crashes-on-5340</link><description>Basic OpenThread application built for 5340 crashes in net app. 
 The same application works fine on 21540 (52840 + 21540) 
 The crash seems to happen when some thread packet is received. If I turn off all other thread transmitters, the crash doesn&amp;#39;t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Dec 2022 15:11:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92103/openthread-crashes-on-5340" /><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/398594?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2022 15:11:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cebce79-bccc-4868-a552-1b6b16322354</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In the CLI sample this is set in the configuration for the child image. If you look at the sample you will see there is a directory called child_image with the file 802154_rpmsg.conf where this is set. You can add the child image directory and 802154_rpmsg.conf with CONFIG_NRF_802154_ENCRYPTION=y in your project as well.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/398569?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2022 14:17:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:501fbf5c-ad5b-49f6-8b64-945d05495670</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;Thanks,&amp;nbsp; It turned out there was one critical difference in the .config&lt;/p&gt;
&lt;p&gt;&amp;lt; # CONFIG_NRF_802154_ENCRYPTION is not set&lt;br /&gt;---&lt;br /&gt;&amp;gt; CONFIG_NRF_802154_ENCRYPTION=y&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t figured out why it is not set in my build.&amp;nbsp; In the build output for CPUNET I see&lt;/p&gt;
&lt;p&gt;NRF_802154_ENCRYPTION_ENABLED=1&lt;/p&gt;
&lt;p&gt;but that is not the same thing?&lt;/p&gt;
&lt;p&gt;I can force it by adding&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -D802154_rpmsg_CONFIG_NRF_802154_ENCRYPTION=y&lt;/p&gt;
&lt;p&gt;To my build command line and that resolves that diff in the .config, and my build now works on the 5340dk&lt;/p&gt;
&lt;p&gt;I will try and figure out what is in my prj.conf that is turning that off, but at first look there is nothing in there I don&amp;#39;t need for my project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/398023?ContentTypeID=1</link><pubDate>Tue, 29 Nov 2022 08:36:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:642e1452-7770-4986-9e52-0b8ae1aa7505</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it possible for you to upload your project here so I can test on my side? If you do not want to share it publicly I can make the ticket private. In that case let me know.&lt;/p&gt;
&lt;p&gt;If you look in your build directory you should have a directory named &amp;quot;802154_rpmsg&amp;quot;. This is the build directory for the network core application. One thing you can do is to compare the 802154_rpmsg/zephyr/.config file in both projects, to check whether the same configurations are set. Another thing is if you do a pristine build, look for when the network core application is built, and see if the same files are used in the build. You should be able to find it by looking for the following line in the build output:&lt;/p&gt;
&lt;div style="background-color:rgba(30, 30, 30, 1);color:rgba(212, 212, 212, 1);font-family:&amp;#39;Droid Sans Mono&amp;#39;, &amp;#39;monospace&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:rgba(212, 212, 212, 1);"&gt;=== child image 802154_rpmsg - CPUNET begin ===&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/397899?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2022 14:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b28c9dc4-e8f9-482b-a0f0-29c2f8a1c596</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;When I flash merged_domains.hex to the 5340 is when I see the failure.&amp;nbsp; See log below for the *failing* case.&amp;nbsp; When I flash merged_domains.hex from the CLI sample, and then flash just the AP processor with my application things work OK.&amp;nbsp; There must be some difference in the network app?&amp;nbsp; How do I find that?&lt;/p&gt;
&lt;p&gt;-- west flash: using runner nrfjprog&lt;br /&gt;Using board 1050007064&lt;br /&gt;-- runners.nrfjprog: Recovering and erasing flash memory for both the network and application cores.&lt;br /&gt;Recovering device. This operation might take 30s.&lt;br /&gt;Writing image to disable ap protect.&lt;br /&gt;Erasing user code and UICR flash areas.&lt;br /&gt;Recovering device. This operation might take 30s.&lt;br /&gt;Writing image to disable ap protect.&lt;br /&gt;Erasing user code and UICR flash areas.&lt;br /&gt;-- runners.nrfjprog: Flashing file: /Users/bdodge/Mead/threadcpu/build_5340/zephyr/merged_domains.hex&lt;br /&gt;-- runners.nrfjprog: /Users/bdodge/Mead/threadcpu/build_5340/zephyr/merged_domains.hex targets both nRF53 coprocessors; splitting it into: /Users/bdodge/Mead/threadcpu/build_5340/zephyr/GENERATED_CP_NETWORK_merged_domains.hex and /Users/bdodge/Mead/threadcpu/build_5340/zephyr/GENERATED_CP_APPLICATION_merged_domains.hex&lt;br /&gt;Parsing image file.&lt;br /&gt;Verifying programming.&lt;br /&gt;Verified OK.&lt;br /&gt;Parsing image file.&lt;br /&gt;Verifying programming.&lt;br /&gt;Verified OK.&lt;br /&gt;Applying pin reset.&lt;br /&gt;-- runners.nrfjprog: Board with serial number 1050007064 flashed successfully.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/396914?ContentTypeID=1</link><pubDate>Tue, 22 Nov 2022 13:05:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f70b936f-5e66-4b1f-845e-d4a915d7d93d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the delay, I have been out of office.&lt;/p&gt;
&lt;p&gt;So if I understand you correctly, the only time it works is if you start with an erased board (or erase it during the first flashing), program CLI sample with west flash command, and then program your application without erasing flash first? The file merged.hex only has the firmware for one core. If you program with west flash command it will program both cores using merged_domain.hex. Can you check whether you have a merged_domain.hex file in your build folder, or if you only have merged.hex? The issue might be that the network core is not programmed correctly.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/395113?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 12:55:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40042b4b-0e96-437e-ba86-7e40d539d52b</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;I have been trying to update to NCS 2.1.2 and cant build I get&lt;/p&gt;
&lt;p&gt;o&lt;br /&gt;/usr/local/GNU-Tools-ARM-Embedded/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.bfd: modules/openthread/platform/libopenthread_platform.a(logging.c.obj): in function `z_log_msg_runtime_vcreate&amp;#39;:&lt;br /&gt;./build_5340/zephyr/include/generated/syscalls/log_msg.h:75: undefined reference to `z_impl_z_log_msg_runtime_vcreate&amp;#39;&lt;br /&gt;collect2: error: ld returned 1 exit status&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have to use full (non minimal) logging to get the build to work.&amp;nbsp; It seems openthread platform ignores CONFIG_LOG_MODE_MINIMAL=y but this used to work&lt;/p&gt;
&lt;p&gt;At NCS v2.1.2 I am still seeing the exact same crash on the 5340. There are only minor changes I made to the zephyr SDK related to some device drivers not involved in Nordic radio or board.&amp;nbsp; Everything else is directly from the sdk-nrf repo and your sdk-zephyr fork at v2.1.2&lt;/p&gt;
&lt;p&gt;***&lt;/p&gt;
&lt;p&gt;I have gotten the cli sample to work on the 5340.&amp;nbsp; It seems something in flash is different for the sample and my build. If I flash the sample using west flash --recover it works, and then flash my application (nrfjprog merged.hex), my application works.&amp;nbsp; If I use west flash --recover in my application it goes back to crashing. If I then flash the sample (nrfjprog merged.hex) it still crashes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My application is using mcuboot now, but it was crashing before we started using the bootloader.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/392946?ContentTypeID=1</link><pubDate>Fri, 28 Oct 2022 07:44:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98725729-8de7-4d1e-9bfc-d89dec04528b</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tested with one nRF5340 DK and one nRF52840 DK,&amp;nbsp;as it should not matter what the sender is when the issue is that the nRF5340 crashes when receiving thread packets. I also tested with v2.0.1, and I could not get it to crash there either.&lt;/p&gt;
&lt;p&gt;Please answer my previous questions.&lt;/p&gt;
[quote user="Marte.M"]Are you debugging when you get this error?[/quote][quote user="Marte.M"]Have you made changes to any SDK files?[/quote]
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/392923?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2022 22:30:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3e8ea77-fa54-4f14-8813-46b02de6c06b</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;You tried this with 2 5340dk? put both on the same thread network and ping one from the other?&amp;nbsp; I am on 2.0.1,&amp;nbsp; It would be a lot of work for me to setup just to test a small delta in NCS&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/392775?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2022 09:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afc525fc-0120-49f9-8411-e2a903c656be</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am not able to reproduce the issue. I tried both with CLI and CoAP Server in v2.1.1&lt;/p&gt;
&lt;p&gt;Are you debugging when you get this error? Have you made changes to any SDK files? Do you have another nRF5340 DK to&amp;nbsp;with?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/392448?ContentTypeID=1</link><pubDate>Tue, 25 Oct 2022 15:11:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c606d2da-69f9-4223-924e-b075925967dd</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;Actually it turns out the samples out of the SDK crash as well.&amp;nbsp; They just don&amp;#39;t have logging as enabled so the crash is quieter.&lt;/p&gt;
&lt;p&gt;Just build Nordic samples openthread/cli for nrf5340dk_nrf5340_cpuapp, flash it,, and bring up a thread network.&amp;nbsp; The board crashes as soon as it receives any thread packet on the network&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/392070?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2022 09:07:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5e27350-20ad-415c-8ac2-dd71c0125ca4</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did it crash with the same error? Are any of the other threads using floating point operations as well? Floating point registers can only be used in an exclusive manner unless you enable FPU register sharing. Since enabling FPU fixed the issue, but adding more code caused it to come back this might be the reason. Can you try setting CONFIG_FPU_SHARING=y?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/391996?ContentTypeID=1</link><pubDate>Sun, 23 Oct 2022 19:26:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13d3e77c-6a64-4cfc-a028-f5e23d4e1067</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;Since the NCS samples for openthread (at least cli sample) work OK I decided to simplify my app and take out sections until it was close to a basic openthread sample.&amp;nbsp; I found that this crash never went away and was always caused by openthread running.&amp;nbsp; Looking for more differences I discovered my app wasn&amp;#39;t using h/w float which was a difference from the samples. If I use CONFIG_FPU=y My application started working, but then as I changed any code unrelated to openthread it started crashing again.&amp;nbsp; It seems placement of the code causes this, nothing specific.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/391926?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 14:02:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e0e0d50-7455-4c5c-b5bc-4261bc4839d2</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you check if you see the same behavior in nRF Connect SDK v2.1.1?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/391879?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 12:10:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a250cb88-3b89-481c-b519-742c62f9afc5</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;I am running out of the box code on the network core.. whatever the openthread sample app builds&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/391873?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 12:00:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cf3783d-09b2-4c21-b456-18159ff5cd9d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you running a custom application on the network core as well, or are you running the nRF IEEE 802.15.4: Serialization RPMsg sample?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/391674?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2022 12:55:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c68c5fbe-baa5-4e2a-9434-6bf1a2a035ae</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;2.0.1.&amp;nbsp; Using regular west build and west flash methods&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/387607?ContentTypeID=1</link><pubDate>Fri, 23 Sep 2022 06:42:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:830294f1-365a-4aaa-9c3c-bac083ec6f5a</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which version of nRF Connect SDK are you using? How are you building and programming the application?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/387148?ContentTypeID=1</link><pubDate>Tue, 20 Sep 2022 17:31:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e98c620-ab9e-4d02-bd52-499078faf374</guid><dc:creator>bdodge09</dc:creator><description>&lt;p&gt;Started with an OpenThread sample but have made a lot of changes.&amp;nbsp; Doesn&amp;#39;t seem to matter what the config is (I have taken everything out beside openthread with the same results).&amp;nbsp; Sometimes it works for a bit, but mostly it gets in to this crash loop eventually.&lt;/p&gt;
&lt;p&gt;Sending spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x03 0x8d 0x78 0x43 0x98&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20029af0&lt;br /&gt;Received spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x06 0x00 0x00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20070814&lt;br /&gt;Received response for status_ok_await&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; status: OK&lt;br /&gt;Calling nrf_802154_ack_data_clear&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_addr: 0x00 0x98&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_addr_address: 0x20029bf4&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extended: false&lt;br /&gt;Sending spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x03 0xa1 0x78 0x02 0x00 0x00 0x98 0x01&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20029a78&lt;br /&gt;Received spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x06 0xa1 0x78 0x00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20070a14&lt;br /&gt;Received response for net_generic_bool_response_await&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; net response: false&lt;br /&gt;Calling nrf_802154_ack_data_clear&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_addr: 0xd4 0xb6 0x3e 0x7b 0xe4 0xa0 0xd5 0xca&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_addr_address: 0x20029bf8&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extended: true&lt;br /&gt;Sending spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x03 0xa1 0x78 0x08 0x00 0xd4 0xb6 0x3e 0x7b 0xe4 0xa0 0xd5 0xca 0x01&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20029a78&lt;br /&gt;Received spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x06 0xa1 0x78 0x00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20070c14&lt;br /&gt;Received response for net_generic_bool_response_await&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; net response: false&lt;br /&gt;Calling nrf_802154_receive_at_cancel&lt;br /&gt;Sending spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x03 0xa8 0x78 0x00 0x00 0x00 0x00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20029a90&lt;br /&gt;Received spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x06 0xa8 0x78 0x00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20070e14&lt;br /&gt;Received response for net_generic_bool_response_await&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; net response: false&lt;br /&gt;Calling nrf_802154_receive_at_cancel&lt;br /&gt;Sending spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x03 0xa8 0x78 0x01 0x00 0x00 0x00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20029a90&lt;br /&gt;Received spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x06 0xa8 0x78 0x00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20071014&lt;br /&gt;Received response for net_generic_bool_response_await&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; net response: false&lt;br /&gt;Calling nrf_802154_csl_writer_period_set&lt;br /&gt;Sending spinel frame&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: 0x80 0x03 0xac 0x78 0x00 0x00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_address: 0x20029a90&lt;br /&gt;E: No response within timeout 500&lt;br /&gt;ASSERTION FAIL @ WEST_TOPDIR/zephyr/drivers/ieee802154/ieee802154_nrf5.c:1149&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 802.15.4 serialization error&lt;br /&gt;E: r0/a1:&amp;nbsp; 0x00000004&amp;nbsp; r1/a2:&amp;nbsp; 0x0000047d&amp;nbsp; r2/a3:&amp;nbsp; 0x00000001&lt;br /&gt;E: r3/a4:&amp;nbsp; 0x00011e61 r12/ip:&amp;nbsp; 0xa0000000 r14/lr:&amp;nbsp; 0x0001960f&lt;br /&gt;E:&amp;nbsp; xpsr:&amp;nbsp; 0x41000000&lt;br /&gt;E: Faulting instruction address (r15/pc): 0x00055d58&lt;br /&gt;E: &amp;gt;&amp;gt;&amp;gt; ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0&lt;br /&gt;E: Current thread: 0x&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread crashes on 5340</title><link>https://devzone.nordicsemi.com/thread/387023?ContentTypeID=1</link><pubDate>Tue, 20 Sep 2022 08:55:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d2bf902-1c50-4de7-b51e-75434657ae0d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is the OpenThread sample one of the samples in our SDK or based on one of them, and if so, which one?&lt;/p&gt;
&lt;p&gt;Does it happen when receiving specific packets, or just when receiving packets in general?&lt;/p&gt;
&lt;p&gt;Please try enabling logs from the serialization module (CONFIG_NRF_802154_SER_LOG=y), since that is where the assert happens.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>