<?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>[Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121800/bug-report-unaligned-memory-acces-with-zigbee-r23-on-nrf54</link><description>How to reproduce: 
 Generate a production config (content doesn&amp;#180;t care because the error still exists after changing the content) and build / flash it: 
 nrfutil nrf5sdk-tools zigbee production_config zigbee_config.yml zigbee_config.hex --offset 0x17a000</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Jun 2025 16:36:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121800/bug-report-unaligned-memory-acces-with-zigbee-r23-on-nrf54" /><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/538886?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 16:36:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8480aede-1e5e-41ff-ac2d-579e66bd65a9</guid><dc:creator>Kampino</dc:creator><description>&lt;p&gt;Thanks!&lt;br /&gt;This has helped!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/538802?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 11:29:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eee45140-2270-4a35-8f9e-024c926d5781</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please try with SDK v2.9.2 and see if you still encounter this fault exception. This bugfix release includes the following fix in MPSL which&amp;nbsp;may lead to the same symptoms you have experienced:&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/pastedimage1749641266468v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Ref.&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.2/page/nrfxlib/mpsl/CHANGELOG.html"&gt;https://docs.nordicsemi.com/bundle/ncs-2.9.2/page/nrfxlib/mpsl/CHANGELOG.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/538520?ContentTypeID=1</link><pubDate>Sat, 07 Jun 2025 18:52:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34f8a885-3e63-4041-a0f9-47d972670fa3</guid><dc:creator>Kampino</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;I&amp;acute;ve compiled the light bulb sample with the following config to make it usable for my board:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Must be set to &amp;quot;y&amp;quot; because no external 32 kHz crystal is used here
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y

CONFIG_GPIO=y
CONFIG_PWM=y

# Make sure printk is not printing to the UART console
CONFIG_LOG=y
CONFIG_LOG_PRINTK=y

CONFIG_DEBUG_OPTIMIZATIONS=y

CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_RTT_MODE_BLOCK=y
CONFIG_LOG_BUFFER_SIZE=4096
CONFIG_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE=128
CONFIG_LOG_BLOCK_IN_THREAD=y

CONFIG_HEAP_MEM_POOL_SIZE=2048
CONFIG_MAIN_THREAD_PRIORITY=7

CONFIG_ZIGBEE_ADD_ON=y
CONFIG_ZIGBEE_APP_UTILS=y
CONFIG_ZIGBEE_ROLE_ROUTER=y

# Enable DK LED and Buttons library
CONFIG_DK_LIBRARY=y

# This example requires more workqueue stack
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

# Networking
CONFIG_NET_IPV6=n
CONFIG_NET_IP_ADDR_CHECK=n
CONFIG_NET_UDP=n

# Scene extension
CONFIG_ZIGBEE_SCENES=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I&amp;acute;ve opened an RTT terminal after flashing the Zigbee config file, and I get this output&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; [00:16:18.850,864] &amp;lt;inf&amp;gt; ieee802154_nrf5: nRF5 802154 radio initialized&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But I wasn&amp;acute;t able to reproduce the error.&lt;/p&gt;
&lt;p&gt;Btw. the error is caused by flash read and sync during the &amp;quot;stream_flash_init&amp;quot; function.&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/pastedimage1749325699872v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/538377?ContentTypeID=1</link><pubDate>Fri, 06 Jun 2025 09:07:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c80c8ef3-d08f-43b1-a52e-50d5974ebf9d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see that the project is a workspace application and that I need to install the nRF Connect SDK and some additional sensor libraries and patches. Can you share a minimal example where you can reproduce this using the ncs-zigbee SDK without adding additional libraries?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/538125?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 17:57:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b3ba8ce-4e36-4559-be47-4fcb7063d207</guid><dc:creator>Kampino</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;I&amp;acute;ve updated the documentation and the project on GitHub. You should be able to build it now. I&amp;acute;ve tested it in WSL and with an Ubuntu VM and there was no issue. This should help you to reproduce the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/537813?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 09:19:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b10405d6-de9b-4fcc-a620-80c481f7395d</guid><dc:creator>Kampino</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;please let me try to reproduce it with one of the samples. If it&amp;acute;s successful I will provide you the neccessary steps. If I can&amp;acute;t reproduce it, I will check my code to make sure you can use it out of the box.&lt;/p&gt;
&lt;p&gt;Sorry for the issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/537810?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 09:11:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb8fb307-5dfd-4b11-a47d-6aa4ec99d87a</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The project does not build out of the box. Please provide a minimal sample that builds out of the box and the steps to build and reproduce the issue.&lt;/p&gt;
&lt;p&gt;Is it based on the sample from&amp;nbsp;&lt;a href="https://github.com/nrfconnect/ncs-zigbee"&gt;ncs-zigbee&lt;/a&gt;, i.e. this one:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/ncs-zigbee/tree/main/samples/template"&gt;https://github.com/nrfconnect/ncs-zigbee/tree/main/samples/template&lt;/a&gt;, or from the nrf repository, i.e. this one:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.9.0/samples/zigbee/template"&gt;https://github.com/nrfconnect/sdk-nrf/tree/v2.9.0/samples/zigbee/template&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;I am asking because the sample in the ncs-zigbee repository supports the nRF54L15 DK out of the box, while the sample in the nrf repository does not. If you have used the sample from the nrf repository, there might be missing or incorrect Kconfig and devicetree configurations.&lt;/p&gt;
&lt;p&gt;I recommend keeping Kconfig and devicetree configurations specific to the project in the project files (prj.conf and devicetree overlay) instead of moving them into the board files. It can be a good idea to compare your project with the template sample in ncs-zigbee and verify that the configurations are correct.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/537730?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 18:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:061d8636-d358-4347-8eef-9ac81f2dc8a3</guid><dc:creator>Kampino</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;you can use the firmware from my GitHub as a minimal example (see the last post) and you can run it on an nRF54DK. It&amp;acute;s the Zigbee template with sensors (which can be disabled)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/537666?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 12:49:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e87ffd96-1f46-4eb9-a0a8-e34db05c506b</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please provide a minimal version of the example where you can recreate the issue.&lt;/p&gt;
&lt;p&gt;Is the template sample you based it on the one from &lt;a href="https://github.com/nrfconnect/ncs-zigbee"&gt;ncs-zigbee&lt;/a&gt;, i.e. this one:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/ncs-zigbee/tree/main/samples/template"&gt;https://github.com/nrfconnect/ncs-zigbee/tree/main/samples/template&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/537417?ContentTypeID=1</link><pubDate>Wed, 28 May 2025 17:18:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f49a7642-b431-41c0-a994-7d8cc6291546</guid><dc:creator>Kampino</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;it&amp;acute;s my custom firmware, which is based on the Zigbee template. You can check it out from Git. I&amp;acute;ve pushed a working version.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://github.com/Kampi/BeeLight"&gt;github.com/.../BeeLight&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Bug report] Unaligned memory acces with Zigbee R23 on nRF54</title><link>https://devzone.nordicsemi.com/thread/537141?ContentTypeID=1</link><pubDate>Tue, 27 May 2025 11:05:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:268d6d6d-d0e6-4924-b568-5ef507428933</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I cannot reproduce the error on my side using the light bulb sample.&lt;/p&gt;
&lt;p&gt;What firmware are you running on the device? Is it one of the samples in ncs-zigbee, and if so, have you made any changes to it?&lt;/p&gt;
&lt;p&gt;Can you share the exact steps to reproduce the error?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>