<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>MCUXpresso SDKのトピックRe: Matter application (from Project-CHIP) on NXP K32W061</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1439574#M3716</link>
    <description>&lt;P&gt;Hi estephania_mart,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I would like to confirm that I am using example from &lt;A href="https://github.com/project-chip/connectedhomeip" target="_self"&gt;https://github.com/project-chip/connectedhomeip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;To build the example, I referred from &lt;A href="https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/nxp/k32w/k32w0" target="_self"&gt;examples_lighting-app_nxp_k32w&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The reported result was based on commit number as below (from master branch):&lt;/P&gt;&lt;LI-CODE lang="c"&gt;commit 843643c5f0884dcb20dad0b5946cbeccab32dc66 (HEAD -&amp;gt; master)
Author: Kamil Kasperczyk &amp;lt;66371704+kkasperczyk-no@users.noreply.github.com&amp;gt;
Date: Wed Feb 23 17:38:32 2022 +0100&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With latest commit version, I face a building issue:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;a. Commit information:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;commit d39df2bb3392c042d4c37367ff01585d085045b7 (HEAD -&amp;gt; master, origin/master, origin/HEAD)
Author: Yufeng Wang &amp;lt;yufengwang@google.com&amp;gt;
Date: Tue Apr 5 23:08:58 2022 -0700&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;b. Log issue while compiling:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;root@0aa642002585:/var/chip/examples/lighting-app/nxp/k32w/k32w0# ninja -C out/debug/
ninja: Entering directory `out/debug/'
[896/901] ld ./chip-k32w061-light-example
FAILED: chip-k32w061-light-example chip-k32w061-light-example.map
arm-none-eabi-g++ -T../../third_party/connectedhomeip/examples/platform/nxp/k32w/k32w0/app/ldscripts/chip-k32w061-linker.ld -Wl,--defsym -Wl,__app_load_address__=0x4000 -Wl,--defsym -Wl,__app_stated_size__=0x99A00 -march=armv7e-m -mcpu=cortex-m4 -mfloat-abi=soft -mthumb -Wl,-O2 -Wl,--gc-sections -Os --specs=nosys.specs --specs=nano.specs -Werror -Wl,--fatal-warnings -fdiagnostics-color -Wl,--wrap=malloc -Wl,--wrap=free -Wl,--wrap=realloc -Wl,--wrap=calloc -Wl,--wrap=MemoryAlloc -Wl,--wrap=_malloc_r -Wl,--wrap=_realloc_r -Wl,--wrap=_free_r -Wl,--wrap=_calloc_r -Wl,-Map,./chip-k32w061-light-example.map -Wl,--gc-sections @./chip-k32w061-light-example.rsp -o ./chip-k32w061-light-example
/var/chip/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: ./chip-k32w061-light-example section `.text' will not fit in region `Flash640'
/var/chip/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: region `Flash640' overflowed by 32432 bytes
collect2: error: ld returned 1 exit status&lt;/LI-CODE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;Besides the latest commit and above reported commit, with other commit versions, I got a runtime issue on NXP K32W development kit, for example:&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;a. Commit information:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;commit fae3888d4baadd8d3b598e13e6c01b06c0180e97
Author: Song GUO &amp;lt;songguo@google.com&amp;gt;
Date: Tue Apr 5 19:41:22 2022 +0800&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;b. Log on K32W development kit:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;[0][OT]Welcome to NXP Lighting Demo App
Device_MAC_ID =  0:60:37:ac:81:c7
[521][P][DL]OpenThread started: OK
[525][P][DL]Setting OpenThread device type to MINIMAL END DEVICE
[532][D][DL]Thread task running
[536][D][DL]CHIP task running
[539][D][DL]OpenThread State Changed (Flags: 0x00038200)
[544][D][DL]   Network Name: OpenThread
[548][D][DL]   PAN Id: 0xFFFF
[551][D][DL]   Extended PAN Id: 0xDEAD00BEEF00CAFE
[556][D][DL]   Channel: 11
[558][D][DL]   Mesh Prefix: FDDE:AD00:BEEF::/64
[563][P][ZCL]Using ZAP configuration...
[567][E][DL]Chip stack locking error at '../../third_party/connectedhomeip/src/app/util/attribute-storage.cpp:551'. Code is unsafe/racy
[579][E][-]chipDie chipDie chipDie&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you implied that K32W development kit is able to run the example from &lt;A href="https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/nxp/k32w/k32w0" target="_self"&gt;Matter_lighting_example_k32w&lt;/A&gt; successfully ?&lt;/P&gt;&lt;P&gt;If yes, could you please share with me commit version and instruction that could help K32W (as a Matter accessory) working well ?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Phuong&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 09:00:56 GMT</pubDate>
    <dc:creator>kenshin_891991</dc:creator>
    <dc:date>2022-04-06T09:00:56Z</dc:date>
    <item>
      <title>Matter application (from Project-CHIP) on NXP K32W061</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1437449#M3704</link>
      <description>&lt;P&gt;Dear NXP TechSupport,&lt;/P&gt;&lt;P&gt;Let me say thank you for your times to get my request for now.&lt;/P&gt;&lt;P&gt;We are creating big project following Matter open source (project-chip/connectedhomeip ) base on Hardware NXP K32W061.&lt;/P&gt;&lt;P&gt;The first of all, we are try to build and run lighting app example on NXP K32W development kit but have been stuck.&lt;/P&gt;&lt;P&gt;Please help to get summarize content as below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lighting app demo (BLE - Thread):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;a. Topology:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;- NXP K32W061 development kit (Lighting app example)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;- Raspberry Pi4 (open thread border router)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;- USB dongle OM15080 K32W (RCP mode)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;- Ubuntu’s PC (Matter controller)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kenshin_891991_0-1648798182712.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/175601i3F519EBF4F270731/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kenshin_891991_0-1648798182712.png" alt="kenshin_891991_0-1648798182712.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;b. Run example&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;a. Step 1: Commission process:&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;1. On Matter controller (Ubuntu's PC), runs:&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-90px"&gt;#&amp;nbsp; ./chip-tool pairing ble-thread &lt;I&gt;[NODE-ID]&lt;/I&gt; hex:&lt;I&gt;[RAW-DATASET]&lt;/I&gt; &lt;I&gt;[setup-pin- code] [discriminator]&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;In there:&lt;BR /&gt;&lt;I&gt;- NODE-ID&lt;/I&gt;: you can assign any node id&lt;BR /&gt;&lt;I&gt;- RAW-DATASET&lt;/I&gt;: you can get from ot-ctl&lt;BR /&gt;&lt;I&gt;- setup-pin-code and discriminator&lt;/I&gt;: you could look in the Preparing accessory device section&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;2. On K32W development kit:&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-90px"&gt;- Already plugin expansion board: OM15082&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-90px"&gt;- Push the &lt;I&gt;USERINTERFACE&lt;/I&gt; button on the K32W board. This will start the BLE advertising process;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;3. Output result&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-90px"&gt;a. Commission process alway show output log on K32W development kit:&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;&lt;I&gt;....&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;&lt;I&gt;[4743775][P][DL]BLE is disconnected with device: 0.&lt;BR /&gt;[4786235][E][SVR]&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Commissioning failed with error 32&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;[4786240][E][SVR]&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Commissioning failed (attempt 1): Error CHIP:0x00000032&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;[4786247][D][SC]Assigned local session key ID 2&lt;BR /&gt;[4786251][D][SC]Waiting for PBKDF param request&lt;BR /&gt;[4786256][D][DIS]DNS-SD StartServer modeHasValue=1 modeValue=1&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;&lt;I&gt;...&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-90px"&gt;b. But&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;- K32W has IPv6 address, then verify connection by using IPv6 success (ping command), reduce log are:&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-150px"&gt;&lt;FONT size="1"&gt;...&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-150px"&gt;&lt;FONT size="1"&gt;&lt;I&gt;[60532][E][DL]Long dispatch time: 160 ms, for event type 3&lt;BR /&gt;&lt;FONT color="#000080"&gt;[61993][P][DL]SRP Client was started, detected server: fd85:cce7:fdf5:3fe6:baa0:0524:746d:c313&lt;/FONT&gt;&lt;BR /&gt;[62003][D][DL]OpenThread State Changed (Flags: 0x200002a4)&lt;BR /&gt;[62008][D][DL] &amp;nbsp; Device Role: CHILD&lt;BR /&gt;[62012][D][DL] &amp;nbsp; Partition Id: 0x4FAEEA68&lt;BR /&gt;[62016][D][DL]OpenThread State Changed (Flags: 0x00000001)&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62021][D][DL] &amp;nbsp; Thread Unicast Addresses:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62025][D][DL] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FD11:22::CAAA:CB07:C1B4:91EF/64 valid preferred&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62032][D][DL] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FD7A:7499:500F:982A:0:FF:FE00:E001/64 valid rloc&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62039][D][DL] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FD7A:7499:500F:982A:9664:731C:E28D:47FC/64 valid&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62045][D][DL] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FE80::6836:5CA1:8126:C2A0/64 valid preferred&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62052][D][DL]LwIP Thread interface addresses updated&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62057][D][DL] &amp;nbsp; FE80::6836:5CA1:8126:C2A0 IPv6 link-local address, preferred)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62064][D][DL] &amp;nbsp; FD7A:7499:500F:982A:9664:731C:E28D:47FC Thread mesh-local address)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;[62072][D][DL] &amp;nbsp; FD11:22::CAAA:CB07:C1B4:91EF IPv6 unique local address, preferred)&lt;/FONT&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-150px"&gt;&lt;I&gt;&lt;FONT size="1"&gt;....&lt;/FONT&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;- Verify adding node via &lt;I&gt;Openthread web UI&lt;/I&gt; and it is created.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;b. Step 2: Remote Matter accessory, control on/off demo&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;1. On Matter controller (Ubuntu's PC), run command:&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-90px"&gt;# $ ./chip-tool onoff on [NODE-ID] 1&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;in there:&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;&lt;I&gt;- NODE-ID&lt;/I&gt;: is assigned before.&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-120px"&gt;- '1' : endpoint ID&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;2. Phenomenon:&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-90px"&gt;- On Matter controller: has been time out while sending out request messages.&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-90px"&gt;- On K32W: Did not received any message&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;- Have you have any experience to bring-up Matter on NXP K32W and knowledge issue, if yes, please share with me ?&lt;/P&gt;&lt;P&gt;I am looking forward to hearing from you soon.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Phuong&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 07:31:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1437449#M3704</guid>
      <dc:creator>kenshin_891991</dc:creator>
      <dc:date>2022-04-01T07:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Matter application (from Project-CHIP) on NXP K32W061</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1439331#M3714</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help us confirm you are already using the latest release available and also you have checked the different guides available in the&lt;A href="https://github.com/project-chip/connectedhomeip" target="_self"&gt; matter repository&lt;/A&gt; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 04:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1439331#M3714</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2022-04-06T04:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Matter application (from Project-CHIP) on NXP K32W061</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1439574#M3716</link>
      <description>&lt;P&gt;Hi estephania_mart,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I would like to confirm that I am using example from &lt;A href="https://github.com/project-chip/connectedhomeip" target="_self"&gt;https://github.com/project-chip/connectedhomeip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;To build the example, I referred from &lt;A href="https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/nxp/k32w/k32w0" target="_self"&gt;examples_lighting-app_nxp_k32w&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The reported result was based on commit number as below (from master branch):&lt;/P&gt;&lt;LI-CODE lang="c"&gt;commit 843643c5f0884dcb20dad0b5946cbeccab32dc66 (HEAD -&amp;gt; master)
Author: Kamil Kasperczyk &amp;lt;66371704+kkasperczyk-no@users.noreply.github.com&amp;gt;
Date: Wed Feb 23 17:38:32 2022 +0100&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With latest commit version, I face a building issue:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;a. Commit information:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;commit d39df2bb3392c042d4c37367ff01585d085045b7 (HEAD -&amp;gt; master, origin/master, origin/HEAD)
Author: Yufeng Wang &amp;lt;yufengwang@google.com&amp;gt;
Date: Tue Apr 5 23:08:58 2022 -0700&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;b. Log issue while compiling:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;root@0aa642002585:/var/chip/examples/lighting-app/nxp/k32w/k32w0# ninja -C out/debug/
ninja: Entering directory `out/debug/'
[896/901] ld ./chip-k32w061-light-example
FAILED: chip-k32w061-light-example chip-k32w061-light-example.map
arm-none-eabi-g++ -T../../third_party/connectedhomeip/examples/platform/nxp/k32w/k32w0/app/ldscripts/chip-k32w061-linker.ld -Wl,--defsym -Wl,__app_load_address__=0x4000 -Wl,--defsym -Wl,__app_stated_size__=0x99A00 -march=armv7e-m -mcpu=cortex-m4 -mfloat-abi=soft -mthumb -Wl,-O2 -Wl,--gc-sections -Os --specs=nosys.specs --specs=nano.specs -Werror -Wl,--fatal-warnings -fdiagnostics-color -Wl,--wrap=malloc -Wl,--wrap=free -Wl,--wrap=realloc -Wl,--wrap=calloc -Wl,--wrap=MemoryAlloc -Wl,--wrap=_malloc_r -Wl,--wrap=_realloc_r -Wl,--wrap=_free_r -Wl,--wrap=_calloc_r -Wl,-Map,./chip-k32w061-light-example.map -Wl,--gc-sections @./chip-k32w061-light-example.rsp -o ./chip-k32w061-light-example
/var/chip/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: ./chip-k32w061-light-example section `.text' will not fit in region `Flash640'
/var/chip/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: region `Flash640' overflowed by 32432 bytes
collect2: error: ld returned 1 exit status&lt;/LI-CODE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;Besides the latest commit and above reported commit, with other commit versions, I got a runtime issue on NXP K32W development kit, for example:&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;a. Commit information:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;commit fae3888d4baadd8d3b598e13e6c01b06c0180e97
Author: Song GUO &amp;lt;songguo@google.com&amp;gt;
Date: Tue Apr 5 19:41:22 2022 +0800&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;b. Log on K32W development kit:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;[0][OT]Welcome to NXP Lighting Demo App
Device_MAC_ID =  0:60:37:ac:81:c7
[521][P][DL]OpenThread started: OK
[525][P][DL]Setting OpenThread device type to MINIMAL END DEVICE
[532][D][DL]Thread task running
[536][D][DL]CHIP task running
[539][D][DL]OpenThread State Changed (Flags: 0x00038200)
[544][D][DL]   Network Name: OpenThread
[548][D][DL]   PAN Id: 0xFFFF
[551][D][DL]   Extended PAN Id: 0xDEAD00BEEF00CAFE
[556][D][DL]   Channel: 11
[558][D][DL]   Mesh Prefix: FDDE:AD00:BEEF::/64
[563][P][ZCL]Using ZAP configuration...
[567][E][DL]Chip stack locking error at '../../third_party/connectedhomeip/src/app/util/attribute-storage.cpp:551'. Code is unsafe/racy
[579][E][-]chipDie chipDie chipDie&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you implied that K32W development kit is able to run the example from &lt;A href="https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/nxp/k32w/k32w0" target="_self"&gt;Matter_lighting_example_k32w&lt;/A&gt; successfully ?&lt;/P&gt;&lt;P&gt;If yes, could you please share with me commit version and instruction that could help K32W (as a Matter accessory) working well ?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Phuong&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 09:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1439574#M3716</guid>
      <dc:creator>kenshin_891991</dc:creator>
      <dc:date>2022-04-06T09:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Matter application (from Project-CHIP) on NXP K32W061</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1440207#M3718</link>
      <description>&lt;P&gt;We're having the same problem with the latest git&amp;nbsp;&lt;A href="https://github.com/project-chip/connectedhomeip" target="_blank" rel="noopener"&gt;connectedhomeip&lt;/A&gt; sources(with SDK_2_6_4_K32W061DK6). please help us.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 05:18:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Matter-application-from-Project-CHIP-on-NXP-K32W061/m-p/1440207#M3718</guid>
      <dc:creator>hwkim</dc:creator>
      <dc:date>2022-04-07T05:18:07Z</dc:date>
    </item>
  </channel>
</rss>

