Multi Source Translation Content

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

Multi Source Translation Content

讨论

排序依据:
参考知识 64/5000 Seeking technical assistance regarding the flashing tool and firmware package for the M I am an IT technician who recently purchased an outdated industrial tablet online. The processor model is MCIMX6Q5EYM10AD QKM1715 5N55D MSIA GOkMOH. I now want to reinstall the operating system on this industrial tablet, either to a standard Android system or to Windows 10. However, despite searching extensively online, I am still at a loss. I would like to ask if there is any technical expert out there who could assist me? I am in need of a flashing tool or software, as well as a flashing package for this specific model of device, whether it's for Android or Windows 10. I hope this post finds you well. May good people be blessed with peace and prosperity. Thank you! Re: 参考知识 64/5000 Seeking technical assistance regarding the flashing tool and firmware package for t Thank you, may you have a pleasant life Re: 参考知识 64/5000 Seeking technical assistance regarding the flashing tool and firmware package for t Hello @huansensky  Hope you are doing very well. Actually, you should contact to your tablet vendor. We have our BSP for our Evaluation Boards. Also, we have Android.  But the software for the especific hardware should be provided by the vendor. Best regards, Salas.
查看全文
Question Regarding RFIDDiscover Setup for MIFARE SAM AV3 Evaluation Board Hello, I am using the MIFARE SAM AV3 Evaluation Board (UM11316). According to Section 7.4.1, RFIDDiscover requires the board to be connected through the ISO7816 interface using an Ashling IN-CLA7816 adapter and a compatible PC/SC reader. Could you please clarify: Is the Ashling IN-CLA7816 adapter mandatory, or can another ISO7816 adapter be used? Which PC/SC readers have been validated or are officially supported with the evaluation board and RFIDDiscover? Can you recommend a reader that is currently available for purchase? Thank you. Re: Question Regarding RFIDDiscover Setup for MIFARE SAM AV3 Evaluation Board Hello @boussihak, Hope you are doing well. MIFARE SAM AV3 Development Kit should already include a ISO/IEC 7816 Smart Card Reader Adapter that you can use. Also, I will recommend you using PEGODA Contactless Smart Card Reader; this device can be used in PC/SC mode and integrates a contact card slot. Regards, Eduardo.
查看全文
EB tresos エラー「ライセンスの検証に失敗しました」および「ファイルの署名が無効です」 私は EB tresos を使用して、S32K344 ベース RTD バージョン SW32K3_S32M27x_RTD_R21-11_4.0.0_P19 を構成します。 しかし、生成時にEBは以下のようなエラーを報告します。「ライセンスの検証に失敗しました」および「ファイルの署名が無効です」。 zyt_1-1784099845447.png RTDファイルを改変していないのですが、その理由は何でしょうか?どうやって解決すればいいのでしょうか? zyt_0-1784099845443.png Re: EB tresos error "Failed to verify license" and "The signature of file is invalid& ハイ パッケージ内のファイルを改変していないか必ず確認してください。そうしないと、その改変がライセンス違反につながる可能性があります。アンインストールして再インストールすることも可能です。また、 EB Tresos Studio 29.0.0を使用していることを確認してください。 S32K3標準ソフトウェア - > オートモーティブ ソフトウェア - S32K3/S32M27x - Cortex-M用リアルタイム・ドライバ - > S32K3_S32M27xリアルタイム・ドライバ ASR R21-11 バージョン4.0.0 P19 S32K3 標準ソフトウェア - > オートモーティブ SW - EB tresos Studio / AUTOSAR Configuration Tool - > EB tresos Studio 29.0.0 Hse_Ip_AesEncAsyncIrq_S32K344 と Wdg_Example_S32K344 のインポートで問題が発生したことはありません。 EBTresosのインストールパスにあるlinksフォルダ内に、ファイルSW32K3_S32M27x_RTD_R21-11_4.0.0_P19.linkが存在するかどうかを確認してください。以前、複数のバージョンのS32K3 RTD .linkが存在するケースに遭遇したことがあります特定のEBTresosバージョンの リンク フォルダ内のファイルがエラーを引き起こす可能性があります。 よろしくお願いいたします ロビン
查看全文
当“禁用帧超时”未选中时,S32G3 LLCE LIN 主站缺少接收响应 各位NXP专家,大家好! 我目前正在使用 S32G3 上的 LLCE 元器件(作为 LIN 主控运行)进行 LIN 实现。我们正在使用 S32G_LLCE_1_0_10。 我们在 LLCE LIN 固件的帧超时配置方面遇到了奇怪的问题,我想了解一些关于固件黑盒逻辑的内部细节或说明。 问题描述: 配置 LIN 通道时,如果“禁用帧超时”未选中(即启用超时检测),并将响应超时值设置为 14: LLCE LIN 主站成功将报头(中断 + 同步 + PID)发送到总线。 从节点接收到头部信息后,立即返回正确的数据和校验和。 但是,LLCE LIN 主站会随机或持续地无法捕获/接收数据。表现得好像数据被 LLCE 固件丢失或丢弃了一样。 找到解决方法: 如果我们在配置工具中仅勾选“禁用帧超时”(禁用固件的内部超时逻辑),同时保持所有其他硬件和物理总线环境完全相同: 主设备从不丢失任何数据,并成功接收从设备的每一个响应。 我们的问题: 由于 LLCE_firmware_user_guide.pdf 提供的关于内部状态机的信息非常有限,我们对这种行为感到困惑: LLCE固件内部是如何精确计算超时值“14”的?值 14 代表的是绝对微秒、比特时间,还是与特定 GPT/定时器时钟源相关的周期? 为什么即使从设备立即回复,主设备也无法获取响应?超时计数器是否有可能启动过早(例如,在报头传输完成之前),或者由于某些内部硬件/固件执行延迟,“14”作为阈值是否太小? 如果我们想在不丢弃有效响应的情况下保持帧超时保护处于活动状态,那么正确计算和设置此超时值的推荐方法是什么? 任何有关 LLCE LIN 固件内部时序逻辑的文档、应用笔记或见解都将不胜感激。 提前感谢! 此致, cjq Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked 你好, @cjq 谢谢你的解释。 1.如果选中“禁用帧超时”框,则 Lin 驱动程序将接受长度超过最大帧长度的帧。 2. 对于“LinResponseTimeout”,重置值为 0Eh = 14,对应于 T_Response_Maximum = 1.4 x T_Response_Nominal。这是 1 字节的响应超时持续时间(以比特时间为单位)。 BR 陈银   Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked 陈银你好, 感谢您的快速回复。以下是对您问题的解答,以及关于固件版本的更正: 硬件:我们使用的是基于 S32G3 的定制电路板,而不是 NXP 的官方参考电路板。 实现方式:我们没有直接运行官方示例。这是我们自行开发的,但它与 NXP 官方示例代码密切相关,并在此基础上进行了开发。 固件版本更正:我意识到我在最初的帖子中关于版本信息有误。我们实际使用的是S32G_LLCE_1_0_09 ,而不是S32G_LLCE_1_0_10。 请问您能否帮忙检查一下 1.0.09 版本中是否存在与 LIN 响应超时相关的已知错误,或者该特定固件版本是如何解释超时值“14”的? 此致敬礼,cjq Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked 你好, @cjq 感谢分享。 1. 请问您使用的是基于 S32G3 的定制板还是 NXP 的参考板? 2. 该问题是在您的自定义实现中发现的,还是在 NXP 配置的任何示例中发现的? BR 陈银 Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked 你好, @cjq 感谢您的回复。 如果帧超时被禁用且没有从设备响应,由于 LLCE_LIN 状态机既没有收到响应完成事件也没有收到超时事件,因此会出现问题。所以,如果需要检测无响应,请保持帧超时启用,或者实现一个应用程序级别的超时,以中止/重新初始化 LIN 通道。 BR 陈银 Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked 陈银你好, 谢谢你的解释。由于我们决定在应用程序中保持 DisableFrameTimeout 选中状态,因此具体的超时计算对我们来说不再是问题。 但是,我想确认启用 DisableFrameTimeout 时固件状态机的一个具体行为: 当 LIN 主设备发送报头而从设备未回复时,调用 Lin_GetStatus() 显示通道永久卡在 LIN_TX_BUSY状态。 在这种配置下,LLCE 固件的这种永久性 LIN_TX_BUSY 状态是否是预期和正常的运行状态? 我推测,由于帧超时逻辑完全被禁用,内部状态机将无限期地等待响应数据,并且永远不会自动退出忙碌状态。我只是想确认一下我的理解是否与官方设计一致。 此致敬礼,cjq
查看全文
FIT rate based on SN29500 for FS26 PMIC For FS26 PMIC - Can you please provide FIT rate value based on SN29500-2 with details of which table is used from SN92500-2 along with part category + Reference Virtual Tj values. Functional Safety Re: FIT rate based on SN29500 for FS26 PMIC That's not the public documentation please submit your ticket from below link: Home
查看全文
边缘人工智能 如何迈出应用边缘人工智能的第一步?
查看全文
S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked Hi NXP Experts, I am currently working on the LIN implementation using the LLCE component on S32G3 (running as a LIN Master). We are using S32G_LLCE_1_0_10. We have encountered a strange behavior regarding the Frame Timeout configuration in the LLCE LIN firmware, and I would like to seek some internal details or clarifications about the firmware's black-box logic. Problem Description: When configuring the LIN channel with "Disable Frame Timeout" UNCHECKED (meaning timeout detection is enabled) and setting the Response Timeout value to 14: The LLCE LIN Master successfully transmits the Header (Break + Sync + PID) to the bus. The Slave node receives the Header and responds with the correct Data + Checksum immediately. However, the LLCE LIN Master randomly or constantly fails to capture/receive the data. It behaves as if the data is lost or dropped by the LLCE firmware. Workaround Found: If we simply CHECK "Disable Frame Timeout" (disabling the firmware's internal timeout logic) in the configuration tool while keeping all other hardware and physical bus environments exactly the same: The Master never drops any data and successfully receives every single response from the Slave. Our Questions: Since the LLCE_firmware_user_guide.pdf provides very limited information about the internal state machine, we are confused by this behavior: How is the timeout value "14" precisely calculated inside the LLCE firmware? Does a value of 14 represent absolute microseconds, bit times, or cycles related to a specific GPT/timer clock source? Why does the Master fail to grab the response even when the Slave replies immediately? Is it possible that the timeout counter starts too early (e.g., before the Header finishes transmitting), or is "14" too small a threshold due to some internal hardware/firmware execution latency? What is the recommended way to properly calculate and set this timeout value if we do want to keep the Frame Timeout protection active without dropping valid responses? Any documentation, application notes, or insights into the LLCE LIN firmware's internal timing logic would be highly appreciated. Thanks in advance! Best regards, cjq Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked Hello, @cjq  Thanks for your clarification. 1. If DisableFrameTimeout box is checked, then Lin driver will accept the frame that is longer than Maximal Frame Length. 2. For "LinResponseTimeout", the reset value is 0Eh = 14, corresponding to T_Response_Maximum = 1.4 x T_Response_Nominal. This is the response timeout duration (in bit time) for 1 byte. BR Chenyin   Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked Hi Chenyin, Thank you for your quick response. Here are the clarifications to your questions, along with a correction regarding the firmware version: Hardware: We are using a custom board based on S32G3, not the official NXP reference board. Implementation: We are not running the official example directly. It is our custom implementation, but it is closely referenced and developed based on the official NXP sample code. Correction on Firmware Version: I realized I made a mistake regarding the version in my initial post. We are actually using S32G_LLCE_1_0_09, not S32G_LLCE_1_0_10. Could you please help check if there are any known bugs related to the LIN response timeout in version 1.0.09, or how the timeout value "14" is interpreted by this specific firmware version? Best regards, cjq Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked Hello, @cjq  Thanks for the post. 1. May I know if you are working with a S32G3 based custom board or reference board from NXP? 2. Is the issue found in your custom implementation or from any samples provisioned by NXP? BR Chenyin Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked Hi Chenyin, Thank you for the clarification. Since we have decided to keep DisableFrameTimeout checked for our application, the specific timeout calculation is no longer an issue for us. However, I would like to confirm one specific behavior regarding the firmware's state machine when DisableFrameTimeout is enabled: When the LIN Master transmits a Header and the Slave fails to reply, calling Lin_GetStatus() shows that the channel remains permanently stuck in the LIN_TX_BUSY state. Is this permanent LIN_TX_BUSY state the expected and normal behavior of the LLCE firmware under this configuration? I assume that because the frame timeout logic is entirely disabled, the internal state machine will wait indefinitely for the response data and will never automatically transition out of the busy state. I just want to verify if my understanding aligns with the official design. Best regards, cjq Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked Hello, @cjq  Thanks for your reply. With frame timeout disabled and no slave response, since LLCE_LIN state machine receives neither a response-complete event nor a timeout event, there would be issues, so If no-response detection is required, keep frame timeout enabled or implement an application-level timeout that aborts/reinitializes the LIN channel. BR Chenyin
查看全文
S32K144 MCU 配置问题 您好,NXP支持团队, 我正在使用 EB tresos / NXP MCAL AUTOSAR 4.2.2 开发一个 S32K144 项目。生成并烧录 MCU 配置后,电路板停止响应调试器。 问题概要: 刷写生成的MCU配置后: 调试器无法检测到该板。 调试连接失败。 LED指示灯持续亮着。 即使再次尝试连接调试器,电路板似乎也无法恢复。 我怀疑MCU可能卡在复位状态、时钟故障、PLL锁定故障或时钟监测复位循环中。 请问您能否帮忙验证一下我的 EB tresos.xdm 文件?配置并确认: SOSC 配置是否适用于 S32K144。 SPLL配置是否有效。 启用 SOSC/SPLL 时钟监视器 RESET 是否会导致这种无法恢复的调试问题。 我的 RUN/SYS/CORE/BUS/FLASH 时钟参考配置是否正确。 仅使用 FIRC 48 MHz 时,为了实现安全的恢复配置,应该使用哪些确切的 EB tresos 设置? 如果调试访问失败,如何恢复板? 我尝试重新连接调试器,但开发板无法恢复。请提供针对 S32K144 故障码的具体恢复步骤,例如: -连接 RESET 批量擦除 -恢复受保护的设备 -连接期间禁用用户代码执行 -PEMicro / OpenSDA / J-Link 恢复步骤 此致, 艾西瓦娅
查看全文
基于 SN29500 的 FS26 PMIC 的 FIT 率 对于 FS26 PMIC - 请提供基于 SN29500-2 的 FIT 率值,并详细说明使用 SN92500-2 中的哪个表以及部件类别 + 参考虚拟 Tj 值。 功能安全 Re: FIT rate based on SN29500 for FS26 PMIC 那不是公开文档,请通过以下链接提交您的工单: 家用
查看全文
S32G3 LLCE LIN マスターが「フレームタイムアウトを無効にする」がチェックアウトされているときにRx応答が欠けています NXPのエキスパートの皆様、こんにちは。 現在、S32G3(LINマスターとして動作)でLLCEコンポーネントを使ったLIN実装に取り組んでいます。私たちはS32G_LLCE_1_0_10を使用しています。 LLCE LINファームウェアのフレームタイムアウト構成に関して奇妙な挙動に遭遇しており、ファームウェアのブラックボックスロジックについて内部の詳細や説明を求めたいと思います。 問題の説明: LINチャネルを「Disable Frame Timeout」がUNCHECK(タイムアウト検出が有効)に設定し、Response Timeout値を14に設定した場合: LLCE LINマスターはヘッダー(ブレーク+同期+PID)をバスに正常に送信します。 スレーブノードはヘッダーを受信し、正しいデータとチェックサムを即座に返信します。 しかし、LLCEのLINマスターはランダムまたは継続的にデータの取得・受信に失敗します。データがLLCEファームウェアによって失われたり、破棄されたりしたかのように動作します。 回避策が見つかりました: 他のすべてのハードウェアおよび物理バス環境をまったく同じに保ったまま、設定ツールで「フレームタイムアウトを無効にする」(ファームウェアの内部タイムアウトロジックを無効にする)にチェックを入れるだけで次のようになります。 マスターはデータを一切ドロップせず、スレーブからのすべての応答を正常に受信します。 私たちの質問: LLCE_firmware_user_guide.pdfには内部ステートマシンに関する情報が非常に限られているため、この動作に困惑しています。 LLCEファームウェア内部では、タイムアウト値「14」はどのように正確に計算されるのですか?値14は、特定のGPT/タイマークロックソースに関連する絶対マイクロ秒、ビット時間、またはサイクルを表しますか? 奴隷が即座に返答したにもかかわらず、なぜ主人はその反応を捉えられないのか?タイムアウトカウンターが早すぎる(例えばヘッダーの送信が終わる前)に始まっている可能性はありますか?それとも「14」という閾値が内部ハードウェアやファームウェアのレイテンシのために小さすぎるのでしょうか? 有効な応答を破棄することなくフレームタイムアウト保護を有効にしたままにしたい場合、このタイムアウト値を適切に計算して設定するための推奨される方法はありますか? LLCE LINファームウェアの内部タイミングロジックに関するドキュメントやアプリケーションノート、洞察があれば大変ありがたいです。 よろしくお願いいたします! よろしくお願いします、 cjq Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked こんにちは、 @cjq ご説明ありがとうございます。 1.DisableFrameTimeoutボックスにチェックを入れると、Linドライバーは最大フレーム長より長いフレームを受け入れます。 2. 「LinResponseTimeout」の場合、リセット値は0Eh = 14で、これはT_Response_Maximum = 1.4 x T_Response_Nominalに対応します。これは1バイトの応答タイムアウト時間(ビット時間)です。 BR チェイン   Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked こんにちは、チェンインさん 迅速なご対応ありがとうございます。ご質問への回答と、ファームウェアのバージョンに関する訂正事項を以下にご説明いたします。 ハードウェア:弊社では、NXPの公式リファレンスボードではなく、S32G3をベースにしたカスタムボードを使用しています。 実装:公式のサンプルを直接実行しているわけではありません。これは当社独自の実装ですが、NXPの公式サンプルコードを参考に開発されています。 ファームウェアバージョンの訂正:最初の投稿でバージョンに関して間違いがあったことに気づきました。実際にはS32G_LLCE_1_0_10ではなく、S32G_LLCE_1_0_09を使用しています。 バージョン1.0.09のLIN応答タイムアウトに関連する既知のバグや、この特定のファームウェアバージョンでタイムアウト値「14」がどう解釈されるか確認を手伝ってもらえますか? よろしくお願いいたします、cjq Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked こんにちは、 @cjq 投稿ありがとうございます。 1. NXPのS32G3ベースのカスタムボード、またはリファレンスボードのどちらをお使いでしょうか? 2. この問題は、お客様独自の実装で発生したものですか、それともNXPが提供するサンプルで発生したものですか? BR チェイン Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked こんにちは、チェンインさん ご説明いただきありがとうございます。アプリケーションでDisableFrameTimeoutをチェックし続けることに決めたため、特定のタイムアウト計算は問題になりません。 ただし、DisableFrameTimeoutが有効になっている場合のファームウェアの状態マシンに関する特定の動作について確認しておきたいと思います。 LINマスターがヘッダーを送信し、スレーブが応答しない場合、Lin_GetStatus()を呼び出すとチャネルがLIN_TX_BUSY状態に永久に 固定 されます。 この構成において、LIN_TX_BUSY状態が永続的に続くのは、LLCEファームウェアの想定される正常な動作なのでしょうか? フレームタイムアウトロジックが完全に無効になっているため、内部ステートマシンは応答データを無期限に待ち続け、ビジー状態から自動的に移行することはないだろうと私は推測します。自分の理解が公式設計と一致しているか確認したいだけです。 よろしくお願いいたします、cjq Re: S32G3 LLCE LIN Master missing Rx response when "Disable Frame Timeout" is unchecked こんにちは、 @cjq ご返信ありがとうございます。 フレームタイムアウトが無効でスレーブ応答がない場合、状態機械LLCE_LIN応答完了イベントもタイムアウトイベントも受け取らないため、問題が生じます。したがって、応答なし検出が必要な場合はフレームタイムアウトを有効にするか、LINチャネルを中止・再初期化するアプリケーションレベルのタイムアウトを実装してください。 BR チェイン
查看全文
IMXRT LPUART non-blocking transfer API makes error handling difficult Hi, I've been looking at the "transfer" API for LPUART, for interrupt-based non-blocking transfers.  It seems to do a decent job of wrapping all the "happy case" handling of LPUART interrupts, etc, and providing a good high level API for just receiving data when it's ready (i.e. handling IDLE, RX ready, TX complete, etc).  However, it makes handling UART errors very difficult.  There is no error handling inside the LPUART_TransferHandleIRQ function, and just after that function in fsl_lpuart.c is a bogus empty LPUART_TransferHandleErrorIRQ containing a comment "To be implemented by the user".  This looks completely half-baked. The only way to actually handle UART errors seems to be to override the default LPUARTx_IRQHandler functions so that instead of calling LPUARTx_RX_DriverIRQHandler (or TX), you'd have to call your own function that handles errors and passes on "happy case" interrupts to the original LPUARTx_RX/TX_DriverIRQHandler so it can call into LPUART_TransferHandleErrorIRQ. In addition you'd have to enable those error interrupts yourself outside the transfer API by calling LPUART_EnableInterrupts, and in your error handling also call LPUART_DisableInterrupts and deal with clearing them, etc. This seems like a lot of extra hassle to handle errors.  Why is this not baked into the transfer API itself? -m Re: IMXRT LPUART non-blocking transfer API makes error handling difficult Hello @nxp16, Thank you for the detailed feedback. I understand that the SDK could be a little ambiguous since these are intended to provide a common use cases for each peripheral functionality. We are constantly working to improve our APIs thanks also of recommendations like this. Thank you for the recommendations, and we hope that LPUART's error handling will be implemented in future releases. On the other hand, could you please let me know which specific error conditions you are interested in handling and which device you are using? With that information, I can suggest documentation related to those error conditions that may help with your implementation. BR Habib Re: IMXRT LPUART non-blocking transfer API makes error handling difficult Hello @nxp16, I understand that this may require additional development time, sorry for that, we continuing working to improve our SDKs. As a reference, you may review the following structure of the SDK (version 26.6) function called "LPUART_TransferHandleIRQ" and implement a similar recovery flow as your application requires. Habib_MS_1-1784062752001.png BR Habib Re: IMXRT LPUART non-blocking transfer API makes error handling difficult All possible errors.  This applies to pretty much all peripherals (SPI, I2C, etc) that have a transfer API but no error handling.  LPUART on IMXRT1172 specifically has framing, parity, and noise errors that aren't handled.  Unfortunately right now all these peripherals require some hacking to handle errors when using the transfer API.  I had to override the actual default IRQ handlers to check for errors before calling the SDK handler. Thanks, -m Re: IMXRT LPUART non-blocking transfer API makes error handling difficult Hello @nxp16, Please let me know if you have any further questions. BR Habib Re: IMXRT LPUART non-blocking transfer API makes error handling difficult Yes, I've already implemented something similar.  Thanks for sending that.
查看全文
S32K144 MCU config issue Hello NXP Support Team, I am working on an S32K144 project using EB tresos / NXP MCAL AUTOSAR 4.2.2. After generating and flashing the MCU configuration, the board stopped responding to the debugger. Issue Summary: After flashing the generated MCU configuration: The board is no longer detected by the debugger. The debug connection fails. The LED remains continuously ON. The board does not seem to recover even after trying debugger connection again. I suspect the MCU may be stuck in reset, clock failure, PLL lock failure, or a clock monitor reset loop. Could you please help verify my EB tresos .xdm configuration and confirm: Whether the SOSC configuration is correct for S32K144. Whether the SPLL configuration is valid. Whether enabling SOSC/SPLL clock monitor reset can cause this kind of unrecoverable debug issue. Whether my RUN/SYS/CORE/BUS/FLASH clock reference configuration is correct. What exact EB tresos settings should be used for a safe recovery configuration using only FIRC 48 MHz. How to recover the board if debug access is failing. I tried reconnecting the debugger, but the board is not recovering. Please suggest the exact recovery procedure for S32K144, such as: -Connect under reset -Mass erase -Recover secured device -Disable user code execution during connect -PEMicro / OpenSDA / J-Link recovery steps Regards, Aishwarya
查看全文
エッジAI Edge AIで最初の一歩を踏み出すにはどうすればいいですか?
查看全文
EB tresos 错误“无法验证许可证”和“文件签名无效” 我使用 EB tresos 配置 S32K344 基本 RTD 版本 SW32K3_S32M27x_RTD_R21-11_4.0.0_P19SW32K3_S32M27x_RTD_R21-11_4.0.0_P19。 但是生成时,EB 报告如下错误:“无法验证许可证”和“文件签名无效”: zyt_1-1784099845447.png 我没有修改RTD文件,那么可能是什么原因导致的呢?该如何解决? zyt_0-1784099845443.png Re: EB tresos error "Failed to verify license" and "The signature of file is invalid& HI 请确保您没有修改软件包中的任何文件,否则修改将导致违反许可协议。您也可以尝试卸载后再重新安装。另外,请确保您使用的是EB Tresos Studio 29.0.0 版本。 S32K3 标准软件-> 汽车软件 - S32K3/S32M27x - Cortex-M 实时驱动程序 -> S32K3_S32M27x 实时驱动程序 ASR R21-11 版本 4.0.0 P19 S32K3 标准软件-> 汽车软件 - EB tresos Studio / AUTOSAR 配置工具 -> EB tresos Studio 29.0.0 导入 Hse_Ip_AesEncAsyncIrq_S32K344 和 Wdg_Example_S32K344 时,我没有遇到任何问题。 请检查 EBTresos 安装路径下的links文件夹中是否存在文件SW32K3_S32M27x_RTD_R21-11_4.0.0_P19.link 。我之前遇到过存在多个 S32K3 RTD .link 版本的情况。某些 EBTresos 版本中links文件夹中的文件可能会导致错误。 此致敬礼, Robin
查看全文
edge ai How can go first step with edge AI?
查看全文
参考知识 64/5000 寻求有关 M 的刷机工具和固件包的技术帮助 我是一名IT技术员,最近在网上购买了一台过时的工业平板电脑。处理器型号为 MCIMX6Q5EYM10AD QKM1715 5N55D MSIA GOkMOH。我现在想在这台工业平板电脑上重新安装操作系统,要么安装标准的安卓系统,要么安装Windows 10。然而,尽管我在网上进行了广泛的搜索,我仍然一头雾水。我想请问是否有技术专家可以帮帮我?我需要一款刷机工具或软件,以及适用于这款特定型号设备的刷机包,无论是安卓系统还是Windows 10系统都可以。希望你一切安好。愿善良的人们蒙受和平与繁荣的祝福。谢谢你! Re: 参考知识 64/5000 Seeking technical assistance regarding the flashing tool and firmware package for t 谢谢,祝您生活愉快 Re: 参考知识 64/5000 Seeking technical assistance regarding the flashing tool and firmware package for t 你好@huansensky 希望你一切都好。 实际上,你应该联系你的平板电脑供应商。 我们有评估板的电路板支持包。此外,我们还有安卓系统。 但是,特定硬件的软件应该由供应商提供。 顺祝商祺! 萨拉斯。
查看全文
S32K144 MCUの設定問題 こんにちは、NXPサポートチームの皆さん、 私はEB Tresos / NXP MCAL AUTOSAR 4.2.2を使って、S32K144プロジェクトに取り組んでいます。MCUの設定を生成しフラッシュした後、ボードはデバッガに応答しなくなりました。 問題の概要: 生成されたMCU構成をフラッシュした後: デバッガーがボードを検出しなくなりました。 デバッグ接続に失敗しました。 LEDは点灯し続けます。 デバッガー接続を再度試みても、ボードは復旧しないようです。 MCUがリセット、クロック障害、PLLロック障害、またはクロックモニターリセットループに陥っているのではないかと疑っています。 私の EB tresos の確認を手伝ってもらえますか。.xdm設定と確認: S32K144に対してSOSC構成が正しいかどうか。 SPLL構成が有効かどうか。 SOSC/SPLLクロックモニターリセットを有効にすると、このような回復不能なデバッグ問題を引き起こす可能性があるのか。 私のRUN/SYS/CORE/BUS/FLASHクロックのリファレンス設定が正しいかどうか。 FIRC 48 MHzのみを使用した安全な復旧構成には、具体的にどのようなEBトレソ設定を使用すべきでしょうか。 デバッグアクセスが失敗した場合、基板を復元する方法。 デバッガーを再接続してみましたが、ボードは復旧しません。S32K144の正確な回復手順を教えてください。例えば: -リセット中に接続 -マス消去 -セキュアデバイス回収 - 接続時にユーザーコードの実行を無効にする -PEMicro / OpenSDA / J-Link 復旧ステップ よろしくお願いいたします。 アイシュワリヤー
查看全文
关于 MIFARE SAM AV3 评估板的 RFIDDiscover 设置的问题 你好, 我正在使用 MIFARE SAM AV3 评估板 (UM11316)。根据第 7.4.1 节,RFIDDiscover 需要使用 Ashling IN-CLA7816 适配器和兼容的 PC/SC 阅读器,通过 ISO7816 接口连接电路板。 请问您能否澄清一下: Ashling IN-CLA7816 适配器是必需的吗?还是可以使用其他 ISO7816 适配器? 哪些 PC/SC 阅读器已经过验证或获得评估板和 RFIDDiscover 的官方支持? 您能推荐一款目前市面上可以买到的阅读器吗? 谢谢! Re: Question Regarding RFIDDiscover Setup for MIFARE SAM AV3 Evaluation Board 你好@boussihak , 希望你一切都好。 MIFARE SAM AV3 开发套件应该已经包含一个您可以使用的 ISO/IEC 7816 智能卡读卡器适配器。 另外,我建议您使用PEGODA 免接触式智能卡读卡器;该设备可在 PC/SC 模式下使用,并集成了一个接触式卡槽。 问候, 爱德华多。
查看全文
参考知识 64/5000 Mのフラッシュツールおよびファームウェアパッケージに関する技術支援を求めています 私はIT技術者で、最近オンラインで古いインダストリアルタブレットを購入しました。プロセッサモデルは5N55D MSIA GOkMOH MCIMX6Q5EYM10AD QKM1715です。今、この産業用タブレットにOSを再インストールしたいと考えています。標準のAndroidシステムかWindows 10のいずれかに。しかし、インターネットで徹底的に検索してみたものの、いまだに解決策が見つからない。技術的な専門家で助けてくれる方がいれば教えていただけますか?この特定のデバイスモデル(Android向けでもWindows 10用でも)向けのフラッシュツールやソフトウェア、そしてフラッシュパッケージが必要です。この投稿があなたにとって良い知らせとなることを願っています。善良な人々が平和と繁栄に恵まれますように。ありがとう! Re: 参考知识 64/5000 Seeking technical assistance regarding the flashing tool and firmware package for t ありがとうございます。どうぞ楽しい人生をお過ごしください。 Re: 参考知识 64/5000 Seeking technical assistance regarding the flashing tool and firmware package for t こんにちは、 @huansensky さん。 お元気でお過ごしのことと思います。 実際には、タブレットの販売業者に連絡したほうがいいですよ。 評価ボードには BSP があります。それに、 Androidもあります。 ただし、特定のハードウェア用のソフトウェアはベンダーが提供すべきです。 よろしくお願いいたします。 サラス。
查看全文
MIFARE SAM AV3評価ボードのRFIDDiscoverセットアップに関する質問 こんにちは、 私はMIFARE SAM AV3評価ボード(UM11316)を使っています。セクション7.4.1によると、RFIDDiscoverでは、ボードをAshling IN-CLA7816アダプターと対応PC/SCリーダーを用いてISO7816インターフェース経由で接続する必要があります。 もう少し詳しく教えていただけますか: Ashling IN-CLA7816アダプターは必須ですか?それとも別のISO7816アダプターも使えますか? どのPC/SCリーダーが評価ボードやRFIDDiscoverで検証済み、または公式にサポートされているのでしょうか? 現在購入可能なリーダーをおすすめしてもらえますか? よろしくお願いします。 Re: Question Regarding RFIDDiscover Setup for MIFARE SAM AV3 Evaluation Board こんにちは、 @boussihak さん、 あなたの調子が良いといいのですが。 MIFARE SAM AV3開発キット には、すでに使用可能なISO/IEC 7816スマートカードリーダーアダプターが含まれているはずです。 また、 PEGODAのコンタクトレススマートカードリーダーの使用をおすすめします。このデバイスはPC/SCモードで使用可能で、接点カードスロットを統合しています。 よろしくお願いいたします。 エドゥアルド。
查看全文