Multi Source Translation Content

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multi Source Translation Content

讨论

排序依据:
Best Tools for SEO Analysis and Website Optimization? Hi everyone, I’m looking for reliable online tools that can help with comprehensive SEO analysis and website performance optimization. Specifically, I want something that can check backlinks, keyword rankings, site speed, and provide actionable suggestions for improving search engine visibility. I’ve heard about seogbtools.com as one option that offers these features, but I’m curious how it compares to other popular platforms. Has anyone used it recently? How accurate and user-friendly is it? Any insights, tips, or alternative recommendations would be really helpful! Thanks in advance!
查看全文
Deterministic Sub-Microsecond Safety Layer for Edge AI on Cortex-M (1.18 µs Latency) Hi everyone, I wanted to share a project designed for mission-critical Edge AI on resource-constrained MCUs like the STM32, LPC, and i.MX series. MicroSafe-RL is a deterministic C++ safety interceptor that sits between an AI agent and the hardware actuators. It prevents unsafe commands from damaging hardware during Reinforcement Learning exploration or due to sensor drift. Technical Highlights: Latency: 1.18 microseconds (WCET) on Cortex-M3 at 72MHz. Memory: Exactly 20 bytes of RAM, zero dynamic allocation (malloc-free). Logic: O(1) deterministic execution. Safety: Uses EMA and MAD statistical profiling to detect hardware drift in real-time. The project methodology is currently under review at IEEE Transactions on Aerospace and Electronic Systems (Manuscript ID: TAES-2026-1001). I am looking for feedback from the community on further MISRA-C compliance and hardware-specific optimizations. GitHub: https://github.com/Kretski/MicroSafe-RL Zenodo DOI: 10.5281/zenodo.19019599
查看全文
このオンラインクイズプラットフォームは、リアルタイムマルチプレイヤーゲームをどのように処理しますか? こんにちは、みんな。 ユーザーがインタラクティブなクイズを作成したり参加したりできるオンラインプラットフォームを調べています。最近joinmyquizを試してみたのですが、リアルタイムのマルチプレイヤー機能がどのように実装されているのか興味がありました。複数のプレイヤーが同時に同じクイズに参加しても、遅延やエラーは発生しませんか? また、クイズは問題の種類、タイマー、採点ルールなどに関して、どの程度カスタマイズ可能ですか?プレイヤーの進捗状況を追跡する機能や、クイズ作成者向けの分析機能はありますか? 最後に、カジュアルプレイモードと競争力のあるプレイモードの両方に対応していますか?実際に使用した経験のある方からのご意見をぜひお聞かせいただきたいです。
查看全文
将 EEPROM 闪存到 S9S08EL32 MCU 的问题 大家好 我使用的是基于 NXP/Freescale S9S08EL32 MCU 构建的旧设备,但我遇到了问题。我需要对这个 MCU 上的 EEPROM 进行编程,但我做不到。 我使用的是 USBDM 编程器,每次我试图闪存 EEPROM 时,USBDM 编程器都会向我发送错误信息",访问 PPAGE 寄存器失败" 。 MCU 有多少页 EEPROM,我需要在 USBDM 编程器中更改哪些内容? 如何才能正确闪存 EEPROM? Re: Flashing EEPROM to S9S08EL32 MCU problem 您是想对模拟在 MCU 芯片上的 EEPROM 进行编程,还是想通过 SPI 或 I2C 对独立的 EEPROM 进行编程? Re: Flashing EEPROM to S9S08EL32 MCU problem 我想在 MCU 内对 eeprom 进行编程。我的主板上没有任何存储芯片。 Re: Flashing EEPROM to S9S08EL32 MCU problem 根据 MC9S08 的 RM,EEPROM 大小为 64BYTES,但程序设置指南可参考 AN5233。是否有任何错误代码或错误日志? Re: Flashing EEPROM to S9S08EL32 MCU problem 你好 请介绍一下您使用的操作系统和集成开发环境。 您能否帮助我们确认您安装了 USBDM 的驱动程序? EEPROM 有 2 个页面(第 0 页和第 1 页),内存访问映射的描述参见MC9S08EL32:MC9S08SL16 和 MC9S08EL32 系列 MCU 数据表第 4.5.11.3 章。 此外,在第 4.5.2 章中表示在接受任何编程或擦除命令之前需要进行的一些配置。 顺祝商祺! Re: Flashing EEPROM to S9S08EL32 MCU problem 阿里速卖通的 USBDM 不是恩智浦的官方产品,很抱歉给您带来不便。 我建议您就此联系制造商或供应商,以获得产品支持。 另外,你可以尝试使用支持 MC9S08EL32 的 CodeWarrior ® for MCU (Eclipse IDE) v11.1,让兼容的程序员对设备进行闪存。 Re: Flashing EEPROM to S9S08EL32 MCU problem 每次我试图对微控制器编程时,软件都会返回错误信息"访问 PPAGE 寄存器失败!" 我想这是因为我试图在未启用任何属性或选项的情况下对 EEPROM 存储器进行编程。我不知道该怎么办。 Re: Flashing EEPROM to S9S08EL32 MCU problem 我使用的是 Windows 10 x64 专业版。为了给微控制器编程,我使用了 USBDM 编程器(硬件)和 USBDM 软件版本。 4.12.1.340和 USBDM 4.12.1.325。硬件编程器固件 4.12.2。USBDM 编程器是中国仿制品,在 Aliexpress 上购买。已安装 USBDM 驱动程序。 我在数据表中读到过关于 EEPROM 存储器的信息,但我不知道在 EEPROM 编程中需要指出哪些 配置选项。 Re: Flashing EEPROM to S9S08EL32 MCU problem 顺便说一下,为什么不试试用 codewarrior IDE 来编程呢?MCU 供应商方面可能难以支持第三方工具
查看全文
Configuring the oscillator pins as active low GPIOs in S912ZVLA MCU Hello all,  external oscillator is disabled and system clock runs from internal oscillator. Electrical team is asking possiblity to configure the oscillator pins as active low GPIOs to minimize current consumption .  I was researching whether it is possible . As per my analysis ,  On S12X / classic S12: Clock pins are digital pads first Oscillator is just a peripheral When disabled → GPIO output drivers are enabled On S12VLA (MagniV): Clock pins are analog pads first Oscillator permanently owns the pad GPIO never gets output control is my understanding correct ? Re: Configuring the oscillator pins as active low GPIOs in S912ZVLA MCU Thank you .. I am having S912ZVLA12A MCU. As per your explanation --is this MCU part of classic s12 which doesnt support configuring XTAL & EXTAL pins are acitve low  or is this MCU part of S12G and S12P devices (180 nm technology) and the MagniV family (S12Z) ? is configuring XTAL & EXTAL pins as acitve low works here? Thanks, Pallavi Y B Re: Configuring the oscillator pins as active low GPIOs in S912ZVLA MCU Hi, The “classic” S12 families do not provide an internal oscillator intended for system clock usage (250 nm technology). Moreover, these devices do not support alternative pin functions on the XTAL and EXTAL pins. This capability was introduced with the S12G and S12P devices (180 nm technology) and the MagniV family (S12Z). These devices start with the internal oscillator enabled, while the external oscillator is optional. Therefore, XTAL and EXTAL operate as alternative function pins, and the MCU starts with PE0 and PE1 on these pins configured as inputs (DDRE), with pull‑down enabled (PERE and PPSE). Best regards, Ladislav Re: Configuring the oscillator pins as active low GPIOs in S912ZVLA MCU hello Lama,  Can you please confirm above point ?
查看全文
Question about K5 ADC with RTD(MCAL) Hi Team Could you check my feedback from Customer? The target is S32K5 with RTD(MCAL). 1. To allow ReadGroup to read the result, the conversion‑complete flag must be set to 1. 1-1) Which flag does this refer to—EOC, ECH, etc.? → It is EOC. 1-2) If the flag is not set, does ReadGroup return E_NOT_OK? → Yes, it returns E_NOT_OK. (The state is checked in Adc_ValidateStateNotIdle.) 1-3) Is there any retry logic inside ReadGroup when a read fails? → No, there isn’t. The user must handle retry logic. 1-4) If I implement the retry logic myself, is it okay to call ReadGroup repeatedly after StartGroupConversion, until I get E_OK? For example, trying ReadGroup 100 times in a for‑loop. 2. When the value is successfully read, the group state is said to change. Does it change to E_IDLE? → It becomes ADC_COMPLETED. 3. After Adc_StartConversion, once Adc_ReadGroup returns E_OK, is it okay to call StartConversion again without StopConversion? → STOP is used to stop an ongoing conversion. So, calling START again without STOP is correct. 4. Also, for the next StartGroupConversion call, is the state transition supposed to be COMPLETED → BUSY? Or should it be COMPLETED → IDLE → BUSY, instead of directly COMPLETED → BUSY? Thank you. RTD Source: Direct Customer Re: Question about K5 ADC with RTD(MCAL) Hi @Luke_Chun, Those are my answers: 1-1 Which flag does this refer to—EOC, ECH, etc.? if user enables ADC interrupt (user doesn't enable "Adc Group Without Interrupts"):  Sequence call: Adc_StartGroupConversion --> wait group conversion complete via checking "Adc Group Notification" function is invoked --> Adc_ReadGroup(). when an Adc channel is converted: - if user enables "Adc Normal Interrupt Enable", "Adc Group Notification" will be invoked when ECH = 1. - if user enables "Adc Injected Interrupt Enable", "Adc Group Notification" will be invoked when JECH = 1. if user uses pooling: Sequence call: Adc_StartGroupConversion --> wait group conversion complete via checking Adc_GetGroupStatus = STD_OK (ECH = 1) --> Adc_ReadGroup. 1-2 => OK 1-3 => OK 1-4 is it okay to call ReadGroup repeatedly after StartGroupConversion, until I get E_OK? => Yes, it's okay, but NOT the most efficient approach. User should check status first by calling Adc_GetGroupStatus before call ReadGroup. 2. Group state must be ADC_COMPLETED before reading, and it will be changed to ADC_IDLE after successful read. 3 => OK 4. ADC_COMPLETED → (ReadGroup) → ADC_IDLE → (StartGroupConversion) → ADC_BUSY Best regards, Dan Re: Question about K5 ADC with RTD(MCAL) Hi @Luke_Chun, If you are supporting a Direct Customer, Could you let me know below information? BSSM Contract: Yes / No Customer Company*: Project Name*: Customer Contact Point* (Name & Email): Software & Hardware Information: SW Package Info*: HW* (Board/Chipset/Platform): SW Version*: Best regards, Dan
查看全文
EB tresos activation code failed Hello,  i'm trying to use EBtresos for AUTOSAR, but i failed to activated. activation Code : F514-772D-E370-4901 ERROR: flxActAppActivationSend (50040,41147,10248) The quantity specified exceeds maximum quantity allowed (0). Connection to FlexNet Operations Server failed. so i need the the other activate code to use the EBtresos. thank you. Re: EB tresos activation code failed Hi Sorry for the inconvenience we bring you! I emailed Flexnet Help to remind them to update the activation code.   Please click the link below to find the latest activation code. S32K3 Standard Software -> Automotive SW - EB tresos Studio / AUTOSAR Configuration Tool -> EB tresos Studio 29.0.0    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. ------------------------------------------------------------------------------- Re: EB tresos activation code failed The latest activation code is not working. Re: EB tresos activation code failed Thanks for the reminder, the Flexnet Help team was alerted by email last week. Mass production users are advised to purchase an activation code from EBTresos.
查看全文
J-Link Commander 无法将图像下载到 PN7642(部分设备以前可以工作,现在出现故障) 大家好, 我在使用 J-Link Commander将固件下载到PN7642时遇到了问题。 摘要: * 单位总数36 * 22 台:工作正常 * 14 个单位:一直不合格 重要说明: 所有设备之前都使用我们早期的固件成功编程过。当尝试使用更新的映像对它们重新编程时,问题就出现了。 问题描述: 对于故障设备,J-Link Commander 无法连接到目标设备。日志输出如下所示: ``` 通过 SWD 连接到目标 找到 ID 为 0x6BA02477 的 SW-DP DPIDR: 0x6BA02477 CoreSight SoC-400 或更早版本 扫描 AP 地图以查找所有可用 AP AP[1]:由于似乎已到达 AP 地图的尽头,因此停止 AP 扫描 AP[0]:AHB-AP (IDR: 0x84770001, ADDR: 0x00000000) 正在遍历 AP 映射以查找要使用的 AHB-AP AP[0]:跳过。无法读取 CPUID 寄存器 连接 CPU 失败。在RESET下执行连接。 无法启动 DAP 找到 ID 为 0x6BA02477 的 SW-DP DPIDR: 0x6BA02477 CoreSight SoC-400 或更早版本 扫描 AP 地图以查找所有可用 AP AP[1]:由于似乎已到达 AP 地图的尽头,因此停止 AP 扫描 AP[0]:AHB-AP (IDR: 0x84770001, ADDR: 0x00000000) 正在遍历 AP 映射以查找要使用的 AHB-AP AP[0]:跳过。无法读取 CPUID 寄存器 连接 CPU 失败。在RESET下执行连接。 无法启动 DAP 出现 错误:无法连接到目标设备。 有关故障排除步骤,请访问: https://wiki.segger.com/J-Link_Troubleshooting ``` 其他信息: 我试过在 J-Link Commander 中发出 r(RESET)命令,但它无法解决问题 工作单元和故障单元使用相同的硬件设置(相同的 J-Link、相同的板、相同的程序) 所有故障设备都表现出相同的行为 意见: 在连接 SWD 时发生故障: 无法读取 CPUID DAP 开机失败 工作单元保持完全可编程状态 问题 PN7642 是否有已知的机制可以在编程后禁用或锁定 SWD? 是否有推荐的方法可以恢复访问权限(例如,在RESET下连接、批量擦除、启动引脚配置)? 这是否表示设备进入了阻止调试访问的受保护或低功耗状态? 如有任何有关如何恢复这些设备或进一步调试根本原因的指导,将不胜感激。 提前感谢! 互联标签解决方案 HITAG读卡器IC 面向读卡器系统的MIFARE SAM NFC 控制器解决方案 NFC 前端解决方案 NFC读卡器库 Re: J-Link Commander Cannot Download Image to PN7642 (Some Units Previously Working Now Failing) 你好,@KaiLi、 感谢您建议我尝试 J-Flash。 我尝试在 PN7642 上使用 J-Flash,但总是出现连接失败。这种行为与我在 J-Link Commander 中观察到的情况类似--J-Flash 无法与目标建立连接。(请参阅所附文件 "j_flash_connection_error.png")。 您是否建议采取任何其他步骤或恢复方法来重新获得访问权? 如能得到任何指导,将不胜感激! 谢谢您! I Re: J-Link Commander Cannot Download Image to PN7642 (Some Units Previously Working Now Failing) 你好@ 轴-zhao 请试试 J-Flash,它在我这边运行得很好,就像附图一样。  
查看全文
[不正使用] 投稿者: @RishavKaaraTech / 掲示板: TapLinx-SDK / 報告者: drxfpos drxfpos は、 @RishavKaaraTech が投稿した RFIDDiscover ツールを入手したが、その使用方法について、 以下の理由で報告しました。 理由:嫌がらせ 詳細: 最も安い処方箋なしでクラリナクリーム どこでクラリナは買えますか? http://en.sp-journal.ru/article/19958 "> canクラリナを注文します 低価格クラリナクリームの価格が速い お金安価なクラリナクリーム クラリナクリーム処方箋不要オーバーナイト クラリナクリーム割引カード クラリナ トレントンを購入する クラリナ5mgをオンラインで購入 欲しい低価格クラリナ販売 購入クラリナ・トレントン クラリナクリーム割引カード 購入クラリナ20mgは世界中で販売されています 処方箋クラリナクリーム クラリナ購入しやすい クラリナを注文したい 低クラリナクリームの価格が速い 注文アルベンダゾール オンライン マスターカード クラリナ クラリナクリーム セプチリン 処方箋不要 クラリナクリームセプチリン処方箋不要 クラリナクリーム処方箋不要フェデックス 購入クラリナ翌日配送 クラリナ処方箋不要の夜用クリーム 保険なしでクラリナクリームを購入する 低価格のクラリナ販売を希望 クラリナクリームの格安翌日配送 クラリナクリームはオンラインで購入できます 欲しい低価格クラリナ販売 注文アルベンダゾール オンライン マスターカード クラリナ クラリナクリーム処方箋不要フェデックス 方法クラリナを購入する canクラリナを注文します クラリナクリームの価格比較 購入クラリナ30g 注文処方箋なしのクラリナ アルベンダゾールをマスターカードでクラリナからオンラインで注文 次のクラリナはどこで買えますか 購入クラリナXR 30mg 安いクラリナクリーム 購入保険なしのクラリナ 投稿リンク: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/mp/2164324#M205 投稿者: @RishavKaaraTech |作成者に電子メールを送信する 報告者: drxfpos |メールによる報告 報告された投稿には3件の返信があります。
查看全文
J-Link CommanderがPN7642にイメージをダウンロードできません(以前は正常に動作していた一部のユニットで不具合が発生しています)。 こんにちは、皆さん。 J-Link Commanderを使用してPN7642にファームウェアをダウンロードする際に問題が発生しています。 要約: * 総ユニット数:36 * 22台:正常に動作しています * 14ユニット:継続的に失敗 重要な注意事項 すべてのユニットは、以前のファームウェアで正常にプログラムされていました。新しいイメージを使ってそれらを再プログラムしようとした際に問題が発生しました。 問題の説明: 不具合のあるユニットの場合、J-Link Commanderはターゲットデバイスに接続できません。ログ出力は以下のとおりです。 「`」 SWD経由でターゲットに接続 ID 0x6BA02477のSW-DPが見つかりました DPIDR: 0x6BA02477 CoreSight SoC400以前の製品 利用可能なすべてのアクセスポイントを見つけるために、アクセスポイントマップをスキャンしています。 AP[1]: APマップの終端に達したと思われるため、APスキャンを停止しました。 AP[0]: AHB-AP (IDR: 0x84770001、ADDR: 0x00000000) APマップを反復処理して、使用するAHB-APを見つける AP[0]: スキップされました。CPUIDレジスタを読み取れませんでした CPUへの接続に失敗しました。リセット状態で接続を実行します。 DAPの電源投入に失敗しました ID 0x6BA02477のSW-DPが見つかりました DPIDR: 0x6BA02477 CoreSight SoC400以前の製品 利用可能なすべてのアクセスポイントを見つけるために、アクセスポイントマップをスキャンしています。 AP[1]: APマップの終端に達したと思われるため、APスキャンを停止しました。 AP[0]: AHB-AP (IDR: 0x84770001、ADDR: 0x00000000) APマップを反復処理して、使用するAHB-APを見つける AP[0]: スキップされました。CPUIDレジスタを読み取れませんでした CPUへの接続に失敗しました。リセット状態で接続を実行します。 DAPの電源投入に失敗しました エラーが発生しました:ターゲットデバイスに接続できませんでした。 トラブルシューティングの手順については、 https://wiki.segger.com/J-Link_Troubleshootingを参照してください。 「`」 追加情報: J-Link Commanderでr(リセット)コマンドを実行してみましたが、問題は解決しませんでした。 正常に動作するユニットと故障したユニットの両方で、同じハードウェア構成が使用されます(同じJ-Link、同じボード、同じ手順)。 故障したユニットはすべて同じ挙動を示す 観察結果: SWD接続中にエラーが発生します。 CPUIDを読み取れません DAPの電源投入に失敗しました 作業ユニットは完全にプログラム可能である 質問: PN7642には、プログラミング後にSWDを無効化またはロックできる既知のメカニズムはありますか? アクセスを回復するための推奨される方法はありますか?(例:リセット状態での接続、一括消去、ブートピン設定など) これは、デバイスがデバッグアクセスをブロックする保護状態または低電力状態に入ったことを示しているのでしょうか? これらのデバイスを復旧する方法、あるいは根本原因をさらにデバッグする方法について、何かご助言いただければ大変ありがたいです。 よろしくお願いいたします! コネクテッド・タグ・ソリューション HITAGリーダーIC リーダ・システム用MIFARE SAM NFCコントローラーソリューション NFCフロントエンド・ソリューション NFCリーダー・ライブラリ Re: J-Link Commander Cannot Download Image to PN7642 (Some Units Previously Working Now Failing) こんにちは、 @KaiLi さん。 J-Flashを試してみるというご提案、ありがとうございます。 PN7642でJ-Flashを使おうと試みましたが、接続エラーが頻繁に発生します。この挙動は、私がJ-Link Commanderで観察した挙動と似ています。J-Flashはターゲットとの接続を確立できません。(添付ファイル「j_flash_connection_error.png」を参照してください。) アクセスを回復するために、他に推奨する手順や復旧方法はありますか? 何かアドバイスをいただければ大変ありがたいです! よろしくお願いします! I Re: J-Link Commander Cannot Download Image to PN7642 (Some Units Previously Working Now Failing) こんにちは、@axis-zhao J-Flashを試してみてください。添付画像のように、私の環境では問題なく動作しています。  
查看全文
EB tresos Studio 29.0.0 のアクティベーションに失敗しました。 NodeLockedライセンスF514-772D-E370-4901を有効化しています。ライセンス数:1 ステータス: 4、リクエストを作成中 ステータス: 5、リクエストが作成されました ステータス: 6、コンテキストが作成されました ステータス: 7、リモートサーバーにコネクテッド ステータス: 8、リクエスト送信済み Status: 9, Polling for response(ステータス9:応答を問い合わせ中) Status: 11, Done(ステータス11:完了) エラー: flxActAppActivationSend (50040,41147,10248) 指定された数量は、許容最大数量(0)を超えています。 FlexNetオペレーションサーバーへの接続に失敗しました。 NodeLockedライセンスF514-772D-E370-4901を有効化しています。ライセンス数:1 ステータス: 4、リクエストを作成中 ステータス: 5、リクエストが作成されました ステータス: 6、コンテキストが作成されました ステータス: 7、リモートサーバーにコネクテッド ステータス: 8、リクエスト送信済み Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) Status: 11, Done(ステータス11:完了) ERROR: flxActAppActivationSend (50040,41147,10248) 指定された数量が許容最大数量 (0) を超えています。 FlexNet Operations Serverへの接続に失敗しました。 Re: EB tresos Studio 29.0.0 activation failed. 私も同じような問題を抱えています。 ステータス: 10、応答待ち Status: 9, Polling for response(ステータス9:応答を問い合わせ中) Status: 11, Done(ステータス11:完了) ERROR: flxActAppActivationSend (50040,41147,10248) 指定された数量が許容最大数量 (0) を超えています。 FlexNet Operations Serverへの接続に失敗しました。 NXPはライセンスコードを変更する必要があるかもしれないと思う。 Re: EB tresos Studio 29.0.0 activation failed. ハイ ご迷惑をおかけして申し訳ございません! Flexnetのヘルプデスクにメールで連絡し、アクティベーションコードの更新を促しました。 最新の認証コードについては、下記のリンクをクリックしてください。 S32K3標準ソフトウェア -> オートモーティブ SW - EB tresos Studio / AUTOSAR 設定ツール -> EB tresos Studio 29.0.0   よろしくお願いします、 ロビン ------------------------------------------------------------------------------- 注記: この投稿があなたの質問への回答になっている場合は、「解決策として承認」ボタンをクリックしてください。ありがとう! - 最後の投稿から7週間はスレッドをフォローしますが、それ以降の返信は無視されます。 後日、関連する質問がある場合は、新しいスレッドを作成し、閉じられたスレッドを参照してください。 -------------------------------------------------------------------------------
查看全文
JTAGポートがLS1028A RDBのDDRにアクセスできません こんにちは!私は、Lauterbach デバッグ モジュールを介して LS1028A RDB DDR にアプリケーションをロードしようとしています。uboot でボードを初期化してから CPU を停止し、システム アタッチ モードでアプリケーションをロードして、スタート シンボルに移動します。アプリケーションを OCRAM アドレス (0x18000000) にロードしようとするとこのプロセスは正常に動作しますが、DDR アドレス (0x80000000) にロードしようとすると、Lauterbach でデバッグ ポートの失敗エラーが発生し、プロセスが失敗します。デバッグポートからのDDRへのアクセスをブロックするセキュリティ設定があると思うのですが、ディップ・スイッチはセキュリティ無効に設定されているはずなのに、なぜロックされているのか理解できません。私の抱えている問題が何なのか、どなたかご存知でしょうか?よろしくお願いします! Re: JTAG port unable to access DDR on LS1028A RDB ラウターバッハ初期化スクリプトにDDRコントローラの初期化に関する問題があると思われます。NXPはお客様向けにCodeWarriorデバッグツールのみを提供しています。 ラウターバッハに関するお問い合わせは、 https://www.lauterbach.com/ までご連絡ください。
查看全文
用于 IMXRT1176D 的 SDK 没有找到 imxrt1176D 的 SDK,而看到了其他变体   Re: SDK for IMXRT1176D 你好@srihari、 非常感谢您关注我们的产品并使用我们的社区。 请打开下面的链接,选择开发板,然后编译和下载 SDK 包。该开发板的示意图基于 MIMXRT1176DVMAA 设备。 https://mcuxpresso.nxp.com/select   顺祝商祺! 刘梅
查看全文
IMX8QM そこで質問なのですが、imx8qm のブートコンテナを暗号化するにはどうすればいいのでしょうか? ahab を使用していますが、cst ug ガイドを読むと、コンテナ暗号化機能は hab 専用と記載されています。imx8qm のリファレンスマニュアルにはコンテナ暗号化について記載されているにもかかわらずです。 Re: IMX8QM はい、ドキュメントは既に読んでおり、cstツールの再コンパイルが必要だと記載されていますが、NXPのウェブサイトにはツール自体しか提供されておらず、ソースコードは提供されていません。私のcst 4.0.1にはコードとバックエンドフォルダがありません。これに対する解決策は何でしょうか? Re: IMX8QM こんにちは、 NXP Semiconductors製品にご関心をお寄せいただきありがとうございます。 i.MX 8シリーズは、データシートおよび以下のサポート対象ドキュメントに記載されているようにAHABをサポートしています。 https://spsdk.readthedocs.io/en/latest/devices_list.html#mimx8qm https://github.com/nxp-imx/uboot-imx/blob/lf_v2025.04/doc/imx/ahab/guides/mx8_mx8x_encrypted_boot.txt よろしくお願いします。 Re: IMX8QM こんにちは、 @anas-8888 CSTツールはここからダウンロードできます。コードはSRCの下に含まれています。 https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software:IMX-SW よろしくお願いいたします。 Re: IMX8QM CSTツール内で暗号化サポートを有効にするにはどうすればよいですか?
查看全文
Getting Stared With MPC5775B BMS AND VCU REFERENCE DESIGN   Got hands on the MPC5775B BMS AND VCU REFERENCE DESIGN. Was trying to implement a basic project in it as a starting point. Saw this in one of the documents I got: Now do we need both the debugger ? Can we not program this unit with the USB it came with ? Is it absolute necessity to get the CAN adapter too ?  Re: Getting Stared With MPC5775B BMS AND VCU REFERENCE DESIGN Thanks for the response @petervlna ! Thanks for the mention as I had totally missed out on checking that. So I see now that the USB port given on this unit can be used only for UART communication. Right ? Re: Getting Stared With MPC5775B BMS AND VCU REFERENCE DESIGN Hello, Looking at the board itself, it does not have any open-SDA uC for programming via USB cable. You will need standard JTAG programmed / debugger for programming this board. Best regards, Peter
查看全文
i.MX 26.03 用設定ツール:DDR3lConfig Tools v26.03 DDR3にはどのubootバージョンが推奨されますか? こんにちは、 私はカスタムi.MX8MMボード上でDDR3Lをトレーニングするために、 i.MX用Config Tools v26.03を使用しています。 ツールを使用したDDRトレーニングは正常に完了し、ddr3l_timing.cが生成されました。ファイル。 2019.04を使用して U-Boot をビルドしました。ログには以下のことが示されています。 DDRの初期化が完了しました DDR構成が適用されます DDRのキャリブレーション/トレーニングは成功しました しかし、U-Bootの実際のイメージをDDR(RAM)にダウンロードすると、メモリに繰り返しパターン値が含まれていることが確認されました(ログに表示されています)。これは、DDRへの書き込みが正しく機能していないことを示しています。 --- SDPコマンド受信 --- 生データ: 0b 0b 40 20 ヘッダーのアドレス0x40200000にジャンプします ヘッダータグはIMX画像ではありません メモリダンプ(アドレス:0000000040200000) 0x40200000: 20 20 75 75 59 59 c7 c7 8b 8b 07 07 f4 f4 d5 d5 0x40200010: ae ae 3d 3d ef ef 27 27 68 68 b0 b0 1a 1a f4 f4 0x40200020: 20 20 75 75 59 59 c7 c7 8b 8b 07 07 f4 f4 d5 d5 0x40200030: ae ae 3d 3d ef ef 27 27 68 68 b0 b0 1a 1a f4 f4 0x40200040: 20 20 75 75 59 59 c7 c7 8b 8b 07 07 f4 f4 d5 d5 U-Boot 2023.04を使ってビルドも試してみましたが、別の問題が発生しました。 U-Boot SPL 2023.04-dirty (2026年4月1日 16:03:20 +0530) CPU周波数:1200MHz PMIC: PCA9450AA、DDR3L(1.5V)およびカスタムレール用に構成済み DDRINFO: DRAM初期化を開始します DDRINFO: DRAMレート 344069MTS この時点でシステムは停止し、それ以上処理を進めなくなります。 そこで私の質問は以下のとおりです。 DDR3L 用の Config Tools v26.03 を使用する場合、どの U-Boot バージョンが推奨されますか? 生成された ddr3l_timing.c はU-Boot 2019.04と互換性がありますか?それとも、より新しいバージョンが必要ですか? この問題(トレーニングは成功したがDDR書き込みに失敗)は、ツールバージョンとU-Bootバージョンの不一致が原因でしょうか? ありがとうございます。 Re: Config Tools for i.MX 26.03: Which uboot version is recomonded for the ddr3lConfig Tools v26.03 こんにちは、 NXP Semiconductors製品にご関心をお寄せいただきありがとうございます。 それらはそれほど密接に関連しているわけではないので、生成されたコードを他のボードの設定にある関数と比較してみると良いでしょう。それを共有して、比較してみましょう。 ほとんどの場合、U-bootのバージョンではなく、DDRの設定と起動方法に関係しています。念のため、もう一度確認することをお勧めします。 よろしくお願いします。
查看全文
S32K311シリーズマイクロコントローラのJTAG永久ロック こんにちは、 LC状態をIN_FIELDに設定することによってのみ、永続的なJTAGロックを実現できるのでしょうか? そうでない場合は、JTAGを永続的にロックするための手順を教えていただけますか? ありがとうございます。 Re: JTAG permanent lock on S32K311 series microcontroller こんにちは、ロビンさん。 LCの状態をIN_FIELDに維持した後でも、常にパスワードを設定する必要はありますか? あるいは、LCをIN_FIELDに設定するだけでJTAGが永久にロックされるのでしょうか? Re: JTAG permanent lock on S32K311 series microcontroller HSE関連のドキュメントはすべてNDA(秘密保持契約)の対象となっているため、公開コミュニティではなくサポートチケットをご利用ください。 Re: JTAG permanent lock on S32K311 series microcontroller ハイ ライフサイクルとデバッグポートの保護: HSEファームウェアがインストールされていない場合は、JTAGインターフェースをパスワードで保護することが可能です。詳細については、以下のドキュメントを参照してください。 [S32K3] HSEを使用しない場合にデバッグアクセスをパスワードで制限する HSEファームウェアがインストールされている場合は、パスワード(静的認証方式)を使用するか、チャレンジレスポンス方式用のキー(動的認証方式)を使用するかの2つのオプションがあります。 詳細については、HSEファームウェアリファレンスマニュアル( RM758227-RM00286 HSE-Bファームウェアリファレンスマニュアル - V2.7(2.7).pdf )のセクション2.6.1.4.2「ホストデバッグ」を参照してください。 HSE DemoExamplesに例が掲載されています。 汎用HSEデモ例向けS32K3 MCU C:\NXP\S32K3_HSE_DemoExamples_1_0_0\S32K3_HSE_DemoExamples\Device_Configuration\S32K344_CQC_DEMO\ 静的メソッドと動的メソッドの選択方法、ADKP(パスワード/キー)のプログラミング方法(HSEサービスが行う必要があります)、およびセキュアデバッグを有効にするためにライフサイクルを進める方法について説明します。 セキュアデバッグが有効になると、デバッガーによる認証が必要になります。PEMicroツールをお持ちの場合は、上記のドキュメントを参照してください。 Lauterbachのデバッガーを使用している場合は、HSE DemoAppのスクリプトを以下のパスで確認できます。 C:\NXP\HSE_DEMOAPP_S32K311_0_2_55_0\demo_security_installer\scripts\ 次のようなファイルを参照してください。 debug_App_ADKP.py debug_authorization.cmm adkp_key_input.txt S32K3デバイスでは、JTAGインターフェースを完全に無効にすることはできません。以前のバージョンのHSEファームウェアリファレンスマニュアルにはこれに関する記述がいくつかありましたが、S32K3デバイスでは不可能なため、すべて削除されました。 よろしくお願いします、 ロビン ------------------------------------------------------------------------------- 注記: この投稿があなたの質問への回答になっている場合は、「解決策として承認」ボタンをクリックしてください。ありがとう! - 最後の投稿から7週間はスレッドをフォローしますが、それ以降の返信は無視されます。 後日、関連する質問がある場合は、新しいスレッドを作成し、閉じられたスレッドを参照してください。 -------------------------------------------------------------------------------
查看全文
[ABUSE] Post By: @RishavKaaraTech / Board: TapLinx-SDK / Reported by: nhapff nhapff has reported the post RFIDDiscover tool acquired but how to use it posted by @RishavKaaraTech for the following reasons: Reason: Nudity or Sexual activity Details: http://callcards.ie/content/arcoxia-order-online">cheap overnight arcoxia without prescription https://www.trustcirclenetworks.org/issues/2331">arcoxia scotland mail order https://www.w2wdev.spartlow.com/song/16700">purchase arcoxia no prescription https://ruckup.org/caregivers-forum/topic/6879">buy arcoxia no prescription https://www.e123.hk/zh-hant/e-center/personal-wall/81576/945914">how to order arcoxia https://mail.reflexologie-cerilly.fr/hi/node/4605">cheap generic arcoxia order https://www.aairlab.com/IDev/?q=node/437">buy arcoxia canadian https://www.horecascout.nl/vacatures/5472/arcoxia-generic-price-comparison">buy cheap arcoxia prescription online https://www.ziveknihy.sk/arcoxia-discount-cause-diabetes">arcoxia prices generic https://satto.vtranet.com/binh-luan-536">buy arcoxia las vegas http://ru.ph-ed-plus.nspu.ru/article/18283">buy order arcoxia online https://theanubianwar.com/node/6466">order online arcoxia http://sp-journal.ru/article/19414">buy arcoxia las vegas https://museusvalenciapre.grupotecopy.es/en/node/4006">arcoxia on line purchase https://www.rapidservice.com.ec/es/content/arcoxia-substitute-generic">can i purchase arcoxia https://ruckup.org/caregivers-forum/topic/6879">where can i buy arcoxia https://www.cableman.ru/node/85651">once a day arcoxia price https://direct.needshub.com/node/28422">arcoxia discount online pharmacy https://new.roger24.de/forums/keresletek/arcoxia-buy-no-prescription">buy arcoxia federal express https://www.rom.by/stranica/arcoxia-buy-pills">arcoxia sale free generic https://dev.beautynbrushes.com/services-provided/nail-classes-1-1-maroonimmortalep">can i purchase arcoxia https://www.jobwebby.com/domainasname-stockwell-services/arcoxia-europe-generic-now-online">arcoxia discount online pharmacy https://www.jobwebby.ilovemarkso.com/domainasname-anthony-gmbh/arcoxia-cheap-fedex">want to buy arcoxia http://03otvet.ru/voprosy/virusologiya/arcoxia-buy-pills">can i order arcoxia https://stage.cc.radiant.digital/node/3194">buy arcoxia federal express https://www.vgame.ca/node/47008">order online arcoxia https://arendville.ru/arcoxia-prices-generic">where to order next arcoxia https://www.tripmayntra.com/arcoxia-scotland-mail-order">want to order arcoxia http://lsdsng.com/node/4606">buy arcoxia las vegas https://oregonweddingday.com/your-couple-name-4173">cheap fedex arcoxia http://lsdsng.com/node/4606">cheap fedex arcoxia https://www.aairlab.com/IDev/?q=node/437">lowest price arcoxia otc https://www.aairlab.com/IDev/?q=node/437">cheap generic arcoxia order https://ruckup.org/caregivers-forum/topic/6879">arcoxia sale free generic https://www.w2wdev.spartlow.com/song/16700">where can i buy arcoxia https://www.aairlab.com/IDev/?q=node/437">order arcoxia consultation https://wibride.com/your-couple-name-2924">arcoxia substitute generic https://www.vgame.ca/node/47008">buy arcoxia las vegas https://oregonweddingday.com/your-couple-name-4173">discount arcoxia cause diabetes https://evere.co/articles/arcoxia-ordering-sales-pharmacy-insurance">arcoxia scotland mail order Post link: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/m-p/2164324#M205 Post author: @RishavKaaraTech | Email Author Reported by: nhapff | Email Reporter The reported post has 3 replies.
查看全文
i.MX6UL:DDR 压力测试工具在未关闭时钟时不起作用 大家好, 请访问https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-6-7-DDR-Stress-Test-Tool/ta-p/1108221。我正在尝试在我的产品板(i.MX6 UltraLite (0x64) /TO1.2)上运行 i.MX 6/7 DDR 压力测试工具。由于启用了 ROM 安全启动功能,而且 JTAG 接口在我的主板中不可用,因此我们转到选项 3 U-启动。 默认情况下,所有时钟都从我的 U-Boot 启用。该工具在 i.MX6UL OCRAM 上运行良好。 但是,如果完全按照建议取消了时钟的门控,该工具就不能再工作了。 u-boot> mw 0x020c4068 0x00C0000F; u-boot> mw 0x020c406c 0x00000000; u-boot> mw 0x020c4074 0x3F300000; u-boot> mw 0x020c4078 0x0000F300; u-boot> mw 0x020c407c 0x0F000003; u-boot> mw 0x020c4080 0x000003FC; 实际上有两个问题: 1.由于 sim_main、sim_cpu、sim_s 和 stcr 时钟没有门控,UART-1 无法工作。 2.即使我更改了 mw 命令,使 UART-1 正常工作,该工具仍然在开始时受阻。如下所示,UART-1 不再打印信息。 => go 0x00907000 ## Starting application at 0x00907000 ... 似乎有些所需的工具时钟是无门的。您能帮忙吗? 谢谢您! Leo Ruan i.MX6UL Re: i.MX6UL: DDR Stress Test Tool does not work with clock ungated 你好@Manuel_Salas,感谢您的回复! 我尝试过你的建议。该工具在开始时仍受阻。参见日志: => dcache off; icache off; setenv ipaddr 192.168.1.2; setenv serverip 192.168.1.100; => tftp 0x80800000 ddr-test-uboot-jtag-mx6ul.bin; cp.b 0x80800000 0x00907000 0x20000; Using ethernet@2188000 device TFTP from server 192.168.1.100; our IP address is 192.168.1.2 Filename 'ddr-test-uboot-jtag-mx6ul.bin'. Load address: 0x80800000 Loading: ##### 1.4 MiB/s done Bytes transferred = 66852 (10524 hex) => mw 0x020c4068 0x00C0000F; => mw 0x020c406c 0x000C0000; // The sim_s clock (CG9) shall be enabled. Otherwise the UART-1 stop working after this commend. => mw 0x020c4070 0xFC030000; // The ipmux1 clock (CG8) shall be enabled for UART-1 => mw 0x020c4074 0x3F300000; => mw 0x020c4078 0xC000F3C0; // The sim_cpu clock (CG3) shall be enabled for UART-1 => mw 0x020c407c 0x0F03000F; // The sim_main clock (CG8) and stcr clock (CG1) shall be enabled for UART-1 => mw 0x020c4080 0x000003FC; => go 0x00907000 ## Starting application at 0x00907000 ... 我对你的命令稍作改动,以保持 UART-1 正常工作。请参阅 mw 命令中的注释。不知道 UART-1 为什么需要这些时钟,因为它们似乎无关紧要。 仍有一些时钟在序列中被禁用,但工具需要。 --------------------------------------------------------------- 此外 我检查了 ddr_stress_tester_v3.00(基于图形用户界面)。所有时钟都从初始脚本启用:ddr_stress_tester_v3.00\script\mx6ul\MX6UL_MMDC_DDR3_register_programming_aid.inc。所以我猜外设时钟在ddr_stress_tester_v3.00\bin\ddr-test-mx6ul.bin 中被禁用了。这种方式对我来说更有意义。 对于 opion-3 U-Boot,ddr-test-uboot-jtag-mx6ul.bin 中的外围时钟也应不受限制。对不对? Leo Ruan Re: i.MX6UL: DDR Stress Test Tool does not work with clock ungated 你好@LeoRuan 希望你一切都好。 请尝试以下顺序: u-boot> mw 0x020c4068 0x00C0000F; u-boot> mw 0x020c406c 0x00000000; u-boot> mw 0x020c4070 0xFC000000; u-boot> mw 0x020c4074 0x3F300000; u-boot> mw 0x020c4078 0xC000F3C0; u-boot> mw 0x020c407c 0x0F03000F; u-boot> mw 0x020c4080 0x000003FC; 如果这对你有用,请告诉我。 顺祝商祺! 萨拉斯 Re: i.MX6UL: DDR Stress Test Tool does not work with clock ungated 以下是启用 UART-1 时钟的新命令(基于原始命令): mw 0x020c4068 0x00C0000F; mw 0x020c406c 0x000C0000; mw 0x020c4074 0x3F300000; mw 0x020c4078 0x0000F3C0; mw 0x020c407c 0x0F03000F; mw 0x020c4080 0x000003FC; Re: i.MX6UL: DDR Stress Test Tool does not work with clock ungated 我在启用增量 IOMUX 和定时器时钟的情况下测试了该工具: mw 0x020c4068 0x00C0000F; // gpt2 serial clocks mw 0x020c406c 0x00FCF000; // gpt bus clock, gpt serial clock, epit1 and epit2 clocks mw 0x020c4070 0xFC03C000; // iomux_ipt_clk_io mw 0x020c4074 0x3F300000; mw 0x020c4078 0xC000F3FF; // iomuxc gpr clock and iomuxc clock mw 0x020c407c 0x0F03000F; mw 0x020c4080 0x000003FC; => go 0x00907000 ## Starting application at 0x00907000 ... 该工具仍然保持沉默。也许简单地将时钟门设置从基于GUI的二进制转换为选项3二进制很容易? Re: i.MX6UL: DDR Stress Test Tool does not work with clock ungated DDR 压力测试工具冻结时,建议采用积极的 CCM 时钟门控: mw 0x020c4068 0x00C0000F; mw 0x020c406c 0x00000000; mw 0x020c4074 0x3F300000; mw 0x020c4078 0x0000F300; mw 0x020c407c 0x0F000003; mw 0x020c4080 0x000003FC; 新设置可解决该问题:(仅适用于 i.MX6UL) mw 0x020c4068 0x00C0000F; mw 0x020c406c 0x00FCF000; mw 0x020c4070 0x00CFF000; mw 0x020c4074 0x3F300000; mw 0x020c4078 0x0000F3C0; mw 0x020c407c 0x0F03000F; mw 0x020c4080 0x00C003FC; 启用额外时钟,以保持 UART-1 正常运行: 模拟时钟 (CCM_CCGR1) ipmux1 时钟(CCM_CCGR2) 模拟 CPU 时钟(CCM_CCGR4) sim_main 和 stcr 时钟 (CCM_CCGR5) 为工具启用附加时钟: gpt 总线时钟、gpt 串行时钟、epit1 和 epit2 时钟 (CCM_CCGR1) ipync_ip2apb_tzasc1_ipg 时钟、OCOTP_CTRL 时钟、iomux_ipt_clk_io 时钟、ipmux1 和 ipmux2 时钟 (CCM_CCGR2) anadig时钟(CCM_CCGR6) @Manuel_Salas您能查看一下新设置吗? Re: i.MX6UL: DDR Stress Test Tool does not work with clock ungated 摘要: 序列已确认可用于 i.MX6UL。我们确实测试了序列的校准输出与所有时钟处于活动状态时的输出完全相同。如果在 U-Boot 中设置的默认时钟允许该工具在选项 3 中运行,请保持原样!
查看全文
EfficientDet-Lite0 Neutron conversion on i.MX95 produces static outputs on LF_6.12.34_2.1.0 Dear NXP Support, I would like to report an issue with EfficientDet-Lite0 on i.MX95 using the Neutron conversion flow. My setup is: Board: i.MX95 EVK BSP: Linux imx95evk 6.12.34-lts Original model: efficientdet_lite0_int8.tflite Application: NNStreamer pipeline with TensorFlow Lite and external Neutron delegate Input: live camera stream from /dev/video13 I compared the original model and the Neutron-converted model using the same application and added debug prints for both the model input tensor and output tensors. Findings: The original model efficientdet_lite0_int8.tflite runs correctly on CPU. For the original model, the input tensor changes frame by frame, and the output tensor statistics also change frame by frame. For the Neutron-converted model, the input tensor still changes frame by frame, but the output tensors remain almost constant across frames. As a result, detections are static or empty even though the live camera image is changing. I tested two Neutron paths: A) Standalone Neutron SDK 3.0.1 Converted with eiq-neutron-sdk-windows-3.0.1\bin\neutron-converter.exe Runtime on target updated to 3.0.1 Result: converted model loads, but outputs remain nearly constant and produce static boxes B) Rolled back to the 6.12.34-era toolchain Converted with: C:\nxp\eIQ_Toolkit_v1.17.0\bin\neutron-converter\MCU_SDK_25.09.00+Linux_6.12.34_2.1.0\neutron-converter.exe Runtime rolled back accordingly Result: converted model loads, input changes, but outputs are still nearly constant and detections remain empty Example behavior with the rolled-back conversion/runtime: Input changes: INPUT range: min=0 max=255 mean=141.903 sum=43592724 INPUT range: min=0 max=255 mean=137.091 sum=42114370 INPUT range: min=1 max=255 mean=105.373 sum=32370478 Output remains nearly constant: classes_raw range: min=0.000000 max=0.019531 mean=0.000009 boxes_raw range: min=-2.926135 max=0.535502 mean=-0.30798 The conversion statistics for the rolled-back path show: operators after extract: 33 Neutron graphs: 4 operators total: 371 operators converted: 342 operators NOT converted: 29 This suggests that the live input reaches the model correctly, but the converted Neutron model path is not producing frame-dependent outputs for EfficientDet-Lite0. Could you please advise: Whether EfficientDet-Lite0 is expected to be supported correctly on i.MX95 with BSP LF_6.12.34_2.1.0. Whether this model is known to have issues with Neutron conversion on i.MX95. Whether there is a recommended reference object detection model for Neutron on this BSP that is known to behave correctly with live video. Whether this behavior indicates a converter issue, a delegate/runtime issue, or an unsupported operator pattern for EfficientDet-Lite0. Thank you in advance! Best regards, EOF Re: EfficientDet-Lite0 Neutron conversion on i.MX95 produces static outputs on LF_6.12.34_2.1.0 Hi @Rita_Wang, Thank you, I look forward for your reply. Have a nice day you too! Best regards, EOF Re: EfficientDet-Lite0 Neutron conversion on i.MX95 produces static outputs on LF_6.12.34_2.1.0 Hi @EOF , We will check in our side and then give you reply, please wait. Wish you have a nice day Best Regards Rita Re: EfficientDet-Lite0 Neutron conversion on i.MX95 produces static outputs on LF_6.12.34_2.1.0 Hi @Rita_Wang, I am using the i.MX 95 19mm x 19mm evaluation kit (EVK) (i.MX 95 19mm x 19mm Evaluation Kit | NXP Semiconductors) With  BSP: Linux imx95evk 6.12.34-lts I've attached the converted model (trained in COCO dataset) in this message.  This model was converted using (no additional flag only --input,--ouput,--target): C:\nxp\eIQ_Toolkit_v1.17.0\bin\neutron-converter\MCU_SDK_25.09.00+Linux_6.12.34_2.1.0\neutron-converter.exe Best regards,  EOF Re: EfficientDet-Lite0 Neutron conversion on i.MX95 produces static outputs on LF_6.12.34_2.1.0 Hi @EOF , Here we need more information, Could you please provide the customer's model for further analysis? Wish you have a nice day Best Regards Rita Re: EfficientDet-Lite0 Neutron conversion on i.MX95 produces static outputs on LF_6.12.34_2.1.0 Hi @Rita_Wang , Thank you for your reply. Yes, the non-coverted file is attached to this message. Thank you again, I look forward for your reply.  Have a nice day! Best regards, EOF Re: EfficientDet-Lite0 Neutron conversion on i.MX95 produces static outputs on LF_6.12.34_2.1.0 Hi @EOF , Could you provide us the source model ,not the neutron converted model to us ?  We can  try to convert the model on our side and validate if there are any accuracy issues. Thanks. Wish you have a nice day Best Regards Rita
查看全文