Multi Source Translation Content

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multi Source Translation Content

Discussions

Sort by:
Application raised an exception error: ValueError Hi I'm trying to use V8 of the Secure Provisioning Tool to connect to our MIMXRT1160-EVK and when I select the Debug Probe under the menu Target/Debug Probe it throws an exception straight away without showing the sub menu.    Is there a fix for this? Kind regards Ian Norman Re: Application raised an exception error: ValueError Thanks for the quick response. Ian Re: Application raised an exception error: ValueError Hi Ian, Debug Probe menu command is currently not supported for RT116x/7x. The command is supported for processors that contains debug probe selection on toolbar, like for example RW612 (see picture) Thank you for reporting the problem, it will be fixed in next release. For now, we recommend to use the button on the toolbar instead of the command. We're sorry for inconvenience.
View full article
[s32ds]How to find what I added on s32ds extension and updates dear nxp When I add SW32K3xx_S32DS_3.5.0_D2303.zip thur offline as below, How can I find what I have added in this list? Thanks, Bryan Re: [s32ds]How to find what I added on s32ds extension and updates Hi Bryan, According to the installation package name. Or refer to HOWTO: offline install S32K3 RTD 3.0.0 in S32DS v3.5 to install one by one. Best Regards, Robin ------------------------------------------------------------------------------- Note: - If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you! - We are following threads for 7 weeks after the last post, later replies are ignored Please open a new thread and refer to the closed one, if you have a related question at a later point in time. -------------------------------------------------------------------------------
View full article
HSE——对称加密不可能 大家好, 目前我正在使用 S32K344 上的 HSE-B 进行工作。我想使用“ HSE_SRV_ID_SYM_CIPHER”服务来执行闪存中的数据的 AES-CTR 加密/解密。当调用相应的 HSE 服务时,我总是收到错误代码“HSE_SRV_RSP_NOT_ALLOWED” 。我已经阅读了 HSE 固件参考手册以便识别问题,但我无法弄清楚。 我附上了以下图片: NVM 密钥属性的定义(包括对称密钥) 相应HSE服务的定义 相应HSE服务的函数调用 希望您能帮助摆脱这个问题。 谢谢! 回复:HSE-对称加密不可能 https://community.nxp.com/t5/S32K/HSE-on-S32K344-Symmetric-Encryption-not-possible/mp/1870279
View full article
S32Kxx SPI CLK 请问当我使用SPI中断模式同步通信时,配置CLK为空闲时高电平,一帧为8bit,为什么会出现图中的现象?CLK持续了一段时间的低电平,并且这一帧的某个字节的传输时间被拉长了。
View full article
make:***[makefile:53: EEEPROM_usage.elf] Error 1 I used an example posted on the NXP community.  (Example:S32K144 EEEPROM usage) This example can be built normally in S23DS 2018.R1 version.  But, in latest version (S32DS_ARM_v2.2) I get that error. make:***[makefile:53: EEEPROM_usage.elf] Error 1  Is that example available in a latest version? + Please also let me know about this error. Ld error: section .eeeprom LMA [000027a0,000027ef] overlaps section .code LMA EEEPROM_usage_test1 C/C++ Problem Re: make:***[makefile:53: EEEPROM_usage.elf] Error 1 No. I didn't change any code. Re: make:***[makefile:53: EEEPROM_usage.elf] Error 1 Hi @Kang111  The error indicates that you are trying to overwrite a section with the section code. Did you make any changes to the code? BR, VaneB
View full article
如何解决这个非常奇怪和困难的问题...... 大家好。我遇到了一个非常奇怪的问题,希望有人可以给我建议如何解决这个问题,因为我已经研究这个问题好几天了,但我只是不明白出了什么问题。 我正在使用 MCUXpresso 和 MIMXRT1010-EVK。 我有一个 ADC,它为每个样本生成一个中断。并且采样率为288KHz! 我根据全局变量在这个中断中做一些处理。默认情况下,全局标志较低,我几乎不进行处理。 我在中断期间将输出引脚设置为高电平。在示波器上我可以看到中断确实以 288KHz 的速率发生,并且每次中断仅需要几分之一微秒。处理器负载约为 8%。 在主函数中,命令循环正在运行。通过这个我可以改变全局变量并且可以慢慢增加中断负载。我可以在示波器上看到中断负载上升。通常高达 80% 甚至 90% 都没有问题。主命令循环继续运行。 问题: 有时,在重新编译后,应用程序可以正确启动,但是当增加全局变量并因此增加中断负载时,主循环会突然停止。但中断仍在继续工作。它似乎总是发生在大约相同的中断负载(约 40%)下。 下次我编译并运行时(添加一些与中断无关的代码后)完全没有问题。并且主循环继续运行,同时增加中断负载。它是否取决于内存中代码或变量的位置? 知道是什么原因导致的吗?如何解决这个问题?我没有主意了。 在中断程序中我只读取 ADC 值并做一些计算。然后我写一个全局变量。 回复:如何解决这个非常奇怪和困难的问题...... 我想我找到问题了! 我为此创建了一个新线程,因为我认为它对于处理高频率中断的开发人员来说是非常有价值的信息。 请参阅此主题。 问题似乎是,为了执行主循环,需要读取外部代码,而这些代码却被某些中断一次又一次地中止。 回复:如何解决这个非常奇怪和困难的问题...... 我觉得你没有理解我的意思。 发生了一些无法解释的奇怪事情。当代码改变时,问题可能会消失,即使这种改变与问题无关。因此,改变某些东西并在其工作时说它已经修复,这是没有意义的。这是一颗定时炸弹。 解决这个问题的唯一方法是重现问题,然后找出发生了什么。将其视为发现 SDK(或芯片)中严重错误的机会。 说我应该改变我的架构也不是解决这个问题的方法。如果我想以这种方式使用中断,那么我应该能够做到这一点。但这并不是重点。重点是SDK(或芯片)可能存在严重问题,我做了一个演示来展示这个问题。也许我做错了什么。但你提到的改变并不是我犯下的根本性错误。 并且清除 ADC 中断内的 ADC_ENV 中断对我来说毫无意义。而且无论如何,它大多数时候都是有效的。因此,如果忘记清除中断,它就根本无法正常工作。无论如何,我尝试了您的更改,但问题仍然存在。 我正在评估 NXP MCU 是否适合新的产品线。如果不解决这个问题那么我们将无法选择这个MCU。我真的很想使用这个 MCU,所以请尝试按照我的方式看待它。 如果您不想这样做,请将其他有兴趣查找 SDK(或芯片)中可能存在的问题的人添加到此线程中。 回复:如何解决这个非常奇怪和困难的问题...... 感谢@mayliu1的回答。 一个非常重要的问题是:您是否可以重现该问题? 回复:如何解决这个非常奇怪和困难的问题...... 你好@mayliu1 ,我添加了你的更改,但没有帮助。 您是否成功重现了该问题?我认为这是非常重要的第一步。正如我所说,这是一个非常奇怪的问题,我已经尝试了各种各样的方法。 您将 PIT 初始化移至所有初始化结束时的主循环。为什么? 为什么要消除延迟? 这些只是猜测还是有目的?我想了解如何自己解决此类问题。 正如我之前提到的:以任何方式更改代码都可能导致问题不显现。这并不意味着不再存在问题。这是一颗定时炸弹。下一次代码更改后,该错误就会显现出来。 您要求插入ADC_ETC_ClearInterruptStatusFlags 。 我想这就是你想让我做的: uint32_t标志 = ADC_ETC_GetInterruptStatusFlags(ADC_ETC_PERIPHERAL, kADC_ETC_Trg0TriggerSource ); ADC_ETC_ClearInterruptStatusFlags (ADC_ETC_PERIPHERAL, kADC_ETC_Trg0TriggerSource ,标志); 如果确实需要手动清除,我认为代码将永远无法正常工作。但它有时确实运行完美。 请运行演示,输入一个低位数字并观察 LED 闪烁。也尝试一些其他数字。 然后重新启动并输入“9”(最大的中断负载)。失败了吗? 回复:如何解决这个非常奇怪和困难的问题...... 并且请注意,启动后第一次输入一些低数字(低中断负载)时似乎不会出错。然后由于某种原因,高负载确实可以正常工作。 但当重启后按下的第一个数字是 8 或 9 时,它会失败。 回复:如何解决这个非常奇怪和困难的问题...... @mayliu1 ,当您启动演示时,它应该在终端上显示“按下键输入命令...”。然后您可以输入 1 到 9 之间的数字来定义中断负载。然后它使 LED 闪烁 20 次并将负载设置回 20,您可以输入其他数字。 按下数字后,您应该会看到 LED 闪烁,并且闪烁频率也取决于负载(选定的数字)。如果不是这种情况,演示将不起作用。 请注意,仅设置 g_delay 不起作用,因为还需要设置 g_mode。这也是由主循环完成的。 请再试一次,因为我认为确实出了问题。 我尝试增加堆栈大小,但没有帮助。 是的,我知道,不应该在中断程序中进行太多计算。但这正是该应用程序的目的所在。无法改变这一点。 无论如何,我使用人工中断负载来使问题更容易被发现。 回复:如何解决这个非常奇怪和困难的问题...... 你好@mayliu1 ,你有机会测试它吗?我真的不知道为什么会发生这种情况,而且我目前没有任何主意。 回复:如何解决这个非常奇怪和困难的问题...... 我能够将其缩小为一个非常简单的程序。 它有一个以 288KHz 调用的 ADC 中断程序。该例程根据全局变量执行一些虚拟操作。因此负载可以改变。请注意,也可以在 J56 的引脚 16 处监控负载。 主循环只是等待一个键(1-9),然后相应地设置中断例程加载的全局变量。然后,它使用软件循环延迟使 LED 闪烁几次。因此当中断负载较高时,LED 将以较低的频率闪烁。 当我启动该程序并点击“6”(中断例程的负载约为 50%)时,主循环就会冻结。LED 不再闪烁。但中断程序继续(引脚 16 J56 仍在切换)。 当使用调试器暂停并恢复时(几次),主循环再次启动!从那时起,对于我输入的任何数字,主循环都不会冻结。即使对于中断程序的最高负载也是如此。 请注意,这一切并不总是发生,所以也许你需要做几次。 还要注意,当您第一次击中像“3”这样的较小数字时。主循环不会冻结。即使此后选择一个较高的数字。问题没有出现!那么这可能与缓存有关吗? 还要注意,程序中仍然有一些代码没有执行或者做了无用的事情。但当我改变某些东西并重新编译时,问题就会消失。这是我能制作的最小版本,它显示了问题。至少在我的 MIMXRT1010-EVK 板上(我有两个 EVK 板并且都出现同样的问题)。 我使用了最新版本的 SDK,版本号为 2.16.000(847 2024-07-12),清单版本号为 3.14.0 我使用了最近安装的 MCUXpress IDE:v24.9 [Build 25][2024-09-26] 回复:如何解决这个非常奇怪和困难的问题...... 你好 Mayliu1, 谢谢您的回复。 奇怪的是,当问题发生并且我暂停 MCU 时,我没有看到任何异常。当再次恢复 MCU 时,它又可以工作了!! 请注意,即使没有调试器也会出现该问题。所以这不是调试器的问题。 关于您对中断中的计算的评论。我需要在中断中做一些计算,这正是我所需要的。 目前我的中断程序只是做了一些虚拟的事情来创建一些负载来显示问题。 您有 MIMXRT1010-EVK 板吗?我可以发送这个项目,以便您亲眼看到这种奇怪的行为。
View full article
[s32ds] dear nxp I have download sdk from below. so, I got below. and then,  What can I do next? Is there any documentation for this? I tried logging into 'example' in s32ds, can I build it ? Is there any documentation for this? 2.  What is `EB Tresos install directory` ? Thanks, Bryan Re: [s32ds] dear Robin thanks for your comments, I will success compile as below. Thanks, Bryan Re: [s32ds] Which example did you test? Did you click Update Code? Open the Peripherals perspective and click on Update Code to generate the code Re: [s32ds] dear Robin I have found  `OsIf_Cfg.h` file on `c:\NXP\S32DS.3.5\eclipse\mcu_data\components\PlatformSDK_S32K3\Base\` but, I have meet below compilation error as below. Invoking: Standard S32DS C Compiler arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/system.d" -MT"Project_Settings/Startup_Code/system.o" -o "Project_Settings/Startup_Code/system.o" "../Project_Settings/Startup_Code/system.c" ../src/main.c:26:10: fatal error: CDD_Bms_SpiIf.h: No such file or directory 26 | #include "CDD_Bms_SpiIf.h" | ^~~~~~~~~~~~~~~~~ compilation terminated. In file included from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32K3/RTD/BaseNXP_TS_T40D34M30I0R0/include/Mcal.h:65, from ../Project_Settings/Startup_Code/exceptions.c:41: C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32K3/RTD/BaseNXP_TS_T40D34M30I0R0/include/OsIf_Internal.h:45:10: fatal error: OsIf_Cfg.h: No such file or directory 45 | #include "OsIf_Cfg.h" | ^~~~~~~~~~~~ compilation terminated. make: *** [src/subdir.mk:20: src/main.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1 In file included from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32K3/RTD/BaseNXP_TS_T40D34M30I0R0/include/Mcal.h:65, from ../Project_Settings/Startup_Code/system.c:47: C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32K3/RTD/BaseNXP_TS_T40D34M30I0R0/include/OsIf_Internal.h:45:10: fatal error: OsIf_Cfg.h: No such file or directory 45 | #include "OsIf_Cfg.h" | ^~~~~~~~~~~~ compilation terminated. make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/system.o] Error 1 "make -j12 all" terminated with exit code 2. Build might be incomplete. 13:50:58 Build Failed. 7 errors, 0 warnings. (took 360ms) Thanks, Bryan Re: [s32ds] dear Robin I got `SW32K3_FreeRTOS_10_5_1_UOS_3_1_0_DS_updatesite_D2304.zip` Re: [s32ds] dear Robin let me know how to download below. Thanks, Bryan Re: [s32ds] thanks quick response. I have downloaded that!!! Re: [s32ds] I can't find this. Why you did not download S32DS Design Studio 3.5 and S32DS Design Studio 3.5.3? Did you already install those two software? --> yes, I have already used this 's32dk 3.5' Re: [s32ds] Hi Bryan, Please click on the upper right corner to download BMS_SWInstalationGuide_Hvbms_2024.08.pdf. Then refer to the section ‘4 BMS Software installation procedure’. Why you did not download S32DS Design Studio 3.5 and S32DS Design Studio 3.5.3? Did you already install those two software? If you want to test Bms_examples in S32DS, please click File->New->S32DS Project from Example 2. What is `EB Tresos install directory` ? Please refer to How do I link EB Tresos to the S32K3 RTD Drivers You are installing S32K3 RTD 3.0.0 used by EBTresos, so it is recommended to enter the path after installing EB_Tresos_Studio_AUTOSAR_Configuration_Tool_29_0_0. For example, C:\EB\tresos_29 Best Regards, Robin ------------------------------------------------------------------------------- Note: - If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you! - We are following threads for 7 weeks after the last post, later replies are ignored Please open a new thread and refer to the closed one, if you have a related question at a later point in time. -------------------------------------------------------------------------------
View full article
About Duration of PKI keys. Hi NXP What will happen if it expires?  If I set it to 10 years, will I be unable to generate new certificates after it expires, making the hardware unusable? Re: About Duration of PKI keys. Hi Omar, according to my knowledge the ROM does not check the date validity (ROM even cannot know the current date during booting). I think the only issue you might have is when you re-use the generated keys for other purposes and flows. Regards, Libor
View full article
この非常に奇妙で難しい問題にどのように取り組むか... 皆さん、こんにちは。私は非常に奇妙な問題を抱えており、誰かがこれに取り組む方法についてアドバイスをくれることを願っています。なぜなら、私は何日もこれに取り組んでおり、何が問題なのか理解していないからです。 私はMCUXpressoとMIMXRT1010-EVKを使っています。 サンプルごとに割り込みを生成するADCがあります。そして、サンプルレートは288KHzです! この割り込みでは、グローバル変数に応じていくつかの処理を行います。デフォルトでは、グローバルフラグは低く、私はほとんど処理を行いません。 割り込み時に出力端子をハイにセットしました。また、オシロスコープでは、割り込みが実際に288KHzの速度で発生し、各割り込みにマイクロ秒のほんの一部しかかからないことがわかります。約8%のプロセッサ負荷。 main 関数では、コマンド ループが実行されています。これにより、グローバル変数を変更し、割り込み負荷をゆっくりと増やすことができます。そして、オシロスコープでは、割り込みの負荷が上がっていることがわかります。通常は80%または90%まで問題ありません。メイン コマンド ループが動作し続けます。 問題を: 新しいコンパイルの後、アプリケーションは正しく起動することがありますが、グローバル変数を増やして割り込みロードすると、メインループが突然停止します。しかし、割り込みは機能し続けます。これは常にほぼ同じ割り込み負荷(約40%)で発生しているようです。 そして、次にコンパイルして実行するとき(割り込みとは関係のないコードを追加した後)、まったく問題はありません。そして、メインループは割り込み負荷を増やしながら稼働し続けます。メモリ内のコードや変数の位置に依存しますか? これの原因とこれにどのように対処するか、何か考えはありますか?アイデアが足りません。 割り込みルーチンでは、ADCの値を読み取っていくつかの計算を行うだけです。次に、グローバル変数を記述します。 Re:この非常に奇妙で難しい問題にどのように取り組むか... 問題を見つけたと思います! 私はそれが高レート割り込みを扱う開発者にとって非常に貴重な情報になると思うので、それについて新しいスレッドを作りました。 このスレッドを参照してください。 問題は、メインループの実行には、外部コードの読み取りが必要であり、それが何らかの割り込みによって何度も中止されることのようです。 Re:この非常に奇妙で難しい問題にどのように取り組むか... あなたは私の言いたいことを見逃していると思います。 説明のつかない奇妙なことが起こっています。コードが変更されると、その変更が問題と関係がない場合でも、問題は解消される可能性があります。したがって、何かを変更して、それが機能するときに修正されたと言うことは意味がありません。時限爆弾です。 これに対処する唯一の方法は、問題を再現し、何が起こっているのかを見つけることです。これを、SDK (またはチップ) の重大なバグを見つける機会と見なしてください。 アーキテクチャを変更すべきだと言うのも、これを解決する方法ではありません。割り込みをこのように使用したい場合は、それができるはずです。しかし、繰り返しになりますが、それは問題ではありません。要は、SDK(またはチップ)に深刻な問題があるかもしれないということで、その問題を示すデモを作りました。もしかしたら、私が何か間違ったことをしているのかもしれません。しかし、あなたが言及した変更は、私が行った根本的な誤りではありません。 また、ADC割り込み内のADC_ENV割り込みをクリアすることは、私には意味がありません。そして、それはとにかくほとんどの場合うまくいきます。したがって、割り込みをクリアするのを忘れると、割り込みはまったく正しく機能しません。いずれにせよ、私はあなたの変更を試しましたが、問題はまだ存在しています。 私は新しい製品ラインのためにNXPのMCUを評価しています。この問題が解決されない場合、このMCUを選択することはできません。どうしてもこのマイコンを使ってみたいので、ぜひ私なりに見てみてください。 もしそうしたくないと感じたら、SDK (またはチップ) で起こりうる問題を見つけることに興味がある人をこのスレッドに追加してください。 Re:この非常に奇妙で難しい問題にどのように取り組むか... 答えをありがとう @mayliu1 。 非常に重要な問題は、問題を再現できるかどうかです。 Re:この非常に奇妙で難しい問題にどのように取り組むか... こんにちは @mayliu1 、私はあなたの変更を追加しましたが、それは役に立ちませんでした。 問題を再現できましたか?それは非常に重要な第一歩だと思います。私が言ったように、これは非常に奇妙な問題であり、私はすでにあらゆる種類のことを試しました。 すべての初期化の終了時に、PIT 初期化をメイン ループに移動しました。なぜでしょうか。 そして、なぜ遅延を取り除きたいのですか? これらは単なる推測ですか、それとも目的がありますか?このような問題を自分で解決するために、ぜひ学びたいです。 先に述べたように、何らかの方法でコードを変更すると、問題が発生しなくなる可能性があります。これは、もう問題がないという意味ではありません。時限爆弾です。バグは、次のコード変更後に現れる可能性があります。 ADC_ETC_ClearInterruptStatusFlagsを挿入するように要求しました。 これがあなたが私にしたかったことだと思います: uint32_t フラグ = ADC_ETC_GetInterruptStatusFlags(ADC_ETC_PERIPHERAL, kADC_ETC_Trg0TriggerSource); ADC_ETC_ClearInterruptStatusFlags(ADC_ETC_PERIPHERAL、 kADC_ETC_Trg0TriggerSource、フラグ); このマニュアルクリアが本当に必要なら、コードは決してうまく機能しないと思います。しかし、時には完璧に動作することもあります。 デモを実行し、低い数字を入力してLEDが点滅するのを確認してください。他の数字も試してみてください。 次に、再起動して「9」を入力します(最大の割り込み負荷です)。失敗しますか? Re:この非常に奇妙で難しい問題にどのように取り組むか... また、起動後に最初にいくつかの低い桁(低割り込み負荷)を入力しても、うまくいかないように見えることに注意してください。その後、何らかの理由で高負荷は問題なく機能します。 ただし、再起動後に押す最初の数字が8または9の場合、失敗します。 Re:この非常に奇妙で難しい問題にどのように取り組むか... @mayliu1、デモを開始すると、「コマンドのキーを押す...」を端末に表示します。次に、割り込み負荷を定義する 1 から 9 までの数値を入力できます。次に、LEDが20回点滅し、負荷を20に戻して、他の番号を入力できます。 数字を押すとLEDが点滅し、点滅周波数は負荷(選択した数字)にも依存します。そうでない場合、デモは機能しません。 g_delayの設定だけでは、g_modeも設定する必要があるため、機能しないことに注意してください。これもメインループによって行われます。 何か深刻な問題があると思うので、もう一度やり直してください。 スタックサイズを大きくしようとしましたが、役に立ちませんでした。 そして、はい、私は知っています、割り込みルーチンで多くの計算を行うべきではありません。しかし、これがアプリケーションの目的です。それを変えることはできません。 とにかく、私は人工的な割り込み負荷を使用して、問題を簡単に見えるようにしています。 Re:この非常に奇妙で難しい問題にどのように取り組むか... こんにちは @mayliu1 、テストするための変更がありましたか?なぜこれが起こっているのか本当に手がかりがなく、現在アイデアが出てきません。 Re:この非常に奇妙で難しい問題にどのように取り組むか... とてもシンプルなプログラムに絞り込むことができました。 288KHzで呼び出されるADC割り込みルーチンがあります。このルーチンは、グローバル変数に応じていくつかのダミー処理を行います。そのため、負荷を変更することができます。負荷はJ56のピン16でも監視できることに注意してください。 メインループはキー(1-9)を待ってから、それに応じて割り込みルーチンロードのグローバル変数を設定します。次に、ソフトウェアループ遅延を使用してLEDを数回点滅させます。したがって、割り込み負荷が高い場合、LEDはより低い周波数で点滅します。 このプログラムを起動して「6」を押すと(割り込みルーチンの約50%の負荷)、メインループがフリーズします。LEDが点滅しなくなりました。ただし、割り込みルーチンは続行されます (ピン 16 J56 はまだトグルしています)。 デバッガーで一時停止して再開すると (数回)、メイン ループが再び開始されます。そして、それ以降、メインループを打った数字はフリーズしません。割り込みルーチンの最高負荷の場合でも。 これはすべて常に発生するわけではないので、数回行う必要があるかもしれません。 また、最初に「3」のような低い数字を打ったときにも注意してください。メインループはフリーズしません。その後、高い数字を選択しても。問題は発生しません。では、キャッシュに関連しているのでしょうか? また、プログラムには、実行されていないコードや無駄な処理を行うコードがまだあることにも注意してください。しかし、何かを変更して再コンパイルすると、問題は解決します。このバージョンは、問題を示す私が作ることができる最小のバージョンです。少なくとも私のMIMXRT1010-EVKボードでは(私は2つのEVKボードを持っていますが、どちらも同じ問題を示しています)。 バージョン 2.16.000 (847 2024-07-12) マニフェスト バージョン 3.14.0 の最近のビルド SDK を使用しました 最近インストールした MCUXpress IDE v24.9 [ビルド 25][2024-09-26] を使用しました。 Re:この非常に奇妙で難しい問題にどのように取り組むか... こんにちはMayliu1、 お返事ありがとうございます。 奇妙なことの1つは、問題が発生してMCUを一時停止しても、何も奇妙なことが見当たらないことです。そして、MCUを再開すると、再び動作します!! この問題は、デバッガーがない場合でも発生することに注意してください。したがって、デバッガーの問題ではありません。 また、割り込みの計算についてのご意見もお聞かせください。私は割り込みでいくつかの計算をする必要があります、それはまさに私が必要とするものです。 そして現在、私の割り込みルーチンは、問題を示すための負荷を作成するために、いくつかのダミーのものを実行します。 MIMXRT1010-EVKボードはありますか?あなたが奇妙な行動を自分で見ることができるように、プロジェクトを送ることができました。
View full article
Assistance Needed with STREAM_MSG_ERROR 252 on SLN-SVUI-IOT VIT Example Dear Team, I am currently trying to run the VIT voice recognition example on the SLN-SVUI-IOT evaluation board. I followed the instructions provided at the following URL: https://github.com/nxp-appcodehub/rd-mcu-svui/tree/main/examples/VIT/example_1 However, the example does not work as expected. When I run it, the following error appears on Tera Term: I followed all the steps in the guide, but voice recognition does not work. Are there any additional modifications or steps I need to take to resolve this issue? Thank you for your support. Best regards, Yoshi, i.MXRT 106x Re: Assistance Needed with STREAM_MSG_ERROR 252 on SLN-SVUI-IOT VIT Example Thank you!! Fixed problem. Re: Assistance Needed with STREAM_MSG_ERROR 252 on SLN-SVUI-IOT VIT Example Hi @yoshikisoeishi  The root cause of this issue is casued by the wrong format of audio files that are written in flash(for the first relase we used 64kbps files, now we are using 16kbps), please run lvaldi updater first before starting to develop on the board, this step5 will rewrite the flash and the old audio files that are preprogrammed in the board flash. Step5: https://github.com/nxp-appcodehub/rd-mcu-svui/tree/3f260f22960f8d67ba987ccf71d5ce88331a8b9e?tab=readme-ov-file#35-step-5  Tools: sln_svui_iot_tools (sign license and agreement first) Smart Voice Solution Software Tool ZIPRev  1.0 Nov 5, 2024    211420 KB    sln_svui_iot_tools Sign in required Re: Assistance Needed with STREAM_MSG_ERROR 252 on SLN-SVUI-IOT VIT Example OK, this issue seems be fixed. Re: Assistance Needed with STREAM_MSG_ERROR 252 on SLN-SVUI-IOT VIT Example >This issue seem be related with local demo >https://github.com/nxp-appcodehub/rd-mcu->svui/blob/3f260f22960f8d67ba987ccf71d5ce88331a8b9e/sln_svui... right? YES Re: Assistance Needed with STREAM_MSG_ERROR 252 on SLN-SVUI-IOT VIT Example If I change Enable Streamer to 0, Example 1 work well. Re: Assistance Needed with STREAM_MSG_ERROR 252 on SLN-SVUI-IOT VIT Example please double check the version of app and workflow with guide https://github.com/nxp-appcodehub/rd-mcu-svui/tree/main. This issue seem be related with local demo https://github.com/nxp-appcodehub/rd-mcu-svui/blob/3f260f22960f8d67ba987ccf71d5ce88331a8b9e/sln_svui_iot_local_demo/audio_streamer/sln_streamer.c#L82 right?
View full article
What are the methods of multi-core communication in MPC5748G? Dear Community, Is there a way to communicate between multiple cores on MPC5748G besides writing memory? Is there a way for one core to produce an interrupt in another core? H-chips MPC5748G-GW-RDB  Re: What are the methods of multi-core communication in MPC5748G? Ok, thank you very much, I will check this topic. Re: What are the methods of multi-core communication in MPC5748G? Hello, Yes, core can produce interrupts. The INTC on this chip supports 3 cores (0, 1 and 2) and 16 level priorities of each interrupt. For handling multicore application best is to use SEMA4 units. Here is the example, principle is the same. https://community.nxp.com/docs/DOC-329941 Please refer to the reference manual for more details. SEMA4 and INTC chapter. Best regards, Peter
View full article
How to tackle this very strange and difficult problem... Hi all. I have a very strange problem and hope someone can give me advice how to tackle this because I'm working on this for days now and I just don't understand what is going wrong. I'm working with MCUXpresso and a MIMXRT1010-EVK. I have an ADC that generates an interrupt for each sample. And the sample rate is 288KHz! I do some processing in this interrupt depending on a global variable. By default the global flag is low and I do little processing. I set an output pin high during the interrupt. And on the oscilloscope I can see that the interrupt indeed occurs at 288KHz rate and that it only takes a fraction of a micro second each interrupt. About 8% processor load. In the main function a command loop is running. With this I can change the global variable and I can slowly increase the interrupt load. And I can see on the oscilloscope that the load for the interrupts goes up. Up to 80% or even 90% is normally no problem. The main command loops keeps running. The problem: Some times after a new compile the application starts correct but when increasing the global variable and thus the interrupt load the main loop stops suddenly. But the interrupt keeps working. It always seems to happens at about the same interrupt load (about 40%). And a next time I compile and run (after adding some code that has nothing to do with the interrupt) there is no problem at all. And the main loop keeps running while increasing the interrupt load. Does it depends on the position of code or variables in memory? Any idea what could cause this and how to tackle this? I'm out of ideas. In the interrupt routine I only read the ADC value and do some calculations. Then I write a global variable. Re: How to tackle this very strange and difficult problem... I think I found the problem! I made a new thread about it because I think it can be very valuable information for developers working with high rate interrupts. See this thread. The problem seems to be that for the execution of the main loop external code reads are needed which are aborted again and again by some interrupt. Re: How to tackle this very strange and difficult problem... I think you are missing my point. There is something weird going on that can not be explained. The problem can disappear when code is changed, even when the change has nothing to do with the problem. Therefore, changing something and saying it is fixed when it works, does not make sense. It is a ticking time bomb. The only way to tackle this is to reproduce the problem and then find out what is going on. See it as an opportunity to find a serious bug in the SDK (or chip). Saying that I should change my architecture is also not a way to solve this. If I want to use the interrupt this way, then I should be able to do that. But again, that is not the point. The point is that there may be a serious problem with the SDK (or chip) and I made a demo that shows the problem. Maybe I'm doing something wrong. But the changes you mentioned are not fundamental errors that I made. And clearing an ADC_ENV interrupt inside an ADC interrupt makes no sense to me. And it works most of the times anyway. So if an interrupt is forgotten to be cleared it would not work correctly at all. Any way, I tried your changes and the problem still is present. I am evaluating the NXP MCU for a new product line. If this problem is not solved then we will not be able to choose this MCU. I would really like to use this MCU, so please try to see this my way. If you do not feel like you want to do that, then please add somebody else to this thread who is interested in finding a possible problem in the SDK (or chip). Re: How to tackle this very strange and difficult problem... Hi @simmania , I think you should reevaluate your project architecture, as it is unreasonable. I also suggest that you modify  PIT trigger  cycle time . Is it possible that the ADC conversion time does not match the PIT trigger time? I modify the code as I told to you,  the project is run okay. BR mayliu Re: How to tackle this very strange and difficult problem... Thanks @mayliu1 for the answers. A very important question is: can you reproduce the problem or not? Re: How to tackle this very strange and difficult problem... Hi @simmania , Thanks for your reply. As I said before, It's not advisable to conduct floating-point calculations in the ADC  interrupt(ADC1_IRQHANDLER).  This kind of practice is not rational. Question: You moved the PIT initialization to the main loop at the end of all initialization. Why? And why want you to remove the delay? Answer: What  I moved is PIT timer start, not PIT initialization. I suggest ADC_ETC, XBAR , PIT module all initial ready, finally start PIT timer start trigger ADC_ETC module.  Also, why you need  add delay function. I think you can refer to SDK demo "evkmimxrt1010_adc_etc_hardware_trigger_conv". Question: uint32_t flags = ADC_ETC_GetInterruptStatusFlags(ADC_ETC_PERIPHERAL, kADC_ETC_Trg0TriggerSource); ADC_ETC_ClearInterruptStatusFlags(ADC_ETC_PERIPHERAL, kADC_ETC_Trg0TriggerSource, flags);If this manual clear is really needed, I think the code would never work ok. But it does sometimes run perfect. Answer: I think in the interrupt handling of ADC_ETC , it is usually necessary to clear the interrupt status flags (ADC_ETC_ClearInterruptStatusFlags).  If the flag bits haven't been cleared, the processor  will regard the interrupt as still valid and will keep re-entering the ADC_ETC  Interrupt Service Routine.  It will result in excessive occupation of system resources and disrupt the normal execution flow of the program. you can refer to SDK demo "evkmimxrt1010_adc_etc_hardware_trigger_conv" ADC_ETC interrupt handler. BR mayliu Re: How to tackle this very strange and difficult problem... Hello @mayliu1 , I added your changes, but that didn't help. Did you manage to reproduce the problem? I think that is a very important first step. As I said, this is a very strange problem and I already tried all kind of things. You moved the PIT initialization to the main loop at the end of all initialization. Why? And why want you to remove the delay? Are these just guesses or is there a purpose? I would like to know to learn solve this kind of problems myself. As I mentioned earlier: changing the code in any way may result in the problem not manifesting itself. This does not mean there is no problem any more. It is a ticking time bomb. The bug can manifest itself after the next code change. You asked to insert ADC_ETC_ClearInterruptStatusFlags. I guess this is what you wanted me to do: uint32_t flags = ADC_ETC_GetInterruptStatusFlags(ADC_ETC_PERIPHERAL, kADC_ETC_Trg0TriggerSource); ADC_ETC_ClearInterruptStatusFlags(ADC_ETC_PERIPHERAL, kADC_ETC_Trg0TriggerSource, flags); If this manual clear is really needed, I think the code would never work ok. But it does sometimes run perfect. Please run the demo, type a low digit and see the LED flash. Try some other digits too. Then restart and type a '9' (being the largest interrupt load). Does it fail? Re: How to tackle this very strange and difficult problem... Hi @simmania , Thanks for your reply. I did a validation on my side. 1: I change PIT timer start function  time sequence and  I disable a delay function. 2: I add some code in ADC interrupt handler. ADC_ETC_ClearInterruptStatusFlags SDK_ISR_EXIT_BARRIER; Wish it helps you. If you still have question about it, please kindly let me know. Best Regards mayliu Re: How to tackle this very strange and difficult problem... And note that it does not seem to go wrong when you first enter some low digits (low interrupt load) after starting. Then for some reason the high load does work ok. But when the first digit you press after restart is 8 or 9, it fails. Re: How to tackle this very strange and difficult problem... @mayliu1, when you start the demo it should say "Hit key for command ... " on the terminal. Then you can enter a number from 1 to 9 which will define the interrupt load. Then it flashes the LED 20 times and sets back the load to 20 and you can enter an other number. You should see the LED flashing after pressing a number and the flash frequency also depends on the load (selected digit). It this is not the cases, the demo does not work. Note that only setting the g_delay does not work because the g_mode needs to be set too. Which is done by the main loop too. Please try again, because I think there is seriously some thing wrong. I tried to increase the stack size, but that did not help. And, yes I know, one should not do many calculation in an interrupt routine. But this is what the application is about. Can not change that. And anyway, I use an artificial interrupt load to make the problem visible easily. Re: How to tackle this very strange and difficult problem... Hi @simmania , Thanks for your reply. I downloaded your project and debugged it. It ran normally without any stuck. I found that g_delay was fixed set as 20 no matter what value I input. So  I changed it to 60 as you suggested, the project still run without stuck. So could you try following methods. 1: set a larger Stack and heap size.   2: Please do not do any calculations or delay in ADC interrupt handler(ADC1_IRQHANDLER).   It's not advisable to conduct floating-point calculations in the ADC  interrupt(ADC1_IRQHANDLER).  This kind of practice is not rational. Wish it helps you. If you still have question about it, please kindly let me know. Best Regards mayliu Re: How to tackle this very strange and difficult problem... Hi @mayliu1 , did you have a change to test it? I really do not have any clue why this is happening and I'm currently out of ideas. Re: How to tackle this very strange and difficult problem... I noticed something very strange (and interesting) when adding these lines to the interrupt routine (where g_mode case 3 is handled): if (!GPIO_PinRead(BOARD_INITPINS_USER_BUTTON_GPIO, BOARD_INITPINS_USER_BUTTON_GPIO_PIN)) { g_delay = 20; } These extra lines makes it possible to switch to a very low load for the interrupt routine (by making g_delay = 20) when the USER_BUTTON (SW4) is pressed. (The USER_BUTTON also needs to be set as input and a pullup is needed) When the main loop freezes and you press the USER_BUTTON, the interrupt load goes to a low value and the main loop continues! It may freeze again, but pressing this button and it continues gain. And at some time it will not freeze anymore at all. So the main loop does not crash or so. It just can not continue for some reason because the interrupt routine load is a bit high. Once it is very low again, the main loop continues. Note that the main loop can freeze when the interrupt routine load is only about 50% (checked with oscilloscope). And when all is ok a load of 90 or even 95% seems no problem. Re: How to tackle this very strange and difficult problem... I was able to narrow it down to a very simple program. It has an ADC interrupt routine that is called at 288KHz. This routine does some dummy stuff depending on a global variable. So the load can be changed. Note that the load can also be monitored at pin 16 of J56. The main loop just waits for a key (1-9) and then sets the global variable for the interrupt routine load accordingly. It then flashes the led a few times using a software loop delay. So when the interrupt load is high, the led will flash at a lower frequency. When I start this program and hit '6' (which is about 50% load for the interrupt routine) then the main loop freezes. Led does not flash anymore. But the interrupt routine continues (pin 16 J56 still toggling). When pausing and resuming with the debugger (a few times), the main loop starts again! And from then on for any number that I hit the main loop does not freeze. Even for the highest load of the interrupt routine. Note that this all does not happen always, so maybe you need to do it a few times. Note also that when you firstly hit a low number like '3'. The main loop does not freeze. Even if after that selecting a high number. The problem does not occur! So could it be cache related? Note also that there is still some code in the program that is not executed or does useless things. But when ever I change something and recompile, the problem can go away. This version is the smallest I could make which shows the problem. At least on my MIMXRT1010-EVK board (I have two EVK boards and both show the same problem). I used a recent build SDK with version 2.16.000 (847 2024-07-12) Manifest version 3.14.0 I used a recent install of MCUXpress IDE: v24.9 [Build 25][2024-09-26] Re: How to tackle this very strange and difficult problem... Hi @simmania , Thanks for your reply. I suggest you disable all other module function, only ADC module work, increasing the interrupt load to check whether project work normal. And also, I have a MIMXRT1010-EVK board, you can  send the project to me, I will test it. Best Regards mayliu Re: How to tackle this very strange and difficult problem... Hello Mayliu1, Thanks for your reply. One of the strange things is that when the problem occurs and I pause the MCU, I see nothing strange. And when resuming the MCU again, it just works again!! Note that the problem also occurs without the debugger. So it is not a problem with the debugger. And about your remark about the calculations in the interrupt. I need to do some calculations in the interrupt, that is just what I need. And currently my interrupt routine just does some dummy stuff to create some load to show the problem. Do you have a MIMXRT1010-EVK board? I could send the project so that you can see the strange behavior yourself. Re: How to tackle this very strange and difficult problem... Hi @simmania , Thank you so much for your interest in our products and for using our community. If you use MCUXPresso IDE and  bare-metal program, I suggest you can check Heap and Stack Usage when problem happened. Please also pay attention to the registers status of Registers, Faults, Peripheral+. Please check whether something wrong. what you did "In the interrupt routine I only read the ADC value and do some calculations. Then I write a global variable", I suggest you do not do any calculations in interrupt routine, you can do it in your main function. Wish it helps you. If you still have question about it, please kindly let me know. Best Regards mayliu
View full article
daisy chaining of MC33774a hi there, 1. can you explain why this contradicting statement is given , as bus forwarding for a unenumerated device does not make sense. 2. how is there a two wakeup as one signal is from the MCU is for bus activity and then the second signal is wakeup command that wakes the device ,so how is it two wake up command ,is it same like enumeration of device by the MCU that is given before ? Re: daisy chaining of MC33774a Hi, Yes, Wake-Up 3 is essentially the propagation of Wake-Up 1, initiated by the MCU.  BRs, Tomas Re: daisy chaining of MC33774a hi Tomas , really sorry to interrupt you during the holiday season , the wake up 3 in the diagram is the propagation of the wake-up1 if i am not wrong ? Re: daisy chaining of MC33774a Hi, I do apologize for the delay in getting back to you, some of my colleagues are already on Christmas vacation so I am unable to respond in time. Let me try to clarify it a bit more.  IC1 Sends a Wake-Up Message to IC2: Key point: This wake-up propagation mechanism is independent of normal bus forwarding, which is only enabled after enumeration. The wake-up message is treated as a special case. - Once IC1 is active, it automatically generates a wake-up message (Wake-Up 2), specifically intended for IC2 (the next device in the daisy chain). - This wake-up message is sent downstream even though IC1 is still unenumerated. The MC33774 has a built-in mechanism to forward wake-up messages even when the device itself does not yet forward general communication. IC2 Detects Wake-Up Message from IC1: - The wake-up message from IC1 is received by IC2. Upon receiving this message, IC2 transitions to Active mode. - IC2 then automatically prepares to send its own wake-up message downstream. Wake-Up Propagation Continues Downstream: -Once IC2 is in Active mode, it sends a wake-up message to IC3. - This process repeats for each device in the daisy chain until all devices are active. In summary, wake-up propagation does not rely on general bus forwarding. Each device in the chain has a special mechanism to recognize and forward wake-up messages. The wake-up sequence ensures all devices transition to Active mode sequentially, even if they are unenumerated. After all devices are awake, the MCU can enumerate them and enable full bus forwarding for normal communication. BRs, Tomas Re: daisy chaining of MC33774a hi Tomas , can you explain how the bit more as i am unable to understand how is the propagation of the second wakeup happening s as it will be a bus signal to IC2 and does not take it to active state and in IC2 still bus forward is not enabled , how will it propagate downstream to wake other devices in the chain? Thank you Shreyas Bhat   Re: daisy chaining of MC33774a Hi, The apparent contradiction arises because the datasheet refers to two separate states: unenumerated devices and bus forwarding enabled. Here is the key difference: • Unenumerated Device: Before assigning a unique daisy chain address (DADD), the MC33774 does not forward messages to the next device. This ensures communication is limited to the first device in the chain during the initial setup or wake-up phase. • Bus Forwarding Enabled: After an unenumerated device wakes up, it enables communication (including wake-up messages) to propagate down the daisy chain. This is why the statement mentions that the unenumerated MC33774 automatically sends wake-up messages to the next device. In essence, the datasheet clarifies that the wakeup propagation (not full bus communication) is temporarily allowed during the wake-up process, even for unenumerated devices. The "contradiction" is a misinterpretation because the bus forwarding here refers specifically to wake-up messages, not general communication. The two wake-up signals described in the diagram refer to the sequence of events for waking up a daisy-chained system: • Wake-Up 1 (Bus Activity): The MCU sends a general signal or bus activity. This activity alerts the first MC33774 (IC1) to transition to Active mode. • Wake-Up 2 (Wake-Up Command): Once IC1 is active, it sends a specific wake-up message to IC2 (the next device in the chain) as part of the daisy-chaining mechanism. This second wake-up signal propagates downstream to wake up other devices. This is not the same as the enumeration process (where unique DADD addresses are assigned by the MCU). Instead, it is a preliminary step to ensure all devices in the chain transition from Sleep or Deep Sleep mode to Active mode. BRs, Tomas
View full article
FIT / MTBF Data required Could someone point me in the direction of FIT/MTBF data for the following components: MK60DN512ZVLQ10 PMEG3010BEA,115 MC9S08QE64CLC (added) Many Thanks Re: FIT / MTBF Data required Thank you Veronika, much appreciated Re: FIT / MTBF Data required Hello @TDKINFO  please see the reply in separate email. Kind regards
View full article
How many LUT registers does S32K3 has? Documentation and SDK differ on this matter:  Re: How many LUT registers does S32K3 has? Hello, It depends on the device you are using. You have 4 words of 5 sequences which will give you 20 for certain devices. best regards, Peter Re: How many LUT registers does S32K3 has? The image that you uploaded says that LUT are grouped in fives, 10 instructions per sequence. There should be 16 sequences, 80 LUT registers Re: How many LUT registers does S32K3 has? Hello, I expect that LUT are in groups of 4 as presented in reference manual. Therefore in header file are only 20 as LUT count. Best regards, Peter Re: How many LUT registers does S32K3 has? I cannot invoke sequences written beyond LUT19, I have no problem invoking sequences written up to LUT 19. What I might be doing wrong?  Re: How many LUT registers does S32K3 has? Hello, Always stick with reference manual. There are 80  LUT registers. Maybe SDK do not implement all of them. best regards, Peter
View full article
Timer not working even in free running mode using PEmicro debugger Hi team, I am using imxrt1170 eval board and even our custom board with imxrt1176 controller. when we connect USB debugging using the usb to micro-b cable the timer code is executing and timer is also working, but when we connect the PE micro-USB debugger to the eval board and debug, even in free running mode (without any breakpoint) also the timer code is not working. Any pin or functionality affecting the timers of imxrt1170 eval board with the PE micro-USB debugger. Re: Timer not working even in free running mode using PEmicro debugger Is there any same setting for systick timer also and PIT (programmable interrupt timer) using in debug mode to get enabled. Re: Timer not working even in free running mode using PEmicro debugger Hello @Jeevan , In order for your timer to continue counting in Debug mode, the bit called "DBGEN" in the register called "GPT Control Register (CR)" should be in 1. The purpose of this bit is enabled or disable the timer when the code is in debug mode, as show in the next image that was obtained in the RM Also, if you experience any issue, do not hesitate to let me know. BR Habib.
View full article
S32K344 S32DS Opening the DMA module causes static variables not to be initialized Hi all!          In the S32DS development environment, the addition of the DMA RTD module caused the static variable to be incorrectly initialized and the value to be 0. The chip is not operating properly, and it is in HardFault_Handler.        Details are as follows: After DMA is configured, the content in the screenshot section of the added configuration file may cause this situation. It causes the static variable to have an initial state of 0 instead of an initial value, as follows:(Observe the variable before it is run and just entered debugging state) How to set up to avoid this situation?  Thanks very much! Best Regards tian Re: S32K344 S32DS Opening the DMA module causes static variables not to be initialized Hi VaneB!      Many thanks for your replying.The problem has been solved。The ld file is not modified when SPD is transplanted,A conflict occurs after the DMA module is added。     Is there any reference document for SPD transplantation or related materials? The modification of ld file was ignored due to insufficient materials. Best Regards tian Re: S32K344 S32DS Opening the DMA module causes static variables not to be initialized Hi @_tian_10  Please test if you have the same behavior with any example that uses DMA. Also, there is the possibility that a wrong memory allocation is causing abnormal code execution, so please verify the linker file.  Re: S32K344 S32DS Opening the DMA module causes static variables not to be initialized Hi VaneB!  Thank you for your attention!   Today I did some careful debugging again and found some problems with the data and bss initializer functions.(init_data_bss)as follow: The function here is to load the initialization data in ROM into RAM, but at this time the ROM address content actually points to the RAM space, and the contents of the RAM address space are all 0. I don't know why this is the case, in the correct project the ROM address points to the ROM space, like the following: Look forward to your reply! Best Regards tian Re: S32K344 S32DS Opening the DMA module causes static variables not to be initialized Hi @_tian_10  Please provide more details about the situation. Also, if possible provide the steps to reproduce the issue.  B.R. VaneB
View full article
FIT/MTBFデータが必要 誰かが次のコンポーネントのFIT / MTBFデータの方向に私を指し示すことができますか? MK60DN512ZVLQ10 PMEG3010BEA,115千株 MC9S08QE64CLC (追加) どうもありがとう 日時:FIT / MTBFデータが必要 ありがとう、ヴェロニカ、大歓迎です 日時:FIT / MTBFデータが必要 こんにちは@TDKINFO  返信は別途メールでご覧ください。 敬具
View full article
需要 FIT/MTBF 数据 有人可以指出以下组件的 FIT/MTBF 数据的方向吗: MK60DN512ZVLQ10 PMEG3010BEA,115 MC9S08QE64CLC(已添加) 非常感谢 回复:需要 FIT/MTBF 数据 谢谢你,维罗妮卡,非常感谢 回复:需要 FIT/MTBF 数据 你好@TDKINFO 请参阅单独电子邮件中的回复。 此致敬礼
View full article
Matter Development Platform - Lighting-App on IOTZTB-DK006 Hi, I tried the instructions from matter/examples/lighting-app/nxp/k32w/k32w0 at v1.2.0.1-tag-nxp · NXP/matter (github.com), and successfully built chip-k32w0x-light-example.bin. I then flashed the DK6 board with command  C:\nxp\DK6Programmer> ./DK6Programmer.exe -s COM10 -p chip-k32w0x-light-example.bin but the board UI LED does not correspond to the device UI as mentioned in the README file, and it looks like firmware is not running properly. Please advise.   Product: K32W0 Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Glad to hear. If you are satisfied with the results, you can mark the relevant post as resolution. Have a nice day! Mihai Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Hi, Thanks for your advice. It is working after  I reset device to default state with SW2. LED toggling command is working fine root@imx8mmevk-matter:~# chip-tool onoff toggle 8888 1 Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Hi My full configurations are following i.MX8M MINI EVK Image imx-matter_2023-q4_imx8mmevk-matter.zip USB Thread RCP Hardware OM15080-K32W USB Thread RCP Firmware ~/nxp-mcu-sdk-2.6.14/tools/wireless/ot-rcp$ ls ot-rcp-uart-no-fc-usb.axf ot-rcp-uart-no-fc-usb.bin Lighting APP Firmware Build user01@user01-VirtualBox:~/connectedhomeip/examples/lighting-app/nxp/k32w/k32w0$ gn gen out/debug --args="k32w0_sdk_root=\"${NXP_K32W0_SDK_ROOT}\" chip_with_OM15082=1 chip_with_ot_cli=0 is_debug=false chip_crypto=\"platform\" chip_with_se05x=0 chip_pw_tokenizer_logging=true" device: K32W061 board: k32w061dk6 ntag: 0 increased TX power: 0 FRO32k: 0 low power: 0 OTA default firmware processor: 1 OTA default factory data processor: 0 PDM Encryption: 1 Antenna Diversity enabled: 0 ECC crypto lib: NXP-Ultrafast-P256 chip_with_sdk_package: 1 Done. Made 3667 targets from 305 files in 552ms     Can you identify any differences between my setup and your setup?  Since there are multiple versions of demo setup documentations on Github & NXP website, maybe you can share the exact steps that you did so that i can do the same?  Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Hello. I confirm that we are not seeing the issue on our side, using i.MX8 Mini with the imx-matter_2023-q4_imx8mmevk-matter image and the k32w0 USB RCP with ot-rcp-uart-no-fc-usb firmware. Do you have any development on your side? BR, Mihai Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Can you also confirm the used binary for the RCP on the K32W0x1 USB dongle? It should be the one from the Matter SDK's third_party/nxp/k32w0_sdk_repo/core/tools/wireless/ot-rcp/ot-rcp-uart-no-fc-usb.bin Also, a factory reset from the lighting app on the K32W061DK and on the i.MX8 should be done: on the K32W061DK: Button SW2 can be used to reset the device to a default state. A short Press Button SW2 initiates a factory reset. After an initial period of 3 seconds, LED2 D2 and D3 will flash in unison to signal the pending reset. After 6 seconds will cause the device to reset its persistent configuration and initiate a reboot. The reset action can be cancelled by press SW2 button at any point before the 6 second limit. on the i.MX8: sudo rm -rf /tmp/chip* We are trying to replicate on our side and will come back with feedback. BR, Mihai Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Hi, Yes, the setup is running as OTBR on NXP i.MX8 Mini EVK + a K32W0x1 USB dongle as Radio CoProcessor (RCP). I modified the setup script as per advised: #!/bin/sh # # modprobe moal mod_para=nxp/wifi_mod_para.conf wpa_supplicant -d -B -i mlan0 -c /home/root/wifiap.conf sleep 5 udhcpc -i mlan0 sleep 5 echo "nameserver 8.8.8.8" > /etc/resolv.conf service otbr_fwcfg start modprobe btnxpuart hciconfig hci0 up #thread otbr-agent -I wpan0 -B mlan0 'spinel+hdlc+uart:///dev/ttyUSB0?uart-baudrate=1000000' & iptables -A FORWARD -i mlan0 -o wpan0 -j ACCEPT iptables -A FORWARD -i wpan0 -o mlan0 -j ACCEPT otbr-web & sleep 2 #form openthread network ot-ctl dataset init new sleep 1 ot-ctl dataset commit active sleep 1 ot-ctl ifconfig up sleep 1 ot-ctl thread start And continue to run the setup process with the attached putty-1.log.  It still show the previously mentioned error, and the K32W End node's LED state D2 is  Short Flash On (50ms on/950ms off) — The device is in an unprovisioned (unpaired) state and is waiting for a commissioning application to connect. Subsequently i tried to form thread network with OTBR Web interface and I run the following command again: root@imx8mmevk-matter:~# ot-ctl dataset active -x 0e08000000000001000035060004001fffe00708fd373fbfaeb7e88f0c0402a0f7f8051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f0410445f2b5ca6f2a93a55ce570a70efeecb000300000f0208111111112222222201021234 Done root@imx8mmevk-matter:~# chip-tool pairing ble-thread 8888 hex:0e08000000000001000035060004001fffe00708fd373fbfaeb7e88f0c0402a0f7f8051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f0410445f2b5ca6f2a93a55ce570a70efeecb000300000f0208111111112222222201021234 20202021 3840 And the output log is attached at putty-2.log This time round the  K32W End node's LED state D2 is Short Flash Off (950ms on/50ms off) — The device is full provisioned, but does not yet have full network (Thread) or service connectivity. Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Hello. Just to confirm, you are running as OTBR an NXP i.MX8 Mini EVK + a K32W0x1 USB dongle/DK6 board as Radio CoProcessor (RCP)? I can see a UART communication in the otbr logs. A first thought is that the commands are issued too fast and recommendation would be to introduce some sleep calls between some commands. For example: #!/bin/sh # # modprobe moal mod_para=nxp/wifi_mod_para.conf wpa_supplicant -d -B -i mlan0 -c /home/root/wifiap.conf sleep 5 udhcpc -i mlan0 sleep 5 echo "nameserver 8.8.8.8" > /etc/resolv.conf service otbr_fwcfg start modprobe btnxpuart hciconfig hci0 up #thread otbr-agent -I wpan0 -B mlan0 'spinel+hdlc+uart:///dev/ttyUSB0?uart-baudrate=1000 000' & iptables -A FORWARD -i mlan0 -o wpan0 -j ACCEPT iptables -A FORWARD -i wpan0 -o mlan0 -j ACCEPT otbr-web & sleep 2 #form openthread network ot-ctl dataset init new sleep 1 ot-ctl dataset commit active sleep 1 ot-ctl ifconfig up sleep 1 ot-ctl thread start Can you please try and provide feedback on this change? BR, Mihai Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 I continue to setup the demo according to instructions at meta-nxp-connectivity/docs/guides/nxp_mpu_matter_demos.md at master · nxp-imx/meta-nxp-connectivity (github.com) i.MX8M MINI EVK is loaded with demo image from NXP named imx-matter_2023-q4_imx8mmevk-matter.zip Two files were setup at home directory as below root@imx8mmevk-matter:~# ls setup-border-router.sh wifiap.conf The file wifiap.conf is edited with the ssid and psk of my network using the tool 'wpa_passphrase' Content of 'setup-border-router.sh' #!/bin/sh # # modprobe moal mod_para=nxp/wifi_mod_para.conf wpa_supplicant -d -B -i mlan0 -c /home/root/wifiap.conf udhcpc -i mlan0 echo "nameserver 8.8.8.8" > /etc/resolv.conf service otbr_fwcfg start modprobe btnxpuart hciconfig hci0 up #thread otbr-agent -I wpan0 -B mlan0 'spinel+hdlc+uart:///dev/ttyUSB0?uart-baudrate=1000 000' & iptables -A FORWARD -i mlan0 -o wpan0 -j ACCEPT iptables -A FORWARD -i wpan0 -o mlan0 -j ACCEPT otbr-web & #form openthread network ot-ctl dataset init new ot-ctl dataset commit active ot-ctl ifconfig up ot-ctl thread start Execute the script above with the following output: [ 403.593466] mlan: loading out-of-tree module taints kernel. [ 403.622728] wlan: Loading MWLAN driver [ 403.627382] wlan: Register to Bus Driver... [ 403.631922] vendor=0x02DF device=0x9149 class=0 function=1 [ 403.637742] Attach moal handle ops, card interface type: 0x105 [ 403.643627] rps set to 0 from module param [ 403.649513] SD8987: init module param from usr cfg [ 403.654351] card_type: SD8987, config block: 0 [ 403.658823] cfg80211_wext=0xf [ 403.661801] max_vir_bss=1 [ 403.664435] cal_data_cfg=none [ 403.667411] ps_mode = 1 [ 403.669856] auto_ds = 1 [ 403.672316] host_mlme=enable [ 403.675207] fw_name=nxp/sdiouart8987_combo_v0.bin [ 403.679942] SDIO: max_segs=128 max_seg_size=65535 [ 403.684656] rx_work=1 cpu_num=4 [ 403.687814] Enable moal_recv_amsdu_packet [ 403.691896] Attach mlan adapter operations.card_type is 0x105. [ 403.698114] wlan: Enable TX SG mode [ 403.701626] wlan: Enable RX SG mode [ 403.707131] Request firmware: nxp/sdiouart8987_combo_v0.bin [ 403.967979] Wlan: FW download over, firmwarelen=617588 downloaded 617588 [ 404.836431] WLAN FW is active [ 404.839432] on_time is 404832405625 [ 404.899811] FW country code WW does not match with US [ 404.905091] fw_cap_info=0x181d7f03, dev_cap_mask=0xffffffff [ 404.910699] max_p2p_conn = 8, max_sta_conn = 8 [ 404.927653] Register NXP 802.11 Adapter mlan0 [ 404.936702] Register NXP 802.11 Adapter uap0 [ 404.944718] Register NXP 802.11 Adapter wfd0 [ 404.949477] wlan: version = SD8987----16.92.21.p99.2-MM6X16423.p6-GPL-(FP92) [ 404.958613] wlan: Register to Bus Driver Done [ 404.960128] pwm-backlight backlight: supply power not found, using dummy regulator [ 404.963507] wlan: Driver loaded successfully wpa_supplicant v2.10 random: Trying to read entropy from /dev/random Successfully initialized wpa_supplicant Initializing interface 'mlan0' conf '/home/root/wifiap.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/home/root/wifiap.conf' -> '/home/root/wifiap.conf' Reading configuration file '/home/root/wifiap.conf' Priority group 0 id=0 ssid='Xiaomi_59F8' id=1 ssid='VEST-WH-TEST' nl80211: TDLS supported nl80211: TDLS external setup nl80211: Supported cipher 00-0f-ac:1 nl80211: Supported cipher 00-0f-ac:5 nl80211: Supported cipher 00-0f-ac:2 nl80211: Supported cipher 00-0f-ac:4 nl80211: Supported cipher 00-14-72:1 nl80211: Supported cipher 00-0f-ac:6 nl80211: Supported cipher 00-0f-ac:11 nl80211: Supported cipher 00-0f-ac:12 nl80211: Supported cipher 00-0f-ac:8 nl80211: Supported cipher 00-0f-ac:9 nl80211: Supported cipher 00-0f-ac:10 nl80211: Supports Probe Response offload in AP mode nl80211: Using driver-based off-channel TX nl80211: TDLS channel switch nl80211: Driver-advertised extended capabilities (default) - hexdump(len=11): 00 00 00 00 21 00 00 40 00 00 00 nl80211: Driver-advertised extended capabilities mask (default) - hexdump(len=11): 00 00 00 00 21 00 00 40 00 00 00 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=0 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4105 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=7 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=8 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=9 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4608 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4609 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4610 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5376 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=2 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5888 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5889 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5890 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=3 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4352 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4353 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4354 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4355 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4356 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4357 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4358 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4359 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=256 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5126 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5124 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4106 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=4109 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5121 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5123 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5120 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5122 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5128 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5125 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=5127 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=17 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=18 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=6400 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=6401 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=6402 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=6403 nl80211: Supported vendor command: vendor_id=0x5043 subcmd=6404 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=0 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=1 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=2 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=3 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=4 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=5377 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65537 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65538 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65539 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65540 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65541 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65542 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65543 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65544 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65547 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65548 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65549 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=65550 nl80211: Supported vendor event: vendor_id=0x5043 subcmd=7 nl80211: Use separate P2P group interface (driver advertised support) nl80211: key_mgmt=0x1ff0f enc=0x7ef auth=0x7 flags=0x1000c008d7fbfae0 rrm_flags=0x38 probe_resp_offloads=0x0 max_stations=8 max_remain_on_chan=5000 max_scan_ssids=10 nl80211: interface mlan0 in phy mwiphy0 nl80211: Set mode ifindex 3 iftype 2 (STATION) nl80211: Subscribe to mgmt frames with non-AP handle 0xaaaae58cf480 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0104 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=040a multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=040b multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=040c multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=040d multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=090a multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=090b multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=090c multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=090d multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0409506f9a09 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=7f506f9a09 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0409506f9a1a multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0800 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0801 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=040e multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=06 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0a07 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0a11 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0a0b multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0a1a multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=1101 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=1102 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0505 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0500 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=0502 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=1301 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=1305 multicast=0 nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xaaaae58cf480 match=7e506f9a1a multicast=0 rfkill: Cannot open RFKILL control device nl80211: RFKILL status not available netlink: Operstate: ifindex=3 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT) Add interface mlan0 to a new radio mwiphy0 nl80211: Regulatory information - country=00 nl80211: 755-928 @ 2 MHz 20 mBm (no IR) nl80211: 2402-2472 @ 40 MHz 20 mBm nl80211: 2457-2482 @ 20 MHz 20 mBm (no IR) nl80211: 2474-2494 @ 20 MHz 20 mBm (no OFDM) (no IR) nl80211: 5170-5250 @ 80 MHz 20 mBm (no IR) nl80211: 5250-5330 @ 80 MHz 20 mBm (DFS) (no IR) nl80211: 5490-5730 @ 160 MHz 20 mBm (DFS) (no IR) nl80211: 5735-5835 @ 80 MHz 20 mBm (no IR) nl80211: 57240-63720 @ 2160 MHz 0 mBm nl80211: Added 802.11b mode based on 802.11g information nl80211: Mode IEEE 802.11g: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467[N[ 405.854035] wlan: mlan0 START SCAN O_IR] 2472[NO_IR] 2484[NO_IR] nl80211: Mode IEEE 802.11a: 5180[NO_IR] 5200[NO_IR] 5220[NO_IR] 5240[NO_IR] 5260[NO_IR][RADAR] 5280[NO_IR][RADAR] 5300[NO_IR][RADAR] 5320[NO_IR][RADAR] 5500[NO_IR][RADAR] 5520[NO_IR][RADAR] 5540[NO_IR][RADAR] nl80211: Mode IEEE 802.11b: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467[NO_IR] 2472[NO_IR] 2484[NO_IR] mlan0: Own MAC address: e8:fb:1c:b9:7b:53 wpa_driver_nl80211_set_key: ifindex=3 (mlan0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0 key_flag=0x10 nl80211: DEL_KEY broadcast key wpa_driver_nl80211_set_key: ifindex=3 (mlan0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0 key_flag=0x10 nl80211: DEL_KEY broadcast key wpa_driver_nl80211_set_key: ifindex=3 (mlan0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0 key_flag=0x10 nl80211: DEL_KEY broadcast key wpa_driver_nl80211_set_key: ifindex=3 (mlan0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0 key_flag=0x10 nl80211: DEL_KEY broadcast key wpa_driver_nl80211_set_key: ifindex=3 (mlan0) alg=0 addr=(nil) key_idx=4 set_tx=0 seq_len=0 key_len=0 key_flag=0x10 nl80211: DEL_KEY broadcast key wpa_driver_nl80211_set_key: ifindex=3 (mlan0) alg=0 addr=(nil) key_idx=5 set_tx=0 seq_len=0 key_len=0 key_flag=0x10 nl80211: DEL_KEY broadcast key mlan0: RSN: flushing PMKID list in the driver nl80211: Flush PMKIDs TDLS: TDLS operation supported by driver TDLS: Driver uses external link setup TDLS: Driver supports TDLS channel switching mlan0: WPS: UUID based on MAC address: 34aa9ae1-09bf-57a8-8e27-e39ac7b2d004 ENGINE: Loading builtin engines ENGINE: Loading builtin engines EAPOL: SUPP_PAE entering state DISCONNECTED EAPOL: Supplicant port status: Unauthorized nl80211: Skip set_supp_port(unauthorized) while not associated EAPOL: KEY_RX entering state NO_KEY_RECEIVE EAPOL: SUPP_BE entering state INITIALIZE EAP: EAP entering state DISABLED P2P: Add operating class 81 P2P: Channels - hexdump(len=11): 01 02 03 04 05 06 07 08 09 0a 0b P2P: Own listen channel: 81:1 P2P: Random operating channel: 81:6 P2P: initialized P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11 P2P: cli_channels: MBO: Update non-preferred channels, non_pref_chan=N/A mlan0: Added interface mlan0 mlan0: State: DISCONNECTED -> DISCONNECTED nl80211: Set mlan0 operstate 0->0 (DORMANT) netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT) Daemonize.. udhcpc: started, v1.36.1 Dropped protocol specifier '.udhcpc' from 'mlan0.udhcpc'. Using 'mlan0' (ifindex=3). udhcpc: broadcasting discover udhcpc: broadcasting discover [ 410.480074] wlan: SCAN COMPLETED: scanned AP count=38 [ 410.501132] wlan: HostMlme mlan0 send auth to bssid dc:XX:XX:XX:4a:e9 [ 410.513502] mlan0: [ 410.513513] wlan: HostMlme Auth received from dc:XX:XX:XX:4a:e9 [ 410.526577] CMD_RESP: cmd 0x121 error, result=0x2 [ 410.531321] IOCTL failed: 000000003dab2c7e id=0x200000, sub_id=0x200024 action=2, status_code=0x3 [ 410.540495] Get multi-channel policy failed [ 410.566621] wlan: HostMlme mlan0 Connected to bssid dc:XX:XX:XX:4a:e9 successfully [ 410.577907] mlan0: [ 410.577922] wlan: Send EAPOL pkt to dc:XX:XX:XX:4a:e9 [ 410.593560] mlan0: [ 410.593573] wlan: Send EAPOL pkt to dc:XX:XX:XX:4a:e9 [ 410.607966] IPv6: ADDRCONF(NETDEV_CHANGE): mlan0: link becomes ready [ 410.616141] woal_cfg80211_set_rekey_data return: gtk_rekey_offload is DISABLE udhcpc: broadcasting discover udhcpc: broadcasting select for 10.99.99.9, server 192.168.11.101 udhcpc: lease of 10.99.99.9 obtained from 192.168.11.101, lease time 691200 /etc/udhcpc.d/50default: Adding DNS 8.8.8.8 /etc/udhcpc.d/50default: Adding DNS 165.21.83.88 Dropped protocol specifier '.udhcpc' from 'mlan0.udhcpc'. Using 'mlan0' (ifindex=3). [ 413.926974] pwm-backlight backlight: supply power not found, using dummy regulator [ 413.956096] audit: type=1325 audit(1716486753.172:25): table=filter:9 family=10 entries=1 op=nft_register_rule pid=701 comm="ip6tables" [ 413.968722] audit: type=1300 audit(1716486753.172:25): arch=c00000b7 syscall=211 success=yes exit=320 a0=3 a1=ffffdead88c0 a2=0 a3=1 items=0 ppid=690 pid=701 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/sbin/xtables-nft-multi" key=(null) [ 413.997713] audit: type=1327 audit(1716486753.172:25): proctitle=6970367461626C6573002D4900464F52574152440031002D6F007770616E30002D6A004F5442525F464F52574152445F494E4752455353 [ 414.013522] audit: type=1325 audit(1716486753.172:26): table=filter:10 family=10 entries=1 op=nft_register_rule pid=703 comm="ip6tables" [ 414.025864] audit: type=1300 audit(1716486753.172:26): arch=c00000b7 syscall=211 success=yes exit=360 a0=3 a1=ffffd9d168a0 a2=0 a3=1 items=0 ppid=690 pid=703 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/sbin/xtables-nft-multi" key=(null) [ 414.053897] audit: type=1327 audit(1716486753.172:26): proctitle=6970367461626C6573002D41004F5442525F464F52574152445F494E4752455353002D6D00706B7474797065002D2D706B742D7479706500756E6963617374002D69007770616E30002D6A0044524F50 [ 414.073998] audit: type=1325 audit(1716486753.188:27): table=filter:11 family=10 entries=1 op=nft_register_rule pid=707 comm="ip6tables" [ 414.086336] audit: type=1300 audit(1716486753.188:27): arch=c00000b7 syscall=211 success=yes exit=312 a0=3 a1=fffffeb95e10 a2=0 a3=1 items=0 ppid=690 pid=707 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/sbin/xtables-nft-multi" key=(null) [ 414.114380] audit: type=1327 audit(1716486753.188:27): proctitle=6970367461626C6573002D41004F5442525F464F52574152445F494E4752455353002D6D00736574002D2D6D617463682D736574006F7462722D696E67726573732D64656E792D73726300737263002D6A0044524F50 [ 414.135462] audit: type=1325 audit(1716486753.188:28): table=filter:12 family=10 entries=1 op=nft_register_rule pid=708 comm="ip6tables" [ 415.306589] Bluetooth: MGMT ver 1.22 [ 415.367318] NET: Registered PF_ALG protocol family connect session failed: No such file or directory connect session failed: No such file or directory connect session failed: No such file or directory connect session failed: No such file or directory root@imx8mmevk-matter:~# otbr-web[719]: [INFO]-WEB-----: Running 0.3.0-thread-reference-20230710-8-gff1b012505 interfaceName not specified, using default wpan0 listenAddr not specified, using default :: http port not specified, using default 80 otbr-web[719]: [INFO]-WEB-----: Border router web started on wpan0 otbr-web[719]: [ERR ]-WEB-----: OpenThread daemon is not running. Take note of the errors 1. connect session failed: No such file or directory 2. OpenThread daemon is not running Get Thread network credentials: root@imx8mmevk-matter:~# ot-ctl dataset active -x 0e08000000000001000035060004001fffe00708fd457e7b5b4fa1030c0402a0f7f8051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f0410445f2b5ca6f2a93a55ce570a70efeecb000300000f0208111111112222222201021234 Done commissioning  $ chip-tool pairing ble-thread 8888 hex:0e08000000000001000035060004001fffe00708fd457e7b5b4fa1030c0402a0f7f8051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f0410445f2b5ca6f2a93a55ce570a70efeecb000300000f0208111111112222222201021234 20202021 3840 the output is: [1716487179.371187][778:778] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_tool_kvs [1716487179.371354][778:778] CHIP:DL: writing settings to file (/tmp/chip_tool_kvs-yJCaqk) [1716487179.371413][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_tool_kvs) [1716487179.372139][778:778] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_kvs [1716487179.372169][778:778] CHIP:DL: ChipLinuxStorage::Init: Attempt to re-initialize with KVS config file: /tmp/chip_kvs [1716487179.378552][778:778] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_factory.ini [1716487179.378723][778:778] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-DDSqqN) [1716487179.378791][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini) [1716487179.378844][778:778] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_config.ini [1716487179.378885][778:778] CHIP:DL: writing settings to file (/tmp/chip_config.ini-Lx3hLd) [1716487179.378916][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini) [1716487179.378945][778:778] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_counters.ini [1716487179.378983][778:778] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-1h8Pyr) [1716487179.379014][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1716487179.380618][778:778] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-cCahZX) [1716487179.380742][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini) [1716487179.380764][778:778] CHIP:DL: NVS set: chip-factory/unique-id = "D758EFC25AAE7E50" [1716487179.380833][778:778] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-UbfDwK) [1716487179.380909][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini) [1716487179.380925][778:778] CHIP:DL: NVS set: chip-factory/vendor-id = 65521 (0xFFF1) [1716487179.380968][778:778] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-gjnGtr) [1716487179.381029][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini) [1716487179.381044][778:778] CHIP:DL: NVS set: chip-factory/product-id = 32769 (0x8001) [1716487179.381089][778:778] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-elB0qr) [1716487179.381140][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1716487179.381154][778:778] CHIP:DL: NVS set: chip-counters/reboot-count = 1 (0x1) [1716487179.381202][778:778] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-NGX97g) [1716487179.381265][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1716487179.381280][778:778] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0) [1716487179.381347][778:778] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-CqQmpr) [1716487179.381407][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1716487179.381422][778:778] CHIP:DL: NVS set: chip-counters/boot-reason = 0 (0x0) [1716487179.381459][778:778] CHIP:DL: writing settings to file (/tmp/chip_config.ini-0ntExs) [1716487179.381509][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini) [1716487179.381524][778:778] CHIP:DL: NVS set: chip-config/regulatory-location = 0 (0x0) [1716487179.381569][778:778] CHIP:DL: writing settings to file (/tmp/chip_config.ini-q8Wsuf) [1716487179.381625][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini) [1716487179.381640][778:778] CHIP:DL: NVS set: chip-config/location-capability = 2 (0x2) [1716487179.382337][778:778] CHIP:DL: Failed to get Ethernet interface [1716487179.382797][778:778] CHIP:DL: Failed to reset Ethernet statistic counts [1716487179.382993][778:778] CHIP:DL: Got WiFi interface: mlan0 [1716487179.384141][778:778] CHIP:DL: Found the primary WiFi interface:mlan0 [1716487179.385016][778:778] CHIP:IN: UDP::Init bind&listen port=0 [1716487179.385108][778:778] CHIP:IN: UDP::Init bound to port=42775 [1716487179.385122][778:778] CHIP:IN: UDP::Init bind&listen port=0 [1716487179.385163][778:778] CHIP:IN: UDP::Init bound to port=55935 [1716487179.385175][778:778] CHIP:IN: BLEBase::Init - setting/overriding transport [1716487179.385184][778:778] CHIP:IN: TransportMgr initialized [1716487179.385214][778:778] CHIP:FP: Initializing FabricTable from persistent storage [1716487179.719971][778:778] CHIP:TS: Last Known Good Time: [unknown] [1716487179.720017][778:778] CHIP:TS: Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48 [1716487179.720777][778:778] CHIP:ZCL: Using ZAP configuration... [1716487179.723395][778:778] CHIP:CTL: System State Initialized... [1716487179.725996][778:778] CHIP:CTL: Setting attestation nonce to random value [1716487179.726071][778:778] CHIP:CTL: Setting CSR nonce to random value [1716487179.726630][778:778] CHIP:IN: UDP::Init bind&listen port=5550 [1716487179.726716][778:778] CHIP:IN: UDP::Init bound to port=5550 [1716487179.726732][778:778] CHIP:IN: UDP::Init bind&listen port=5550 [1716487179.726780][778:778] CHIP:IN: UDP::Init bound to port=5550 [1716487179.726792][778:778] CHIP:IN: TransportMgr initialized [1716487179.727073][778:781] CHIP:DL: CHIP task running [1716487179.727161][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 32784 [1716487179.727575][778:781] CHIP:CTL: Setting attestation nonce to random value [1716487179.727724][778:781] CHIP:CTL: Setting CSR nonce to random value [1716487179.727809][778:781] CHIP:CTL: Couldn't get ExampleOpCredsCAKey from storage: /usr/src/debug/matter/1.0-r0/src/controller/ExamplePersistentStorage.cpp:106: CHIP Error 0x000000A0: Value not found in the persisted storage [1716487179.729202][778:781] CHIP:CTL: Couldn't get ExampleOpCredsICAKey from storage: /usr/src/debug/matter/1.0-r0/src/controller/ExamplePersistentStorage.cpp:106: CHIP Error 0x000000A0: Value not found in the persisted storage [1716487179.730114][778:781] CHIP:CTL: Generating RCAC [1716487179.732584][778:781] CHIP:CTL: Generating ICAC [1716487179.733232][778:781] CHIP:CTL: Generating NOC [1716487179.734989][778:781] CHIP:FP: Validating NOC chain [1716487179.738181][778:781] CHIP:FP: NOC chain validation successful [1716487179.739321][778:781] CHIP:FP: Added new fabric at index: 0x1 [1716487179.739347][778:781] CHIP:FP: Assigned compressed fabric ID: 0x3263B3F30220D214, node ID: 0x000000000001B669 [1716487179.739367][778:781] CHIP:TS: Last Known Good Time: 2023-10-14T01:16:48 [1716487179.739379][778:781] CHIP:TS: New proposed Last Known Good Time: 2021-01-01T00:00:00 [1716487179.739389][778:781] CHIP:TS: Retaining current Last Known Good Time [1716487179.741076][778:781] CHIP:FP: Metadata for Fabric 0x1 persisted to storage. [1716487179.741533][778:781] CHIP:TS: Committing Last Known Good Time to storage: 2023-10-14T01:16:48 [1716487179.741936][778:781] CHIP:CTL: Joined the fabric at index 1. Fabric ID is 0x0000000000000001 (Compressed Fabric ID: 3263B3F30220D214) [1716487179.741967][778:781] CHIP:IN: UDP::Init bind&listen port=5550 [1716487179.742043][778:781] CHIP:IN: UDP::Init bound to port=5550 [1716487179.742057][778:781] CHIP:IN: UDP::Init bind&listen port=5550 [1716487179.742103][778:781] CHIP:IN: UDP::Init bound to port=5550 [1716487179.742114][778:781] CHIP:IN: TransportMgr initialized [1716487179.756895][778:781] CHIP:CTL: Setting thread operational dataset from parameters [1716487179.756941][778:781] CHIP:CTL: Setting attestation nonce to random value [1716487179.756989][778:781] CHIP:CTL: Setting CSR nonce to random value [1716487179.757012][778:781] CHIP:CTL: Commission called for node ID 0x00000000000022B8 [1716487179.770255][778:780] CHIP:DL: TRACE: Bus acquired for name C-030a [1716487179.784142][778:781] CHIP:DL: PlatformBlueZInit init success [1716487179.795344][778:780] CHIP:BLE: BLE removing known devices. [1716487179.799222][778:780] CHIP:BLE: BLE initiating scan. [1716487179.810764][778:780] CHIP:BLE: Device 67:98:32:1F:6C:3B does not look like a CHIP device. [1716487179.813953][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487179.815757][778:780] CHIP:BLE: Device 4D:4F:4D:D1:78:E8 does not look like a CHIP device. [1716487179.830116][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487179.855742][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487179.873372][778:780] CHIP:BLE: Device 2B:4F:EB:A9:D8:FC does not look like a CHIP device. [1716487179.889453][778:780] CHIP:BLE: Device 5B:01:33:B7:F7:71 does not look like a CHIP device. [1716487179.891125][778:780] CHIP:BLE: Device 6B:0A:F9:F2:3B:EF does not look like a CHIP device. [1716487179.897644][778:780] CHIP:BLE: Device 27:99:12:03:C2:D8 does not look like a CHIP device. [1716487179.933992][778:780] CHIP:BLE: Device 7E:2E:C1:0F:62:B4 does not look like a CHIP device. [1716487179.934568][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487179.937847][778:780] CHIP:BLE: Device 7D:33:C0:E3:FC:6B does not look like a CHIP device. [1716487179.996088][778:780] CHIP:BLE: Device 5B:F2:4C:98:33:E5 does not look like a CHIP device. [1716487179.998052][778:780] CHIP:BLE: Device F3:FF:55:1F:08:A6 does not look like a CHIP device. [1716487179.999739][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487180.009627][778:780] CHIP:BLE: Device FA:99:46:A5:2A:77 does not look like a CHIP device. [1716487180.010848][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487180.049299][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487180.051523][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487180.053831][778:780] CHIP:BLE: Device 63:FF:90:82:80:51 does not look like a CHIP device. [1716487180.057432][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487180.058888][778:780] CHIP:BLE: Device 49:0E:11:99:99:C4 does not look like a CHIP device. [1716487180.068662][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487180.077100][778:780] CHIP:BLE: Device 33:A7:B4:11:B7:F1 does not look like a CHIP device. [1716487180.089901][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487180.115700][778:780] CHIP:BLE: Device 42:4B:01:F2:78:D9 does not look like a CHIP device. [1716487180.117554][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487180.126823][778:780] CHIP:BLE: Device 4D:4F:4D:D1:78:E8 does not look like a CHIP device. [1716487180.132047][778:780] CHIP:BLE: Device 0D:26:6D:FD:31:4D does not look like a CHIP device. [1716487180.132289][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487180.136434][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487180.169846][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487180.174758][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487180.187581][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487180.197001][778:780] CHIP:BLE: Device 4E:20:2A:FD:35:05 does not look like a CHIP device. [1716487180.210253][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487180.231712][778:780] CHIP:BLE: Device 63:FF:90:82:80:51 does not look like a CHIP device. [1716487180.233914][778:780] CHIP:BLE: Device 5B:F2:4C:98:33:E5 does not look like a CHIP device. [1716487180.235860][778:780] CHIP:BLE: Device 4D:4F:4D:D1:78:E8 does not look like a CHIP device. [1716487180.258687][778:780] CHIP:BLE: Device 60:6E:41:02:3E:E2 does not look like a CHIP device. [1716487180.260641][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487180.269018][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487180.291796][778:780] CHIP:BLE: Device 78:99:06:5F:07:B7 does not look like a CHIP device. [1716487180.296182][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487180.308280][778:780] CHIP:BLE: Device 7D:33:C0:E3:FC:6B does not look like a CHIP device. [1716487180.315312][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487180.331607][778:780] CHIP:BLE: Device 2A:60:97:D7:08:D7 does not look like a CHIP device. [1716487180.351438][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487180.355851][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487180.370438][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487180.412434][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487180.412772][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487180.429996][778:780] CHIP:BLE: Device 3D:25:7E:51:C1:71 does not look like a CHIP device. [1716487180.432046][778:780] CHIP:BLE: Device 69:6A:1C:29:F4:FC does not look like a CHIP device. [1716487180.471892][778:780] CHIP:BLE: Device CB:CA:E0:46:14:7D does not look like a CHIP device. [1716487180.473582][778:780] CHIP:BLE: Device 6D:2C:F5:57:D9:1D does not look like a CHIP device. [1716487180.473799][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487180.475423][778:780] CHIP:BLE: Device 4E:20:2A:FD:35:05 does not look like a CHIP device. [1716487180.507893][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487180.528999][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487180.534083][778:780] CHIP:BLE: Device 07:64:44:BE:AD:DF does not look like a CHIP device. [1716487180.534416][778:780] CHIP:BLE: Device 27:99:12:03:C2:D8 does not look like a CHIP device. [1716487180.536760][778:780] CHIP:BLE: Device 2A:60:97:D7:08:D7 does not look like a CHIP device. [1716487180.556636][778:780] CHIP:BLE: Device 5A:FA:79:EA:9D:0C does not look like a CHIP device. [1716487180.556878][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487180.574365][778:780] CHIP:BLE: Device 60:6E:41:02:3E:E2 does not look like a CHIP device. [1716487180.576266][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487180.598225][778:780] CHIP:BLE: Device 79:9E:9C:49:35:FD does not look like a CHIP device. [1716487180.609649][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487180.627882][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487180.631457][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487180.631835][778:780] CHIP:BLE: Device 67:98:32:1F:6C:3B does not look like a CHIP device. [1716487180.635525][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487180.669614][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487180.671566][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487180.688089][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487180.707991][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487180.712864][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487180.716670][778:780] CHIP:BLE: Device 76:9D:81:1C:13:8A does not look like a CHIP device. [1716487180.718166][778:780] CHIP:BLE: Device 4C:DC:B5:3C:BA:77 does not look like a CHIP device. [1716487180.731029][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487180.752793][778:780] CHIP:BLE: Device 70:AD:58:86:85:08 does not look like a CHIP device. [1716487180.753562][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487180.757525][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487180.772948][778:780] CHIP:BLE: Device 6A:BE:9D:B1:37:8B does not look like a CHIP device. [1716487180.787896][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487180.795617][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487180.811652][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487180.827960][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487180.832988][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487180.890332][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487180.891782][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487180.893587][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487180.894930][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487180.896570][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487180.912971][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487180.953518][778:780] CHIP:BLE: Device 79:C8:86:1A:89:87 does not look like a CHIP device. [1716487180.954036][778:780] CHIP:BLE: Device 07:64:44:BE:AD:DF does not look like a CHIP device. [1716487180.956059][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487180.957768][778:780] CHIP:BLE: Device 70:AD:58:86:85:08 does not look like a CHIP device. [1716487180.969667][778:780] CHIP:BLE: Device D7:5C:21:37:85:99 does not look like a CHIP device. [1716487180.969947][778:780] CHIP:BLE: Device 2B:4F:EB:A9:D8:FC does not look like a CHIP device. [1716487180.972281][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487180.977286][778:780] CHIP:BLE: Device 26:75:A2:97:67:5E does not look like a CHIP device. [1716487180.977505][778:780] CHIP:BLE: Device 63:FF:90:82:80:51 does not look like a CHIP device. [1716487181.014504][778:780] CHIP:BLE: Device 4C:DC:B5:3C:BA:77 does not look like a CHIP device. [1716487181.016480][778:780] CHIP:BLE: Device 4E:20:2A:FD:35:05 does not look like a CHIP device. [1716487181.033983][778:780] CHIP:BLE: Device 7E:2E:C1:0F:62:B4 does not look like a CHIP device. [1716487181.037766][778:780] CHIP:BLE: Device 52:6F:8D:A6:B3:3E does not look like a CHIP device. [1716487181.037982][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487181.050441][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487181.052485][778:780] CHIP:BLE: Device 27:99:12:03:C2:D8 does not look like a CHIP device. [1716487181.076202][778:780] CHIP:BLE: Device 5B:F2:4C:98:33:E5 does not look like a CHIP device. [1716487181.078140][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487181.089022][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487181.090996][778:780] CHIP:BLE: Device 76:9D:81:1C:13:8A does not look like a CHIP device. [1716487181.113024][778:780] CHIP:BLE: Device C4:AC:59:41:A2:00 does not look like a CHIP device. [1716487181.131387][778:780] CHIP:BLE: Device 5A:FA:79:EA:9D:0C does not look like a CHIP device. [1716487181.133514][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487181.152536][778:780] CHIP:BLE: Device 32:3E:F2:6F:55:89 does not look like a CHIP device. [1716487181.156772][778:780] CHIP:BLE: Device 49:B7:B1:A6:6E:D2 does not look like a CHIP device. [1716487181.168618][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487181.170552][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487181.193654][778:780] CHIP:BLE: Device DA:69:D2:72:B1:09 does not look like a CHIP device. [1716487181.194216][778:780] CHIP:BLE: Device 79:C8:86:1A:89:87 does not look like a CHIP device. [1716487181.196118][778:780] CHIP:BLE: Device 4D:4F:4D:D1:78:E8 does not look like a CHIP device. [1716487181.210175][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487181.228472][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487181.232796][778:780] CHIP:BLE: Device 7D:33:C0:E3:FC:6B does not look like a CHIP device. [1716487181.234640][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487181.249244][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487181.255490][778:780] CHIP:BLE: Device 69:6A:1C:29:F4:FC does not look like a CHIP device. [1716487181.268559][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487181.270562][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487181.276359][778:780] CHIP:BLE: Device 43:53:A4:A7:17:2B does not look like a CHIP device. [1716487181.277034][778:780] CHIP:BLE: Device 07:64:44:BE:AD:DF does not look like a CHIP device. [1716487181.292103][778:780] CHIP:BLE: Device 4E:20:2A:FD:35:05 does not look like a CHIP device. [1716487181.296129][778:780] CHIP:BLE: Device 6D:2C:F5:57:D9:1D does not look like a CHIP device. [1716487181.310613][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487181.312914][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487181.314785][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487181.316863][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487181.332432][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487181.352894][778:780] CHIP:BLE: Device 67:65:44:CA:DD:54 does not look like a CHIP device. [1716487181.353577][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487181.355726][778:780] CHIP:BLE: Device 63:FF:90:82:80:51 does not look like a CHIP device. [1716487181.357079][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487181.371097][778:780] CHIP:BLE: Device 25:4F:45:10:59:B6 does not look like a CHIP device. [1716487181.371420][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487181.374850][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487181.376777][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487181.393646][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487181.408764][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487181.411702][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487181.452661][778:780] CHIP:BLE: Device 63:F7:C5:17:A0:37 does not look like a CHIP device. [1716487181.467814][778:780] CHIP:BLE: Device 79:C8:86:1A:89:87 does not look like a CHIP device. [1716487181.473167][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487181.475610][778:780] CHIP:BLE: Device 70:AD:58:86:85:08 does not look like a CHIP device. [1716487181.477495][778:780] CHIP:BLE: Device 25:4F:45:10:59:B6 does not look like a CHIP device. [1716487181.479561][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487181.487329][778:780] CHIP:BLE: Device 5A:FA:79:EA:9D:0C does not look like a CHIP device. [1716487181.492048][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487181.509840][778:780] CHIP:BLE: Device 60:6E:41:02:3E:E2 does not look like a CHIP device. [1716487181.512032][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487181.513518][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487181.528246][778:780] CHIP:BLE: Device 69:6A:1C:29:F4:FC does not look like a CHIP device. [1716487181.536639][778:780] CHIP:BLE: Device E6:A6:02:5F:0D:8F does not look like a CHIP device. [1716487181.537113][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487181.538571][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487181.571564][778:780] CHIP:BLE: Device 4E:20:2A:FD:35:05 does not look like a CHIP device. [1716487181.573576][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487181.588477][778:780] CHIP:BLE: Device 3D:25:7E:51:C1:71 does not look like a CHIP device. [1716487181.590597][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487181.592653][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487181.609868][778:780] CHIP:BLE: Device 5B:F2:4C:98:33:E5 does not look like a CHIP device. [1716487181.612166][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487181.613954][778:780] CHIP:BLE: Device 7D:33:C0:E3:FC:6B does not look like a CHIP device. [1716487181.617722][778:780] CHIP:BLE: Device EC:BC:B1:EC:95:F5 does not look like a CHIP device. [1716487181.617925][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487181.627613][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487181.628993][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487181.648176][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487181.654874][778:780] CHIP:BLE: Device 76:9D:81:1C:13:8A does not look like a CHIP device. [1716487181.656933][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487181.675555][778:780] CHIP:BLE: Device 2D:F2:9D:5B:E9:66 does not look like a CHIP device. [1716487181.690099][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487181.695563][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487181.714866][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487181.729745][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487181.732824][778:780] CHIP:BLE: Device 67:98:32:1F:6C:3B does not look like a CHIP device. [1716487181.734817][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487181.757962][778:780] CHIP:BLE: Device 58:51:26:77:0C:E7 does not look like a CHIP device. [1716487181.776438][778:780] CHIP:BLE: Device 52:6F:8D:A6:B3:3E does not look like a CHIP device. [1716487181.778428][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487181.789015][778:780] CHIP:BLE: Device 25:4F:45:10:59:B6 does not look like a CHIP device. [1716487181.790577][778:780] CHIP:BLE: Device 5B:01:33:B7:F7:71 does not look like a CHIP device. [1716487181.792419][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487181.793935][778:780] CHIP:BLE: Device 70:AD:58:86:85:08 does not look like a CHIP device. [1716487181.795591][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487181.797363][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487181.813017][778:780] CHIP:BLE: Device 78:56:E7:8B:57:79 does not look like a CHIP device. [1716487181.830788][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487181.836378][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487181.848168][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487181.875759][778:780] CHIP:BLE: Device 7E:2E:C1:0F:62:B4 does not look like a CHIP device. [1716487181.896275][778:780] CHIP:BLE: Device 7E:6D:71:E1:B0:33 does not look like a CHIP device. [1716487181.896922][778:780] CHIP:BLE: Device 70:AD:58:86:85:08 does not look like a CHIP device. [1716487181.898860][778:780] CHIP:BLE: Device 2A:60:97:D7:08:D7 does not look like a CHIP device. [1716487181.909933][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487181.911520][778:780] CHIP:BLE: Device 63:FF:90:82:80:51 does not look like a CHIP device. [1716487181.913491][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487181.915180][778:780] CHIP:BLE: Device 79:9E:9C:49:35:FD does not look like a CHIP device. [1716487181.928734][778:780] CHIP:BLE: Device 26:75:A2:97:67:5E does not look like a CHIP device. [1716487181.933062][778:780] CHIP:BLE: Device CC:67:D5:46:BB:CC does not look like a CHIP device. [1716487181.933525][778:780] CHIP:BLE: Device 78:99:06:5F:07:B7 does not look like a CHIP device. [1716487181.953879][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487181.968348][778:780] CHIP:BLE: Device 52:6F:8D:A6:B3:3E does not look like a CHIP device. [1716487181.970353][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487181.974353][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487181.988732][778:780] CHIP:BLE: Device 49:0E:11:99:99:C4 does not look like a CHIP device. [1716487182.027692][778:780] CHIP:BLE: Device 4D:4F:4D:D1:78:E8 does not look like a CHIP device. [1716487182.048405][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487182.050491][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487182.068746][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487182.070861][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487182.073072][778:780] CHIP:BLE: Device 2B:4F:EB:A9:D8:FC does not look like a CHIP device. [1716487182.075120][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487182.090250][778:780] CHIP:BLE: Device 43:53:A4:A7:17:2B does not look like a CHIP device. [1716487182.092386][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487182.094484][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487182.110387][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487182.112432][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487182.116393][778:780] CHIP:BLE: Device 60:6E:41:02:3E:E2 does not look like a CHIP device. [1716487182.130421][778:780] CHIP:BLE: Device 52:6F:8D:A6:B3:3E does not look like a CHIP device. [1716487182.134468][778:780] CHIP:BLE: Device 57:4A:89:89:0E:61 does not look like a CHIP device. [1716487182.134731][778:780] CHIP:BLE: Device 58:51:26:77:0C:E7 does not look like a CHIP device. [1716487182.136856][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487182.138371][778:780] CHIP:BLE: Device 7E:2E:C1:0F:62:B4 does not look like a CHIP device. [1716487182.151454][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487182.193648][778:780] CHIP:BLE: Device 5B:F2:4C:98:33:E5 does not look like a CHIP device. [1716487182.196348][778:780] CHIP:BLE: Device FC:4E:E0:D9:6B:2D does not look like a CHIP device. [1716487182.196931][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487182.214001][778:780] CHIP:BLE: Device 78:99:06:5F:07:B7 does not look like a CHIP device. [1716487182.216089][778:780] CHIP:BLE: Device 25:4F:45:10:59:B6 does not look like a CHIP device. [1716487182.230304][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487182.233615][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487182.249656][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487182.255164][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487182.257480][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487182.267144][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487182.269310][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487182.271187][778:780] CHIP:BLE: Device 32:3E:F2:6F:55:89 does not look like a CHIP device. [1716487182.290688][778:780] CHIP:BLE: Device 67:98:32:1F:6C:3B does not look like a CHIP device. [1716487182.292902][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487182.296227][778:780] CHIP:BLE: Device C4:AC:59:41:A2:00 does not look like a CHIP device. [1716487182.307862][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487182.311996][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487182.315998][778:780] CHIP:BLE: Device 57:4A:89:89:0E:61 does not look like a CHIP device. [1716487182.318650][778:780] CHIP:BLE: Device FF:14:6E:37:26:A4 does not look like a CHIP device. [1716487182.329180][778:780] CHIP:BLE: Device 72:80:6C:DA:A5:F4 does not look like a CHIP device. [1716487182.329470][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487182.348115][778:780] CHIP:BLE: Device 26:75:A2:97:67:5E does not look like a CHIP device. [1716487182.350304][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487182.353049][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487182.373350][778:780] CHIP:BLE: Device 33:A7:B4:11:B7:F1 does not look like a CHIP device. [1716487182.390650][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487182.412301][778:780] CHIP:BLE: Device D0:37:8E:CE:7C:33 does not look like a CHIP device. [1716487182.412886][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487182.433937][778:780] CHIP:BLE: Device CE:C5:95:94:9B:DC does not look like a CHIP device. [1716487182.434619][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487182.437495][778:780] CHIP:BLE: Device 50:CD:E9:7D:07:F5 does not look like a CHIP device. [1716487182.450147][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487182.452301][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487182.455809][778:780] CHIP:BLE: Device 7B:27:46:8E:CD:62 does not look like a CHIP device. [1716487182.468573][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487182.470462][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487182.475063][778:780] CHIP:BLE: Device 79:9E:9C:49:35:FD does not look like a CHIP device. [1716487182.493696][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487182.495720][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487182.510034][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487182.533593][778:780] CHIP:BLE: Device 5B:01:33:B7:F7:71 does not look like a CHIP device. [1716487182.535648][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487182.549260][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487182.553730][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487182.556052][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487182.570442][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487182.572565][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487182.576526][778:780] CHIP:BLE: Device 60:6E:41:02:3E:E2 does not look like a CHIP device. [1716487182.596437][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487182.608286][778:780] CHIP:BLE: Device 5A:FA:79:EA:9D:0C does not look like a CHIP device. [1716487182.613586][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487182.615964][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487182.628986][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487182.631494][778:780] CHIP:BLE: Device 78:56:E7:8B:57:79 does not look like a CHIP device. [1716487182.633398][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487182.635724][778:780] CHIP:BLE: Device 69:6A:1C:29:F4:FC does not look like a CHIP device. [1716487182.637646][778:780] CHIP:BLE: Device 4C:DC:B5:3C:BA:77 does not look like a CHIP device. [1716487182.638964][778:780] CHIP:BLE: Device 07:64:44:BE:AD:DF does not look like a CHIP device. [1716487182.650997][778:780] CHIP:BLE: Device 6B:0A:F9:F2:3B:EF does not look like a CHIP device. [1716487182.653114][778:780] CHIP:BLE: Device 63:FF:90:82:80:51 does not look like a CHIP device. [1716487182.668458][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487182.709367][778:780] CHIP:BLE: Device 4E:20:2A:FD:35:05 does not look like a CHIP device. [1716487182.711390][778:780] CHIP:BLE: Device 5B:F2:4C:98:33:E5 does not look like a CHIP device. [1716487182.736344][778:780] CHIP:BLE: Device 3D:25:7E:51:C1:71 does not look like a CHIP device. [1716487182.749377][778:780] CHIP:BLE: Device 79:19:E9:FE:AF:E7 does not look like a CHIP device. [1716487182.749908][778:780] CHIP:BLE: Device 5B:01:33:B7:F7:71 does not look like a CHIP device. [1716487182.756026][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487182.767997][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487182.770414][778:780] CHIP:BLE: Device 78:99:06:5F:07:B7 does not look like a CHIP device. [1716487182.772220][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487182.774420][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487182.787461][778:780] CHIP:BLE: Device 76:9D:81:1C:13:8A does not look like a CHIP device. [1716487182.790169][778:780] CHIP:BLE: Device D6:85:F4:03:BF:38 does not look like a CHIP device. [1716487182.827454][778:780] CHIP:BLE: Device 5A:FA:79:EA:9D:0C does not look like a CHIP device. [1716487182.829088][778:780] CHIP:BLE: Device 32:3E:F2:6F:55:89 does not look like a CHIP device. [1716487182.834781][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487182.848131][778:780] CHIP:BLE: Device 2A:60:97:D7:08:D7 does not look like a CHIP device. [1716487182.850340][778:780] CHIP:BLE: Device 79:9E:9C:49:35:FD does not look like a CHIP device. [1716487182.852314][778:780] CHIP:BLE: Device 0D:26:6D:FD:31:4D does not look like a CHIP device. [1716487182.873794][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487182.889180][778:780] CHIP:BLE: Device 60:6E:41:02:3E:E2 does not look like a CHIP device. [1716487182.894266][778:780] CHIP:BLE: Device CC:98:8B:F4:F9:A2 does not look like a CHIP device. [1716487182.894987][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487182.897969][778:780] CHIP:BLE: Device EB:1E:40:E2:0A:0D does not look like a CHIP device. [1716487182.906736][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487182.908498][778:780] CHIP:BLE: Device 78:56:E7:8B:57:79 does not look like a CHIP device. [1716487182.911439][778:780] CHIP:BLE: Device 69:6A:1C:29:F4:FC does not look like a CHIP device. [1716487182.914442][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487182.931108][778:780] CHIP:BLE: Device 7D:33:C0:E3:FC:6B does not look like a CHIP device. [1716487182.933400][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487182.935265][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487182.937624][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487182.947156][778:780] CHIP:BLE: Device 4E:20:2A:FD:35:05 does not look like a CHIP device. [1716487182.949173][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487182.953227][778:780] CHIP:BLE: Device 33:A7:B4:11:B7:F1 does not look like a CHIP device. [1716487182.956860][778:780] CHIP:BLE: Device C3:CD:8B:BE:2C:D0 does not look like a CHIP device. [1716487182.957240][778:780] CHIP:BLE: Device 5B:01:33:B7:F7:71 does not look like a CHIP device. [1716487182.968432][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487182.988131][778:780] CHIP:BLE: Device 7E:6D:71:E1:B0:33 does not look like a CHIP device. [1716487182.990197][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487182.992181][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487182.993822][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487183.015640][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487183.027151][778:780] CHIP:BLE: Device 63:FF:90:82:80:51 does not look like a CHIP device. [1716487183.056849][778:780] CHIP:BLE: Device E8:A2:9F:8A:EB:75 does not look like a CHIP device. [1716487183.057371][778:780] CHIP:BLE: Device 07:64:44:BE:AD:DF does not look like a CHIP device. [1716487183.074251][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487183.088062][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487183.090179][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487183.092350][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487183.109453][778:780] CHIP:BLE: Device 67:98:32:1F:6C:3B does not look like a CHIP device. [1716487183.116120][778:780] CHIP:BLE: Device 7D:33:C0:E3:FC:6B does not look like a CHIP device. [1716487183.129283][778:780] CHIP:BLE: Device 79:C8:86:1A:89:87 does not look like a CHIP device. [1716487183.150231][778:780] CHIP:BLE: Device 76:9D:81:1C:13:8A does not look like a CHIP device. [1716487183.152592][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487183.155355][778:780] CHIP:BLE: Device 49:B7:B1:A6:6E:D2 does not look like a CHIP device. [1716487183.167668][778:780] CHIP:BLE: Device 5B:01:33:B7:F7:71 does not look like a CHIP device. [1716487183.170048][778:780] CHIP:BLE: Device 70:AD:58:86:85:08 does not look like a CHIP device. [1716487183.171972][778:780] CHIP:BLE: Device 5A:FA:79:EA:9D:0C does not look like a CHIP device. [1716487183.174313][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487183.190996][778:780] CHIP:BLE: Device DA:69:D2:72:B1:09 does not look like a CHIP device. [1716487183.194684][778:780] CHIP:BLE: Device D3:EF:B3:43:F5:BC does not look like a CHIP device. [1716487183.195014][778:780] CHIP:BLE: Device 69:3E:D5:B2:5B:82 does not look like a CHIP device. [1716487183.207325][778:780] CHIP:BLE: Device 60:6E:41:02:3E:E2 does not look like a CHIP device. [1716487183.209530][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487183.213593][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487183.232036][778:780] CHIP:BLE: Device 6D:2C:F5:57:D9:1D does not look like a CHIP device. [1716487183.249264][778:780] CHIP:BLE: Device 7E:2E:C1:0F:62:B4 does not look like a CHIP device. [1716487183.251655][778:780] CHIP:BLE: Device 35:77:97:C2:68:26 does not look like a CHIP device. [1716487183.253669][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487183.255995][778:780] CHIP:BLE: Device 58:51:26:77:0C:E7 does not look like a CHIP device. [1716487183.295452][778:780] CHIP:BLE: Device 64:DC:AC:70:07:8B does not look like a CHIP device. [1716487183.313899][778:780] CHIP:BLE: Device 77:0A:2B:80:44:D6 does not look like a CHIP device. [1716487183.314485][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487183.316891][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487183.328295][778:780] CHIP:BLE: Device 48:E1:19:0D:11:B1 does not look like a CHIP device. [1716487183.328579][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487183.334835][778:780] CHIP:BLE: Device 76:9D:81:1C:13:8A does not look like a CHIP device. [1716487183.348457][778:780] CHIP:BLE: Device 35:EA:70:DC:7E:8D does not look like a CHIP device. [1716487183.354320][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487183.357804][778:780] CHIP:BLE: Device E6:CC:B1:EF:A6:A4 does not look like a CHIP device. [1716487183.372575][778:780] CHIP:BLE: Device 2D:F2:9D:5B:E9:66 does not look like a CHIP device. [1716487183.374182][778:780] CHIP:BLE: Device 0D:26:6D:FD:31:4D does not look like a CHIP device. [1716487183.391837][778:780] CHIP:BLE: Device 01:32:06:9E:0F:84 does not look like a CHIP device. [1716487183.394844][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487183.408025][778:780] CHIP:BLE: Device 79:C8:86:1A:89:87 does not look like a CHIP device. [1716487183.410117][778:780] CHIP:BLE: Device 26:4F:4F:A5:D7:D3 does not look like a CHIP device. [1716487183.435882][778:780] CHIP:BLE: Device 52:6F:8D:A6:B3:3E does not look like a CHIP device. [1716487183.438032][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487183.448335][778:780] CHIP:BLE: Device 35:A2:DF:C8:97:7D does not look like a CHIP device. [1716487183.450356][778:780] CHIP:BLE: Device 2B:4F:EB:A9:D8:FC does not look like a CHIP device. [1716487183.455374][778:780] CHIP:BLE: Device 78:56:E7:8B:57:79 does not look like a CHIP device. [1716487183.456934][778:780] CHIP:BLE: Device 63:F7:C5:17:A0:37 does not look like a CHIP device. [1716487183.458458][778:780] CHIP:BLE: Device 18:7C:8B:4F:57:E9 does not look like a CHIP device. [1716487183.466666][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487183.468373][778:780] CHIP:BLE: Device 6B:0A:F9:F2:3B:EF does not look like a CHIP device. [1716487183.471322][778:780] CHIP:BLE: Device 4D:4F:4D:D1:78:E8 does not look like a CHIP device. [1716487183.506667][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487183.512798][778:780] CHIP:BLE: Device 6D:2C:F5:57:D9:1D does not look like a CHIP device. [1716487183.514889][778:780] CHIP:BLE: Device DD:0D:30:DE:7A:BB does not look like a CHIP device. [1716487183.528782][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487183.532069][778:780] CHIP:BLE: Device 33:A7:B4:11:B7:F1 does not look like a CHIP device. [1716487183.568116][778:780] CHIP:BLE: Device 7B:27:46:8E:CD:62 does not look like a CHIP device. [1716487183.570500][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487183.572599][778:780] CHIP:BLE: Device 1A:39:22:DA:D7:87 does not look like a CHIP device. [1716487183.574655][778:780] CHIP:BLE: Device 75:CA:CB:69:59:FC does not look like a CHIP device. [1716487183.576509][778:780] CHIP:BLE: Device 3C:23:9A:09:AB:F5 does not look like a CHIP device. [1716487183.590168][778:780] CHIP:BLE: Device 70:AD:58:86:85:08 does not look like a CHIP device. [1716487183.596247][778:780] CHIP:BLE: Device 79:9E:9C:49:35:FD does not look like a CHIP device. [1716487183.598078][778:780] CHIP:BLE: Device 32:3E:F2:6F:55:89 does not look like a CHIP device. [1716487183.608265][778:780] CHIP:BLE: Device 66:1D:2C:7A:F2:5F does not look like a CHIP device. [1716487183.613848][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487183.615430][778:780] CHIP:BLE: Device 1D:97:00:1F:BB:F4 does not look like a CHIP device. [1716487183.628024][778:780] CHIP:BLE: Device 10:5F:8F:D5:DE:EC does not look like a CHIP device. [1716487183.630295][778:780] CHIP:BLE: Device EC:BC:B1:EC:95:F5 does not look like a CHIP device. [1716487183.633457][778:780] CHIP:BLE: Device 49:0E:11:99:99:C4 does not look like a CHIP device. [1716487183.635140][778:780] CHIP:BLE: Device 79:9E:9C:49:35:FD does not look like a CHIP device. [1716487183.636730][778:780] CHIP:BLE: Device 23:58:11:77:0B:B8 does not look like a CHIP device. [1716487183.647453][778:780] CHIP:BLE: Device 60:68:6C:54:CB:D4 does not look like a CHIP device. [1716487183.670441][778:780] CHIP:BLE: Device 36:3F:1D:68:75:51 does not look like a CHIP device. [1716487183.692007][778:780] CHIP:BLE: Device 56:58:22:1C:50:75 does not look like a CHIP device. [1716487183.694074][778:780] CHIP:BLE: Device 0B:D3:13:83:0D:D9 does not look like a CHIP device. [1716487183.715129][778:780] CHIP:BLE: Device 16:D6:E8:B9:ED:E4 does not look like a CHIP device. [1716487183.718738][778:780] CHIP:BLE: New device scanned: 02:47:5B:55:DA:51 [1716487183.718786][778:780] CHIP:BLE: Device discriminator match. Attempting to connect. [1716487184.113586][778:780] CHIP:DL: ConnectDevice complete [1716487185.035403][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service0016 on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035457][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service0016 on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035478][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service0016 on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035491][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service0016 on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035514][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035529][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035550][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service0016 on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035562][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service0016 on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035600][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035614][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035631][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service0001 on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035644][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service0001 on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035672][778:780] CHIP:DL: Char /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c on service /org/bluez/hci0/dev_02_47_5B_55_DA_51/service000c [1716487185.035700][778:780] CHIP:DL: New BLE connection: conn 0xffff800c1800, device 02:47:5B:55:DA:51, path /org/bluez/hci0/dev_02_47_5B_55_DA_51 [1716487185.035818][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 16385 [1716487185.035841][778:781] CHIP:DIS: Closing all BLE connections [1716487185.036035][778:781] CHIP:IN: BleConnectionComplete: endPoint 0xaaaaea43bc78 [1716487185.038460][778:781] CHIP:IN: SecureSession[0xffff7801fe00]: Allocated Type:1 LSID:63819 [1716487185.038529][778:781] CHIP:SC: Assigned local session key ID 63819 [1716487185.038650][778:781] CHIP:EM: <<< [E:28654i S:0 M:46312682] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:20 (SecureChannel:PBKDFParamRequest) [1716487185.039254][778:781] CHIP:IN: Message appended to BLE send queue [1716487185.039284][778:781] CHIP:SC: Sent PBKDF param request [1716487185.372393][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 16387 [1716487185.464625][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 16388 [1716487185.464677][778:781] CHIP:BLE: subscribe complete, ep = 0xaaaaea43bc78 [1716487185.509550][778:780] CHIP:DL: Indication received, conn = 0xffff800c1800 [1716487185.509722][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 16389 [1716487185.509754][778:781] CHIP:BLE: peripheral chose BTP version 4; central expected between 4 and 4 [1716487185.509770][778:781] CHIP:BLE: using BTP fragment sizes rx 244 / tx 244. [1716487185.509782][778:781] CHIP:BLE: local and remote recv window size = 6 [1716487185.510165][778:781] CHIP:IN: BLE EndPoint 0xaaaaea43bc78 Connection Complete [1716487185.597356][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 16387 [1716487185.645968][778:780] CHIP:DL: Indication received, conn = 0xffff800c1800 [1716487185.646134][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 16389 [1716487185.646275][778:781] CHIP:EM: >>> [E:28654i S:0 M:95370900] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:21 (SecureChannel:PBKDFParamResponse) [1716487185.646304][778:781] CHIP:EM: Found matching exchange: 28654i, Delegate: 0xffff7801f550 [1716487185.646342][778:781] CHIP:SC: Received PBKDF param response [1716487185.646387][778:781] CHIP:SC: Peer assigned session ID 39644 [1716487185.646415][778:781] CHIP:SC: Found MRP parameters in the message [1716487185.656727][778:781] CHIP:EM: <<< [E:28654i S:0 M:46312683] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:22 (SecureChannel:PASE_Pake1) [1716487185.657158][778:781] CHIP:SC: Sent spake2p msg1 [1716487185.732430][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 16387 [1716487185.915820][778:780] CHIP:DL: Indication received, conn = 0xffff800c1800 [1716487185.915998][778:781] CHIP:DL: HandlePlatformSpecificBLEEvent 16389 [1716487185.916206][778:781] CHIP:EM: >>> [E:28654i S:0 M:95370901] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:23 (SecureChannel:PASE_Pake2) [1716487185.916235][778:781] CHIP:EM: Found matching exchange: 28654i, Delegate: 0xffff7801f550 [1716487185.916274][778:781] CHIP:SC: Received spake2p msg2 [1716487185.918611][778:781] CHIP:SC: Failed to verify peer's MAC. This can happen when setup code is incorrect. [1716487185.918635][778:781] CHIP:SC: Sending status report. Protocol code 2, exchange 28654 [1716487185.918704][778:781] CHIP:EM: <<< [E:28654i S:0 M:46312684] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport) [1716487185.919241][778:781] CHIP:IN: SecureSession[0xffff7801fe00]: Released - Type:1 LSID:63819 [1716487185.919282][778:781] CHIP:SC: Failed during PASE session setup: /usr/src/debug/matter/1.0-r0/src/crypto/CHIPCryptoPALOpenSSL.cpp:1600: CHIP Error 0x000000AC: Internal error [1716487185.919302][778:781] CHIP:TOO: Secure Pairing Failed [1716487185.919326][778:781] CHIP:DIS: Closing all BLE connections [1716487185.919343][778:781] CHIP:IN: Clearing BLE pending packets. [1716487185.919655][778:781] CHIP:BLE: Auto-closing end point's BLE connection. [1716487185.919674][778:781] CHIP:DL: Closing BLE GATT connection (con 0xffff800c1800) [1716487185.919732][778:780] CHIP:DL: BluezDisconnect peer=02:47:5B:55:DA:51 [1716487186.096631][778:781] CHIP:TOO: Pairing Failure: /usr/src/debug/matter/1.0-r0/src/crypto/CHIPCryptoPALOpenSSL.cpp:1600: CHIP Error 0x000000AC: Internal error [1716487186.096720][778:781] CHIP:DL: Long dispatch time: 180 ms, for event type 16389 [1716487186.096999][778:778] CHIP:CTL: Shutting down the commissioner [1716487186.097116][778:778] CHIP:CTL: Shutting down the controller [1716487186.098912][778:778] CHIP:IN: Expiring all sessions for fabric 0x1!! [1716487186.098973][778:778] CHIP:FP: Forgetting fabric 0x1 [1716487186.098934][778:780] CHIP:DL: Bluez disconnected [1716487186.099020][778:780] CHIP:DL: Bluez notify CHIPoBluez connection disconnected [1716487186.099007][778:778] CHIP:TS: Pending Last Known Good Time: 2023-10-14T01:16:48 [1716487186.099294][778:778] CHIP:TS: Previous Last Known Good Time: 2023-10-14T01:16:48 [1716487186.099311][778:778] CHIP:TS: Reverted Last Known Good Time to previous value [1716487186.099366][778:778] CHIP:CTL: Shutting down the commissioner [1716487186.099494][778:778] CHIP:CTL: Shutting down the controller [1716487186.099509][778:778] CHIP:CTL: Shutting down the System State, this will teardown the CHIP Stack [1716487186.099723][778:778] CHIP:DMG: All ReadHandler-s are clean, clear GlobalDirtySet [1716487186.099812][778:778] CHIP:FP: Shutting down FabricTable [1716487186.099833][778:778] CHIP:TS: Pending Last Known Good Time: 2023-10-14T01:16:48 [1716487186.100007][778:778] CHIP:TS: Previous Last Known Good Time: 2023-10-14T01:16:48 [1716487186.100023][778:778] CHIP:TS: Reverted Last Known Good Time to previous value [1716487186.100212][778:778] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-5rvWoS) [1716487186.100451][778:778] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1716487186.100482][778:778] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0) [1716487186.100499][778:778] CHIP:DL: Inet Layer shutdown [1716487186.100512][778:778] CHIP:DL: BLE shutdown [1716487186.105375][778:778] CHIP:DL: System Layer shutdown [1716487186.106404][778:778] CHIP:TOO: Run command failure: /usr/src/debug/matter/1.0-r0/src/crypto/CHIPCryptoPALOpenSSL.cpp:1600: CHIP Error 0x000000AC: Internal error there is error Run command failure ...Internal error Seems like it is able to discover the ble broadcasted and attempted to connect but something was wrong. And i can see that the LED D2 state on DK6 is corresponding to "Short Flash Off (950ms on/50ms off) — The device is full provisioned, but does not yet have full network (Thread) or service connectivity" Please advise what is wrong here. Thanks Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Hello. Glad to hear that it worked. We recommend following the READMEs for the desired application from the Matter NXP Github as it contains all the updated information for building and running the examples. The Matter QSG is out of date, being based on Matter 1.0 release and we do not recommend using it at this point. We are planning to update the documentation to the latest version. BR, Mihai Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Hello Mihai, Thanks for suggestions to write SSBL binary. I try again with following steps, according to ducument K32W0X1-MATTER-QSG.pdf (nxp.com) PS C:\nxp\DK6Programmer> .\DK6Programmer.exe -V2 -s COM10 -P 1000000 -e flash PS C:\nxp\DK6Programmer> .\DK6Programmer.exe -V2 -s COM10 -P 1000000 -Y -p FLASH@0x00="ssbl_ext_flash_pdm_support.bin" PS C:\nxp\DK6Programmer> .\DK6Programmer.exe -V5 -s COM10 -P 1000000 -w image_dir_0=0000000010000000 PS C:\nxp\DK6Programmer> .\DK6Programmer.exe -V5 -s COM10 -P 1000000 -w image_dir_1=00400000C9040101 PS C:\nxp\DK6Programmer> .\DK6Programmer.exe -V2 -s COM10 -P 1000000 -Y -p FLASH@0x4000="chip-k32w0x-light-example.bin"  And I can see that the board is now having the right device UI with LED D2 flashing with Short Flash On (50ms on/950ms off)  Re: Matter Development Platform - Lighting-App on IOTZTB-DK006 Hello. Can you please detail the configuration used for the build? Did you use the standard command? gn gen out/debug --args="chip_with_OM15082=1 chip_with_ot_cli=0 is_debug=false chip_crypto=\"platform\" chip_with_se05x=0 chip_pw_tokenizer_logging=true" If so, looking at the DK6Programmer command you used, this is writing the binary at address 0x0. This is not compatible with the standard built application binary. You also need to write the SSBL binary, as explained in the OTA chapter. You can find the binary in the SDK downloaded with west command, in path %matter_root%/third_party/nxp/k32w0_sdk/repo/core/boards/k32w061dk6/wireless_examples/framework/ssbl/binary/ssbl_ext_flash_pdm_support.bin. You need to write this binary first to the board with command: DK6Programmer.exe -V2 -s -P 1000000 -Y -p FLASH@0x00="k32w061dk6_ssbl.bin" Then you can write the application binary using the following command: DK6Programmer.exe -V2 -s -P 1000000 -Y -p FLASH@0x4000="chip-k32w0x-light-example.bin" The standard build command uses a Pigweed tokenizer to compress debug strings and save flash space so in order to validate that the application runs correctly, you need to call: python3 ../../../../../examples/platform/nxp/k32w/k32w0/scripts/detokenizer.py serial -i /dev/ttyUSB0 -d out/debug/chip-k32w0x-light-example-database.bin -o device.txt Please let me know if this works. BR, Mihai
View full article