<?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>nRF5340 device crash when we send DFU reset command (./mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name=&amp;#39;XXXX&amp;#39; reset)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108353/nrf5340-device-crash-when-we-send-dfu-reset-command-mcumgr---conntype-ble---connstring-ctlr_name-hci0-peer_name-xxxx-reset</link><description>Dear Nordic, 
 I&amp;#39;m developing a software with the nRF Connect SDK v2.4.1. This software runs Matter on the nRF5340. 
 During performing DFU(Based on SMP service),I need to reset the MCU from mobile app after transmitting the nordic image and confirm nordic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Feb 2024 13:15:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108353/nrf5340-device-crash-when-we-send-dfu-reset-command-mcumgr---conntype-ble---connstring-ctlr_name-hci0-peer_name-xxxx-reset" /><item><title>RE: nRF5340 device crash when we send DFU reset command (./mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='XXXX' reset)</title><link>https://devzone.nordicsemi.com/thread/471540?ContentTypeID=1</link><pubDate>Thu, 29 Feb 2024 13:15:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a52478f7-1f87-49f5-a442-06cae062a481</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;You might be encountering errata 161 (&lt;a title="https://infocenter.nordicsemi.com/topic/errata_nrf5340_rev1/err/nrf5340/rev1/latest/anomaly_340_161.html?cp=4_0_1_0_1_33" href="https://infocenter.nordicsemi.com/topic/errata_nRF5340_Rev1/ERR/nRF5340/Rev1/latest/anomaly_340_161.html?cp=4_0_1_0_1_33" rel="noopener noreferrer" target="_blank"&gt;[161] RESET: Network core is not fully reset after Force-OFF&lt;/a&gt;). Workaround was implemented in v2.5.0.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Could you try v2.5.0?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;-Amanda H.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 device crash when we send DFU reset command (./mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='XXXX' reset)</title><link>https://devzone.nordicsemi.com/thread/471131?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2024 20:34:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:413181f5-6958-4a47-8764-bfd4593658a1</guid><dc:creator>Kaushik Parsana</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is the output of that command.&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/pastedimage1709066022800v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Kaushik Parsana&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 device crash when we send DFU reset command (./mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='XXXX' reset)</title><link>https://devzone.nordicsemi.com/thread/469325?ContentTypeID=1</link><pubDate>Fri, 16 Feb 2024 20:23:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5160b9bf-2e66-47f4-b2d7-94ba9daf32aa</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The log said &amp;quot;ASSERTION FAIL @ WEST_TOPDIR/zephyr/drivers/ieee802154/ieee802154_nrf5.c:1244&amp;quot;&lt;/p&gt;
&lt;p&gt;You can check the code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you convert the decimal numbers to hex, specifically the contents of&amp;nbsp;LR and PC, you should be able to do a lookup of the addresses using arm-none-eabi-addr2line:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;arm-none-eabi-addr2line -e my-build-folder\zephyr\zephyr.elf&lt;span&gt; 0x000354fb&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;arm-none-eabi-addr2line -e my-build-folder\zephyr\zephyr.elf 0x00085e90&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Could you post the output of the above?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>