Multi Source Translation Content

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

Multi Source Translation Content

讨论

排序依据:
FS26 PMICのSN29500に基づくFIT率 FS26 PMICについてですが、SN29500-2に基づくFITレート値と、SN92500-2からどのテーブルが使われているかの詳細、部品カテゴリ+参照仮想Tj値などを教えていただけますか? 機能安全 Re: FIT rate based on SN29500 for FS26 PMIC これは公開されたドキュメントではありません。以下のリンクからチケットを提出してください: 家庭用
查看全文
EB tresos error "Failed to verify license" and "The signature of file is invalid" I use EB tresos to config S32K344 base RTD version SW32K3_S32M27x_RTD_R21-11_4.0.0_P19SW32K3_S32M27x_RTD_R21-11_4.0.0_P19. But when generate, EB report error like below, about "Failed to verify license" and "The signature of file is invalid": zyt_1-1784099845447.png I didn't modify the RTD files, so what might be the reason, how to solve that? zyt_0-1784099845443.png Re: EB tresos error "Failed to verify license" and "The signature of file is invalid& Hi Please make sure that you didn't modify any file in the package, otherwise the modification will lead to license violation. You can also try to uninstall and install again. Also, make sure that you  are using EB Tresos Studio 29.0.0. S32K3 Standard Software -> Automotive SW - S32K3/S32M27x - Real-Time Drivers for Cortex-M -> S32K3_S32M27x Real-Time Drivers ASR R21-11 Version 4.0.0 P19 S32K3 Standard Software -> Automotive SW - EB tresos Studio / AUTOSAR Configuration Tool -> EB tresos Studio 29.0.0 I haven't encountered any problems importing Hse_Ip_AesEncAsyncIrq_S32K344 and Wdg_Example_S32K344. Please check if the file SW32K3_S32M27x_RTD_R21-11_4.0.0_P19.link exists in the links folder under your EBTresos installation path. I have previously encountered cases where the presence of multiple versions of S32K3 RTD .link files in the links folder of certain EBTresos versions could cause errors. Best Regards, Robin
查看全文
Developing a Dual-Motor EV Control System with Model-Based Design Toolbox 1 Introduction This article series presents the Motor Control System (MCS) within an electric vehicle (EV) architecture. It introduces the end-to-end development flow, from controller and plant modeling to simulation, code generation, hardware deployment, and integration with the rest of the vehicle network. This opening article establishes the technical foundation for a series focused on the architecture, implementation, and integration of a dual-motor control system for EV traction applications. The series also shows how MathWorks tools can be used together with NXP software and hardware to support a Model-Based Design workflow. This approach helps engineers develop, verify, and deploy motor control applications more efficiently while maintaining traceability across the development cycle. RoleOfMCS.jpg Figure 1-1. Role of the Motor Control System within the EV traction domain 2 Table of Contents • Introduction • Overview • Context • References • Conclusion 3 Overview 3.1. What will this series of articles cover? The articles in this series define the development roadmap for the Motor Control System within a broader EV architecture. The series covers the following topics: Software and Hardware Environment - Overview of the MathWorks and NXP tools used to develop, test, and validate a dual-motor control system. Architecture and Model Description - Description of the model architecture, signal interfaces, and core control algorithms implemented in the Motor Control System. Model-in-the-Loop Development - Simulation of the controller and plant in Simulink to validate algorithms before code generation. Software-in-the-Loop Validation - Code generation for the validated controller and comparison of the generated software against the Model-in-the-Loop baseline. Processor-in-the-Loop Validation - Execution of the controller on NXP hardware while the plant remains simulated on the host system. Deployment and Validation on Real Hardware - Integration with physical hardware, scaling from single-motor to dual-motor operation, and configuration of the NXP MCU peripherals required for motor control. CAN Integration - Definition of the CAN communication interface, including database design and integration on the target NXP platform. Results and System Validation - Presentation of the final implementation results and validation of the complete system behavior. 3.2. What is the Motor Control System? Electric vehicles depend on traction systems that deliver efficient propulsion, accurate torque control, and safe operation. At the center of this functionality is the Motor Control System (MCS), which combines real-time control software, power electronics, sensing, actuation, and communication interfaces into a tightly coordinated embedded system. PMSM.jpg Figure 3-1. PMSM motor and controller as core elements of the traction system In modern EVs, the traction system delivers the torque and power needed to propel the vehicle. It is typically composed of the following elements: Electric motor - converts electrical energy from the battery into mechanical power at the wheels. Inverter system - converts DC energy from the battery into the controlled AC waveforms required by the motor. Transmission system - transfers the generated torque from the motor to the wheels. At its core, the Motor Control System regulates motor torque, speed, and position by controlling the voltage and current applied to the motor phases. A typical MCS includes the following functional layers: Control Algorithm - implements torque and current control strategies such as Field-Oriented Control (FOC). Sensing and Feedback - measures motor currents, voltages, rotor position, and temperature. Power Electronics - inverter circuitry that switches DC power into AC waveforms for motor drive. Embedded Processor - microcontroller executing real-time control loops. Communication Interfaces - CAN, LIN, or Ethernet for integration with other system modules. Together, these layers form a closed-loop control system that operates at high switching frequencies and under strict real-time constraints. FOC.png Figure 3-2. Field-Oriented Control (FOC) architecture EV traction systems can be implemented using different architectures depending on the required balance of efficiency, performance, cost, and system complexity. A single-motor architecture uses one traction motor to drive either the front or rear axle. This approach reduces hardware complexity and cost, and it often improves vehicle range because of lower mass and lower overall energy consumption. A dual-motor architecture uses two independent traction machines that can be arranged in several drivetrain topologies. This configuration enables higher total power, better traction, improved vehicle dynamics, and stronger acceleration. The tradeoff is increased electrical and mechanical complexity, together with higher system cost. DualMotor.png Figure 3-3. Example dual-motor traction architecture Advantages & Disadvantages of Dual Motor: Acceleration faster due to torque from both motors Superior traction and handling, especially in snow, rain or off-road conditions Slightly lower range due to increased weight and power consumption More expensive but can include AWD and performance benefits Advantages & Disadvantages of Single Motor: Slightly better range due to less energy consumption More affordable Moderate traction, suitable for most road conditions Slower acceleration Note: The example used throughout this series is based on a dual-motor rear-axle architecture, where each rear wheel is driven by its own motor. 3.3. Target Audience This series is intended for engineers and technical stakeholders involved in the development, integration, and evaluation of electric drive systems, including the following audiences: Embedded Software Engineers Motor Control & Power Electronics Engineers System Architects & Vehicle Architecture Engineers Hardware Engineers Model-Based Design and Simulink Developers Academic and Research Communities 4 Context In the electric vehicle architecture presented in this series, the Motor Control System is located in the rear zone of the vehicle. Each rear wheel is driven by an independent Permanent Magnet Synchronous Motor (PMSM). The Motor Control System ECU coordinates both motors and exchanges real-time data with the rest of the vehicle over the CAN network. DemoArch.png Figure 4-1. Motor Control System highlighted within the EV architecture The traction ECU is built around NXP's S32K396 microcontroller, which supports both single 6-phase motor control and dual 3-phase motor configurations. The inverter stage is driven by the MC33937 pre-driver, which provides three high-side and three low-side FET pre-drivers for automotive motor control applications. Note: The inverter receives DC power from the vehicle battery, while battery operation and safety are supervised by the Battery Management System. The Motor Control System communicates over CAN with the Zone Node controller, which in turn exchanges commands and status information with the main vehicle control node responsible for speed and torque requests. 5 References PMSM Control Workshop BLDC Control Workshop A Model-Based Design (MBDT) Environment for Motor Control Algorithm Development Deploy Motor Control Algorithms on NXP S32K3 from Simulink Motor Control Rapid Prototyping on NXP S32M2 with MathWorks and Model-Based Design Toolbox Next Generation of NXP EV Traction Inverter with S32K39 MCU and FS26 SBC AN14326: 3-phase Motor Control Kit with S32K396 Application Note AN13884: 3-phase Sensorless PMSM Motor Control Kit with S32K344 using RTD AUTOSAR API Application Note Advancing Motor Control Performance with Digital Twins Extended Range Dual-Motor Electric Vehicle Model 6 Conclusion This article introduced the Motor Control System within an EV architecture and established the technical context for the rest of the series. It explained the role of the Motor Control System, compared single-motor and dual-motor traction topologies, and outlined how a Model-Based Design workflow can be applied using MathWorks tools together with NXP software and hardware. The next article will focus on the software and hardware environment required to develop, simulate, and deploy the Motor Control System using MathWorks and NXP solutions.
查看全文
SE050E2HQ1/Z01Z3Z所需的热数据 各位同事好, 我正在寻找以下零件编号的热阻数据和工作结温信息: SE050E2HQ1/Z01Z3Z 谢谢,此致敬礼。 残酷的 Smart Card Re: Thermal Data required for SE050E2HQ1/Z01Z3Z 你好@Harsh_Bhavsar , 详情请参阅https://www.nxp.com/docs/en/data-sheet/SE051.pdf 。它们几乎相同。 真挚地, 坎 Re: Thermal Data required for SE050E2HQ1/Z01Z3Z 你好 Kan_Li, 感谢您的回复,数据手册很有帮助。 你能帮我查一下这个器件的最大允许结温吗?或者我可以考虑一下它的工作温度吗? 谢谢,此致敬礼。 残酷的 Re: Thermal Data required for SE050E2HQ1/Z01Z3Z 你好 kan, 这真是非常有用的信息。 谢谢,此致敬礼。 残酷的 Re: Thermal Data required for SE050E2HQ1/Z01Z3Z 你好@Harsh_Bhavsar , 工作时的最大结温仅比工作温度略高,因为内部温度传感器在110°C左右开始触发信号。 祝你有美好的一天, 坎 ------------------------------------------------------------------------------- 笔记: - 如果此回复解答了您的问题,请点击“标记为正确答案”按钮。谢谢你! - 我们会持续关注帖子,从最后一条回复发出后持续7周,之后的回复将被忽略。 如果您之后有相关问题,请另开新帖并引用已关闭的帖子。 -------------------------------------------------------------------------------
查看全文
找不到 FRDM MCX A266 的引脚配置工具 找不到现场引脚配置工具。 FRDM 培训 Re: Can't find pin configuration tool for FRDM MCX A266 你好, 如果您是该工具的初学者,以下信息或许对您有所帮助。 MCUXpresso 配置工具的快速入门指南 MCUXpresso 配置工具用户指南(IDE) 如果您需要查找某些信息或工具,与我们联系。 此致敬礼,路易斯 Re: Can't find pin configuration tool for FRDM MCX A266 找到https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-config-tools-pins-clocks-and-peripherals:MCUXpresso-Config-Tools Re: Can't find pin configuration tool for FRDM MCX A266 感谢您的回复。 如果可以的话,请您提供这些工具的逐步配置示例,我将不胜感激。 Re: Can't find pin configuration tool for FRDM MCX A266 你好, 这取决于您想要达成的目标,如果您能确认或描述一下您需要协助完成哪个流程,那就太好了。 此外, MCUXpresso 配置工具用户指南(IDE)第 3 章是引脚配置说明,其中包含步骤和照片,可引导您了解工具功能并匹配您的配置。 此致敬礼,路易斯 Re: Can't find pin configuration tool for FRDM MCX A266 好的,谢谢。我现在想做的是一件很简单的事。 定义 4 个 DAC 通道和 4 个 ADC 通道。 将它们内部路由到 4 个 ADC 通道,以形成闭合回路。 测试这些信号是否到达,然后乘以输入的数量。 再次乘以该数并衡量其性能。 定义通过 USB 串口输出日志信息的功能,用于调试和结果展示。
查看全文
ARM 2018.R1用S32 Design Studioのライセンス延長申請 現在、私たちの製品の一つには ARM 2018.R1(Windows)用のS32 Design Studio を使用しています 。ライセンスは最近期限切れとなり、ソフトウェアのアクティベートができません。 アクティベーションコードを使ってアクティベーションキーを生成しようとすると、生成されたキーも期限切れと報告され、IDEの使用ができません。 当社の認証コードは以下のとおりです。 アクティベーションコード: FF6A-EDA4-CDF0-7186 このアクティベーションコードに関連するライセンスの延長または更新、またはソフトウェアへのアクセスを取り戻すための適切な手順についてアドバイスをいただけますか? このプロジェクトはこの開発環境に依存しているため、皆様のご協力は大変ありがたいです。 よろしくお願いします。 Re: Request to Extend License for S32 Design Studio for ARM 2018.R1 こんにちは、 お客様のS32DSライセンスが延長されました。 Re: Request to Extend License for S32 Design Studio for ARM 2018.R1 ありがとう。しかし、まだソフトウェアを有効化できません。オンラインとオフラインの両方でアクティベーションを試しましたが、どちらも失敗しました。エラーメッセージは以下のとおりです。 kasundinesh_0-1784003465339.png
查看全文
NXPパートナーズ ウェブ検索の結果、TimeskeyはNXPのパートナー企業であることが分かった。Amazonで購入したNTAG213枚のRFIDタグステッカーは動作していましたが、NXP TagInfoのAndroidアプリでスキャンしたところ、IC製造元の情報は偽物で、おそらく偽物の製品であることが判明しました。私は使っているテクノロジの所有者をサポートしたいのです。NFCタグステッカーのような商品を購入する際、どうやって本物のNXP製品を確実に手に入れられますか? Re: NXP Partners お世話になります。 お元気でお過ごしでしょうか。偽造タグを受け取られたとのこと、大変申し訳ございません。 製品の真正性と品質を確保するために、NFCタグはNXPの認定パートナーを通じてのみ購入することを強くお勧めします。NTAG製品については、 NTAG 213/215/216 | NXP Semiconductors。 製品ページでは、エンジニアリングサービスのセクションまでスクロールすると、当社の認定パートナーおよび代理店のリストが見られます。 タグは、提携パートナーの公式ウェブサイトから直接ご購入いただくことをお勧めします。
查看全文
Which USB to power the FRDM-MCXA153 when using external MCU Link Debug Probe? Hello, I am new to NXP microcontrollers and the MCUxpresso IDE. I have purchased the FRDM-MCXA153 and also the MCU-Link Debug Probe. I want to use the external debug probe because that is what I will use on my custom printed circuit board. I have gotten the Blinky LED example code working and with using the external debug port J18 with the MCU-Link Debug Probe. My question is which USB connector on the FRDM board should I use to power the board J18 or J8 while I an using the external debugger? Thank you Development Board Re: Which USB to power the FRDM-MCXA153 when using external MCU Link Debug Probe? Hi @joe1652  I recommend using J8 as the power supply input. Thank you.  BR Alice
查看全文
AW-CM276NF Wi-Fi/Bluetoothモジュールが廃止に 私たちは、PICe およびシリアル インターフェイスを介して iMX8mp と AW-CM276NF を使用していくつかのボードを作成しました。 AW-CM276NF モジュールは廃止されつつあり、現在では生産のために入手することが困難になっていると認識しています。 PCIe/シリアルで動作し、NXP Linux/Yocto をサポートする交換用モジュールを推奨してもらえますか? Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete ありがとうございます。確認させていただきます。AW-XM729 も勧められていますが、AW-693 と比べるとどう違うのかはまだわかりません... Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete こんにちは、 最新のパブリックSWを搭載した PCIe チップセットは次のとおりです。 88W8997 88W9098 AW693 AW693をご覧になることをお勧めします。SDIO への切り替えを検討している場合は、IW612 をお勧めします。 よろしくお願いいたします。 ダニエル。 Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete こんにちは、 IW623 ( AW-XM729 ) はまだ試作段階です。 Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete こんにちは、テリーさん。 AW-CM276NFモジュールが時代遅れだという情報をどこで得たのか教えてもらえますか? AzureWaveもNXPも、AW-CM276NFまたはW8997チップセットに関する廃止通知を現在一切掲載していません。 もう一つ質問です。AW-CM276NFの仕様が後の改訂版で変更されたことをご存知ですか? PCIe + UART構成の場合、モジュールはCON[2:0]設定=011を必要とします。以前の改訂版では最大 8種類のインターフェースの組み合わせをサポートしていました。 新しいモジュールは以下の構成のみをサポートしています: SDIO(無線LAN)+UART(Bluetooth) PCIe(無線LAN)+UART(Bluetooth) PCIe + UART モードの場合、設定をCON[2:0] = 011に設定する必要があります。 よろしくお願いします、 マイケル・ハッパーツ Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete こんにちは、テリーさん。 迅速なご返信ありがとうございます。 現在、CompuLabのSO-DIMM SoMを置き換える製品の一つの後継基板の評価を進めています。AW-CM276NFの旧型化に関する情報は、弊社の評価プロセスにおいて非常に役立ちます。 よろしくお願いします、 マイケル・ハッパーツ Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete この情報は、お客様からモジュールが時代遅れになりつつあると言われた後、AzureWaveから得ました。 マーティン様、 AW-CM276NFの最終購入日は2026年2月28日です。 代替品として、AW-CM276NFとピン配置が互換性のあるAW-XM729をお勧めします。 添付のDSファイルをご確認ください。 よろしくお願いいたします。 ...... ...... (MS。) AzureWave Technologies Inc AW-XM729はピン機能の互換性はありますが、フットプリントの互換性は完全ではありませんのでご注意ください。 CON設定については、はい、問題となっている2枚の基板では約3年間その設定を使用してきました。
查看全文
外部MCUリンクデバッグプローブを使う場合、FRDM-MCXA153に電源を入れるUSBはどれですか? こんにちは、私はNXPのマイクロコントローラとMCUxpresso IDEは初心者です。FRDM-MCXA153とMCU-Linkデバッグプローブも購入しました。外部デバッグプローブを使用したいのは、自作のプリント基板でそれを使用する予定だからです。Blinky LEDの例コードを動作させ、外部デバッグポートJ18とMCU-Link Debug Probeを使って動作させました。 私の質問は、外部デバッガを使用している間、FRDMボードのJ18またはJ8に電源を供給するために、FRDMボード上のどのUSBコネクタを使用すればよいかということです。 よろしくお願い申し上げます。 開発ボード Re: Which USB to power the FRDM-MCXA153 when using external MCU Link Debug Probe? こんにちは、@joe1652さん 電源入力にはJ8を使用することをお勧めします。 ありがとう。 BR アリス
查看全文
恩智浦合作伙伴 网络查询结果显示,Timeskey 是 NXP 的合作伙伴。我在亚马逊上购买的 NTAG213 RFID 标签贴纸虽然可以正常工作,但用 NXP TagInfo 安卓应用程序扫描时显示 IC 制造商并非正品,很可能是假冒产品。我想支持我所使用的技术的拥有者。如何确保我购买的是正品 NXP 产品,例如 NFC 标签贴纸? Re: NXP Partners 您好,先生, 希望你一切都好。得知您收到了假冒标签,我深感遗憾。 为确保产品真实性和质量,我们强烈建议您仅通过恩智浦半导体授权合作伙伴购买NFC标签。有关NTAG产品,请访问NTAG 213/215/216 | 恩智浦半导体。 在产品页面上,向下滚动到“工程服务”部分,您将在那里找到我们授权合作伙伴和代理商的列表。 建议仅从我们合作伙伴的官方网站直接购买标签。
查看全文
Thermal Data required for SE050E2HQ1/Z01Z3Z Hello Team,  I am looking for the thermal resistance data and operating junction temperature information for the part number:  SE050E2HQ1/Z01Z3Z Thanks and Regards Harsh Smart Cards Re: Thermal Data required for SE050E2HQ1/Z01Z3Z Hi @Harsh_Bhavsar , You may refer to https://www.nxp.com/docs/en/data-sheet/SE051.pdf for details. They are almost the same. Sincerely, Kan Re: Thermal Data required for SE050E2HQ1/Z01Z3Z Hello Kan_Li, Thank you for the response, the datasheet is very helpful. can you help me to get the maximum allowable junction temperature for the same OR can i consider the operating for it. Thanks and Regards Harsh Re: Thermal Data required for SE050E2HQ1/Z01Z3Z Hello kan, That is really helpful information. thanks and regards Harsh Re: Thermal Data required for SE050E2HQ1/Z01Z3Z Hi @Harsh_Bhavsar , The maximum junction temp for operation is only slightly higher than operation, as internal temp sensors start to trigger around 110°C .  Have a great day, Kan ------------------------------------------------------------------------------- Note: - If this post answers your question, please click the "Mark Correct" 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. -------------------------------------------------------------------------------
查看全文
申请延长 S32 Design Studio for ARM 2018.R1 的许可 我们目前在一款产品中使用S32 Design Studio for ARM 2018.R1 (Windows)版本。该软件的许可证最近已过期,我们无法激活它。 当我们尝试使用激活码生成激活密钥时,生成的密钥也被报告为已过期,导致我们无法使用 IDE。 我们的激活码是: 激活码: FF6A-EDA4-CDF0-7186 请您延长或续订与此激活码关联的许可证,或者告知我们如何才能重新获得软件访问权限? 您的协助将不胜感激,因为本项目依赖于此开发环境。 谢谢! Re: Request to Extend License for S32 Design Studio for ARM 2018.R1 你好, 您的S32DS许可证已延期。 Re: Request to Extend License for S32 Design Studio for ARM 2018.R1 谢谢。但我仍然无法激活该软件。我尝试了线上和线下激活,都失败了。这是我收到的错误信息: kasundinesh_0-1784003465339.png
查看全文
Request to Extend License for S32 Design Studio for ARM 2018.R1 We are currently using S32 Design Studio for ARM 2018.R1 (Windows) for one of our products. The license has recently expired, and we are unable to activate the software. When we attempt to generate an activation key using our activation code, the generated key is also reported as expired, preventing us from using the IDE. Our activation code is: Activation Code: FF6A-EDA4-CDF0-7186 Could you please extend or renew the license associated with this activation code, or advise us on the appropriate steps to regain access to the software? Your assistance would be greatly appreciated, as this project depends on this development environment. Thank you. Re: Request to Extend License for S32 Design Studio for ARM 2018.R1 Hi,  your S32DS license has been extended.  Re: Request to Extend License for S32 Design Studio for ARM 2018.R1 Thanks. But I am still unable to activate the software. I tried both online and offline activations and it failed. This is what i get as the error: kasundinesh_0-1784003465339.png
查看全文
NXP Partners A web query replied that Timeskey was an NXP partner.  The NTAG213 RFID tag stickers I purchased on Amazon, while they worked, when scanned with the NXP TagInfo android app showed the IC Manufacturer to be Non-genuine, most probably counterfeit product.  I want to support the owner of the technologies I use.  How can I be sure I get genuine NXP product when purchasing items like NFC tag stickers? Re: NXP Partners Hello Sir, I hope you are doing well. I am sorry to hear that you received counterfeit tags. To ensure product authenticity and quality, we strongly recommend purchasing NFC tags only through NXP's authorized partners. For NTAG products, please visit the NTAG 213/215/216 | NXP Semiconductors. On the product page, scroll down to the Engineering Services section, where you will find a list of our authorized partners and distributors. It is recommended to only purchase the tags directly from our Partner's official websites.
查看全文
AW-CM276NF Wifi/Bluetooth 模块已过时 我们已经通过 piCE 和串行接口生产了几款使用 imx8MP 和 AW-CM276NF 的板。 据了解,AW-CM276NF 模块已经过时,很难再用于生产。 有谁能推荐一种可通过 PCIe/串行接口工作并支持 NXP Linux/Yocto 的替代模块? Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete 非常感谢,我们会去看看。也有人向我们推荐了 AW-XM729,但还不确定它与 AW-693 相比如何...... Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete 您好, 具有最新公开SW的 PCIe 芯片组有 88W8997 88W9098 AW693 我建议你看看AW693。如果您愿意改用 SDIO,我推荐 IW612。 Daniel。 Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete 您好, IW623(AW-XM729)仍处于试生产阶段。 Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete 你好,特里, 请问您是从哪里得知AW-CM276NF模块已经过时的? AzureWave和NXP目前均未发布 AW-CM276NF 或W8997芯片组的任何停产通知。 还有一个问题:您是否知道 AW-CM276NF 的规格在后来的版本中有所更改? 对于PCIe + UART配置,该模块现在需要CON[2:0] 设置 = 011 。早期版本最多支持八种接口组合。 新版模块仅支持以下配置: SDIO(WLAN)+ UART(蓝牙) PCIe(无线局域网)+ UART(蓝牙) 对于 PCIe + UART 模式,配置必须设置为CON[2:0] = 011 。 此致, 迈克尔·胡珀茨 Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete 你好,特里, 感谢您的快速回复。 我目前正在评估我们某款产品的后续电路板,以替换 CompuLab 的 SO-DIMM SoM。您提供的有关 AW-CM276NF 已停产的信息对我们的评估过程非常有帮助。 此致, 迈克尔·胡珀茨 Re: AW-CM276NF Wifi/Bluetooth Module becoming obsolete 我们的一位客户表示该模块即将过时,之后我们从 AzureWave 获得了相关信息: 亲爱的马丁: AW-CM276NF的最后购买日期为2026年2月28日。 作为替代方案,我们推荐使用 AW-XM729,它的引脚与 AW-CM276NF 兼容。 附件是DS文件,请您审阅。 问候, ...... ...... (多发性硬化症。) AzureWave Technologies Inc 请注意,虽然 AW-XM729 在引脚功能上兼容,但在封装尺寸上并不完全兼容。 关于 CON 设置,是的,我们对这两块已经生产了大约 3 年的电路板一直使用该设置。
查看全文
Android 14 Automotive (NXP) と i.MX 95 EVK 19x19 で Bluetooth が動作しない/クラッシュする ちょっと、そこ、 公式ウェブサイトAAUG_14.0.0_2.1.0_2024-10-02_14-28.pdfに記載されているドキュメントに従って、Linuxサーバー上でAndroid 14 Automotive NXPコードを正常にクローンおよびビルドしました。 このコードは、以下のリンクからダウンロードしました: https://www.nxp.com/pages/alpha-beta-bsps-for-microprocessors:IMXPRERELEASES (Android オートモーティブ 14.0.0_2.1.0(L6.6.23 BSP) i.MX95 19x19 EVK Alphaをサポート リンク: https://www.nxp.com/webapp/Download?colCode=automotive-14.0.0_2.1.0_image_95evk_car2&appType=license ) オートモーティブ向けのビルドターゲットの両方で試してみました。 1. evk_95_car-trunk_staging-userdebug 2. evk_95_car2-trunk_staging-userdebug 基板への書き込み後、処理は正常に完了し、Android 14 オートモーティブのUIが表示されるようになりました。 フラッシュに使用するコマンド: sudo ./uuu_imx_android_flash.sh -f imx95 -e -t emmc しかし、UI で Bluetooth を有効にしようとすると、 adb logcatでクラッシュが発生します。Bluetoothが有効になりません。 ログファイル(bt.logとbt-on.log)を添付します。 役員情報: i.MX 95 19x19 EVK リファレンスボード。 私はWiFiとBTにJODY-W377-00B u-bloxチップを使用しています。 これは想定される動作なのか、それとも既知の問題なのか、ご確認いただけますでしょうか? 追加情報が必要な場合はお知らせください。現在ブロックされており、 BTが機能している場合にのみ処理が必要です。 よろしくお願いします。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 Android Automotive OSのインストール成功、Bluetoothが動作しない、Wi-Fiが動作することを示すUIスクリーンショットとして、ボードに関する追加情報を追加します。 さらに情報が必要な場合はお知らせください。 JODY-W377: JODY-W377_CHIP.jpeg BTが動作しません: BT_Not_Working.jpeg Android オートモーティブがAndroid 14にアップデートされました。 Android_Automotive.jpeg Wi-Fi動作状況: WiFi_Working.jpeg Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 詳しい情報ありがとうございます。 ログと設定を確認するのに少しお時間をください。 何か新しい情報があれば、お知らせします。 よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 共有されたログによると、HALの初期化に失敗しているようです。 下記のリリース版をお試しいただけますでしょうか? 16.0.0_1.2.0_DEMO_95 現在お使いのBSPはアルファ版/ベータ版であり、何らかの問題がある可能性があります。上記のリリース版をお試しいただき、結果をお知らせください。よろしくお願いいたします。 よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @Christine_Li さん。 ご返信ありがとうございます。 あなたのコメントを拝見したところ、私が探しているAndroid Automotiveのイメージではなく、Android OSのイメージを提供していただいたことに気づきました。 Android 16ではボードを起動できないため、イメージを試してみました。 私が試したこと: 提供されたリンクからAndroidイメージをフラッシュしてください。スクリーンショットはこちらです。 Androdi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndrodi 16 DEMO images flash with UUUAndroid 16 デモイメージが UUU でフラッシュ 次に、(オプションとして)Android Automotive 16のプリビルド済みデモイメージを試してみました。スクリーンショットはこちらです。 Andrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi automotive 16 DEMO images flash with UUUAndrdoi オートモーティブ 16 デモ画像が UUU と共にフラッシュ UARTスイッチはONに設定されています(つまり、JTAGはOFFです)。 ダウンロード用スイッチとしてSW7(1001)、eMMCブート用スイッチとして1010を持っています。 スクリーンショットはこちらです。 Board imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageBoard imageボードイメージ これまで、Android 16は常にLIBUSBエラーで失敗し、Android 14アルファ版イメージに切り替える必要がありました。 Android 14の場合、搭載のUARTをONに切り替えると、Bluetoothが動作し、デフォルトで有効になりました。 今、私が懸念しているのは別のことです。 私が持っているBluetoothスピーカーはボードに接続されず、コネクテッドと切断済みの通知が表示されるだけです。 スクリーンショットはこちらです。 BT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UIBT UI 私のiPhoneは通話やメディアの送受信は正常に行えますが、Bluetoothヘッドホンのスピーカーはデータを受信しません。 Android Automotiveでは、BTシンクは動作するが、ソースは全く動作しないということでしょうか? Bluetoothを音源として使用する方法はありますか?設定変更は必要ですか? よろしくお願いいたします。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @Christine_Li さん。 ログファイルを添付しましたので、他に何か対応が必要な点があればお知らせください。 実はこれがAndroid自動車用のBTのシンクプロファイルによる設計上の制限なのか、他にもいくつか疑問があります。 1. ゾーン1の出力を3.5mmジャックに、ゾーン2の出力をJ10接続の外部スピーカーに配線できますか?設定やルーティングの変更が必要ですか? 2. 3.5mmジャックとUSBサウンドカードを使って、Pipewireを使って独立してオーディオを定義・ルーティングする必要がありますか? 目的はimx95 EVK REV Aボード上でオーディオマルチゾーンの実装を実現することです。ご提案があればお聞かせください。また、追加情報が必要な場合はお知らせください。 ありがとうございます。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 ヘッドセットに接続しようとした際の 失敗したHCIログとlogcat ログを教えてもらえますか? Androidでは、 HCIのスヌープログ Bluetooth in Developer Options を有効にし、Bluetoothを一度切り替えてキャプチャを開始し、その後ログをエクスポートすることで adb をキャプチャできます。 手順: 開ける 開発者向けオプション 有効にする Bluetooth HCIスヌープログ Bluetoothの切り替え 一度オンオフを繰り返して 問題の再現を試みています。 ADBコマンドを使用してログファイルを取得します。 接続失敗ログを確認して、接続失敗の原因を探してみましょう。 よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 現在のログを確認したところ、 ======= Line 838: 06-19 07:25:06.044 1294 1486 I BluetoothBondStateMachine: Bond State Change Intent:XX:XX:XX:XX:67:36 BOND_BONDING => BOND_BONDED Line 841: 06-19 07:25:06.077 1181 1357 D CachedBluetoothDevice: updating profiles for XX:XX:XX:XX:67:36 Line 844: 06-19 07:25:06.084 1673 1673 D CachedBluetoothDevice: updating profiles for XX:XX:XX:XX:67:36 Line 853: 06-19 07:25:06.099 1181 1357 D CachedBluetoothDevice: No profiles. Maybe we will connect later for device XX:XX:XX:XX:67:36 Line 868: 06-19 07:25:06.284 1673 1673 D CachedBluetoothDevice: No profiles. Maybe we will connect later for device D7:88:75:A1:67:36 Line 886: 06-19 07:25:06.401 1544 1571 D CachedBluetoothDevice: updating profiles for XX:XX:XX:XX:67:36 Line 888: 06-19 07:25:06.411 1544 1571 D CachedBluetoothDevice: No profiles. Maybe we will connect later for device XX:XX:XX:XX:67:36 Line 903: 06-19 07:25:08.919 1673 1673 D CachedBluetoothDevice: No profiles. Maybe we will connect later for device D7:88:75:A1:67:36 Line 909: 06-19 07:25:09.953 1673 1673 D CachedBluetoothDevice: No profiles. Maybe we will connect later for device D7:88:75:A1:67:36 Line 911: 06-19 07:25:10.014 1294 1426 I btm_acl : packages/modules/Bluetooth/system/stack/acl/btm_acl.cc:205 - disconnect_acl: Disconnecting peer:xx:xx:xx:xx:67:36 reason:HCI_ERR_PEER_USER comment:stack::l2cap::l2c_link::l2c_link_timeout All channels closed Line 914: 06-19 07:25:10.054 1294 1426 I btif_av : packages/modules/Bluetooth/system/btif/src/btif_av.cc:4101 - btif_av_acl_disconnected: btif_av_acl_disconnected: Peer xx:xx:xx:xx:67:36 : ACL Disconnected Line 915: 06-19 07:25:10.054 1294 1426 I btif_av : packages/modules/Bluetooth/system/btif/src/btif_av.cc:1503 - FindOrCreatePeer: BtifAvPeer *BtifAvSink::FindOrCreatePeer(const RawAddress &, tBTA_AV_HNDL): Create peer: peer_address=xx:xx:xx:xx:67:36 bta_handle=0x41 peer_id=0 Line 920: 06-19 07:25:10.054 1294 1426 I btif_av : packages/modules/Bluetooth/system/btif/src/btif_av.cc:1575 - DeleteIdlePeers: DeleteIdlePeers: Deleting idle peer: xx:xx:xx:xx:67:36 bta_handle=0x41 Line 922: 06-19 07:25:10.055 1294 1460 I bt_btif_dm: packages/modules/Bluetooth/system/btif/src/btif_dm.cc:890 - btif_dm_get_connection_state: Acl is not connected to peer:xx:xx:xx:xx:67:36 これはすでにペアリングと接続が成功しているのに、SDPが「SdpManager: sdpRecordFoundCallback: Search instance is NULL」と応答し、プロファイルが存在しないため、AndroidホストがACLリンクを切断していることを意味します。 さらにデバッグを進めるため、HCIスヌープログを提供していただけますでしょうか。 ヘッドセットに接続しようとする際に 、失敗したHCIログとlogcat ログ 教えてもらえますか? Androidでは、 HCIのスヌープログ Bluetooth in Developer Options を有効にし、Bluetoothを一度切り替えてキャプチャを開始し、その後ログをエクスポートすることで adb をキャプチャできます。 手順: 開ける 開発者向けオプション 有効にする Bluetooth HCIスヌープログ Bluetoothの切り替え 一度オンオフを繰り返して 問題の再現を試みています。 ADBコマンドを使用してログファイルを取得します。 また、Android 16 車載のリリースも試すことができます。この問題はAndroid 14のオートリリースに関連しているのではないかと疑っています。 i.MX 95 (B0) 19x19 EVK – Arm Cortex-M7コア内のEVSを用いたデモ画像 i.MX 95 (B0) 19x19 EVK – Arm Cortex-AコアにおけるEVSを用いたデモ画像 よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 あなたが勧めていたAndroid 16のプリビルドを試しましたが、先ほど述べたLIBUSBエラーで、uuuでフラッシュをブロックしています。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 I.MX95-EVK 19*19とAndroid 16 車載リリースでローカルでテストしました: i.MX 95 (B0) 19x19 EVK – Arm Cortex-AコアにおけるEVSを用いたデモ画像 期待通りに動作します。 参考までに、下記のスクリーンショットをご覧ください。 Untitled.png よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 それは私の間違いだった。前回共有するリンクはAndroid 16向けで、オートモーティブ Android 16向けではありません。 また、以下のリンクからオートモーティブAndroid版のリリースを入手できます: Android オートモーティブ向けソフトウェア | NXP Semiconductors 昨日、リンクは特にI.MX95-EVK オートモーティブのAndroid 16向けだとお伝えしました。参考までに、リンクを下記に再度貼り付けておきます。 i.MX 95 (B0) 19x19 EVK – Arm Cortex-AコアにおけるEVSを用いたデモ画像 もしLIBUSB関連の問題がまだ続く場合は、別のUSB Type-Cケーブルを交換するか、Windows PCのUSBポートを交換するか、電源を抜いてからボードを再起動して再度接続してみてください。時々このようなLIBUSBエラーも発生しますが、別のUSB Type-Cケーブルを交換したり、Windows PCのUSBポートを交換したり、電源を抜いてからボードを再起動してからPCポートに差し直すと問題は解決します。 よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 ログを確認しましたが、接続失敗のプロセスは含まれていませんでした。 Bluetoothを再度有効にしてから問題(ヘッドセットを接続するがUIで切断表示)を再現し、ログを保存して共有する方法を教えてもらえますか? なぜボードにフラッシュできないのか分かりませんが、私が共有したオートモーティブ Android 16画像のリンクで正常にフラッシュできます。 以下は、フラッシュが正常に完了したことを示す、私の側の画面のスクリーンショットです。 そして、以下の点についてもあなたは正しいです。 シリアルダウンロードモードに入るには、ボードのSW7(ブートモード)を1001(1~4ビット)に変更してください。 SW7を変更してボードを1010(1-4ビットの形)に戻し、eMMCブートモードに入ることができます。 Christine_Li_0-1782981372954.png よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは@Christine_Li あなたが勧めていたAndroid 16のプリビルドを試しましたが、先ほど述べたLIBUSBエラーで、uuuでフラッシュをブロックしています。 BT HCIのログをzipファイルとして添付します。 ごサポートありがとうございます。 よろしくお願いします。     Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @Christine_Li さん。 Windowsでフラッシュできないので、Ubuntu 22.04からあなたと同じようにフラッシュを試みました。 添付のzipファイルにあるスクリーンショットの通り、LIBUSBエラーが表示されました。 設定でBTスヌープログを有効にした後、以下の操作を行いました。 1. /data/misc/bluetooth/logs/btsnoop_hci.log から既存のログファイルを削除します。 2. UIからBTを無効にする - ログは生成されません 3. Bluetoothを有効にし、UIからAirdopes 141イヤホンに接続をクリックします。ログファイルが生成されます(zipファイルに添付されています)。 4. このプロセスの後、UI上のイヤホンには接続中と表示され、その後切断されます。 よろしくお願いいたします。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 HCIログに接続に関するログが一切ない理由が分かりません。 スクリーンショットは以下をご覧ください。 あなたと私の違いは、あなたがUbuntuを使ってフラッシュしているのに対し、私はWindowsを使ってフラッシュしている点だと思います。 Ubuntu 22.04で試してみて、結果をお知らせします。 もう一つお願いがあります。I.MX95 19*19 EVKはもう1つ在庫がありますか?可能であれば、別のEVK製マザーボードで試していただけますでしょうか? もしくは、Windows PCでフラッシュを試していただけますか? よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 もう問題は解決しましたか? もしそうなら、このCASEをとりあえず閉じてもいいですか? もしなければ、もし私からのさらなるサポートが必要なら教えてください。 よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @ni3 Ubuntu 24.04で確認しました。Ubuntu 22.04のPCを持っていないので、I.MX95-EVKに正常にダウンロードできます。 テスト結果のスクリーンショットは以下をご覧ください。 Image.jpg あなたの側でLIBUSB_ERROR_NO_DEVICE=-4エラーが出ている場合、 USBハブに接続しているか確認してもらえますか? はいの場合、 Ubuntu PCに直接接続していただけますか? また、このコマンドで情報が出力されているか確認してもらえますか: uuu -lsusb   私の側では、接続された既知のデバイス情報、チップ名、Pro SDPS:、Vid情報、Pid Info、Bcdバージョン、Serial_noなどを出力できます。 また、すでにSW7(1001、1-4ビット)を変更してボードをシリアルダウンロードモードに切り替えているか、二重に確認してください。   通常、このようなLIBUSB_ERROR_NO_DEVICEエラーは、I.MX 95ボードとUbuntu PCの接続に関連しています。   よろしくお願いいたします。 Christine。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 この件はクローズしてください。ありがとう。 Re: Bluetooth NOT WORKING/Crash on Android 14 Automotive (NXP) with i.MX 95 EVK 19x19 こんにちは、 @Christine_Li さん。 どうやら私のインフラに問題があるようです。これまでのサポートありがとうございます。 よろしくお願いします。
查看全文
使用外部MCU链路调试探针时,应该使用哪个USB接口为FRDM-MCXA153供电? 您好,我是 NXP 微控制器和 MCUxpresso IDE 的新手。我购买了 FRDM-MCXA153 和 MCU-Link 调试探针。我想使用外部调试探针,因为我将在我的定制印刷电路板上使用它。我已经成功运行了闪烁 LED 示例代码,并且可以使用 MCU-Link 调试探针通过外部调试端口 J18 进行调试。 我的问题是,在使用外部调试器时,我应该使用 FRDM 板上的哪个 USB 接口(J18 或 J8)为电路板供电? 谢谢 开发板 Re: Which USB to power the FRDM-MCXA153 when using external MCU Link Debug Probe? 嗨@joe1652 我建议使用 J8 作为电源输入。 谢谢。 BR 爱丽丝
查看全文
S32K3 内核掉电错误 & 正在运行(总线错误) 我问 MCU 处于什么状态,在下列情况下会出现什么情况。 有趣的是,如果使用 Over(Trace32) 运行特定函数,问题就会出现,但如果使用 Step(Trace32) 运行,问题就不会出现。 (向 MCU 正常供电)。 Re: S32K3 core power down error & running(bus error) 大家好 我们的项目目前也面临同样的问题。没有使用 CRC 和 C40 模块,但本主题中描述的所有其他内容都适用于我们的情况。 @kjy106906,你的问题解决了吗? 编辑:@danielmartynek,既然是这个话题,你听说过这种问题已经解决了吗? 感谢您的回答 Re: S32K3 core power down error & running(bus error) 你好@kjy106906、 你写道"奇怪的是,即使我添加几行不必要的代码(添加用于调试的 while 语句、添加全局变量等),问题也不会重现。" 如果写入寄存器或 sram 存储器,能否回读,使所有操作都正确序列化? RM,rev.8,第 3.8 节内存操作序列化。 此致, 丹尼尔 Re: S32K3 core power down error & running(bus error) 谢谢@danielmartynek 我还在使用 C40 库。(C40_Ip_Read) 但不返回错误,(返回成功)。 Re: S32K3 core power down error & running(bus error) 读取 DFlash 时,是否使用了驱动程序? 因为驱动程序会检查错误: danielmartynek_0-1714660282009.png 谢谢! 丹尼尔 Re: S32K3 core power down error & running(bus error) 谢谢@danielmartynek 由于公司网络安全原因,无法共享整个项目。 即使我分享我的精灵,它目前也能在我的游戏板上运行。 在您的环境中可能无法进行测试。 也无法共享简化精灵。 奇怪的是,即使我添加几行不必要的代码(添加用于调试的 while 语句、添加全局变量等),问题也不会重现。 目前,此问题已在 5 个电池管理系统板中出现。 这一切都与 Dataflash 有关。 出现上述现象的原因会不会是数据闪存区损坏或其他错误? Re: S32K3 core power down error & running(bus error) 你好@kjy106906、 我想在我这边进行测试。 您能分享一下这个项目吗? 或者最好是使用.elf的简化版本能重现该问题吗? 如果您不想在这里分享,请创建一张票据。 谢谢! 丹尼尔 Re: S32K3 core power down error & running(bus error) 谢谢@danielmartynek 我目前使用的是 Vector Microsar MCU 没有输入任何 Os Hal 故障(异常)。 如果输入了 MCU 异常,我想我会在调试器中看到 MCU 跳转到相应的代码,但是当前 Trace32 中会输出总线错误。 因此,例外情况似乎并未发生。 如果还有其他需要检查的地方,请告诉我。 RESET_B 或非 VDD_HA_A 跌至低点。 此问题会导致在没有 Trace32 的情况下以仅限电池管理系统的状态无限 RESET SBC。由于该问题发生在 Dataflash Init 中,因此 MCU 无法运行,SBC 会无限 RESET。 所以这也不是劳特巴赫的问题。 这对我们来说是一个重要问题。如果还有其他需要检查的地方,请告诉我。 Re: S32K3 core power down error & running(bus error) 你好@kjy106906、 因此,我认为核心不会检测到任何故障异常,也不会转到 HardFault_Handler()。 你能监测 reset_b 引脚吗?应用程序是否正在运行? 如果是这样,可能是劳特巴赫问题。 BR,丹尼尔 Re: S32K3 core power down error & running(bus error) 谢谢 即使我在错误处理程序上设置了中断,中断也不会发生,MCU 会进入相应的状态。 我想知道 MCU 现在处于什么状态,以及进入这种状态的原因。 Re: S32K3 core power down error & running(bus error) 你好@kjy106906、 请查看有关故障异常的更多信息。 请参考这些文件: https://community.nxp.com/t5/S32K-Knowledge-Base/Fault-handling-on-S32K14x/ta-p/1114447 https://community.nxp.com/t5/S32K-Knowledge-Base/How-To-Debug-A-Fault-Exception-On-ARM-Cortex-M-V7M-MCU-S32K3XX/ta-p/1595570 https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K312-HARDFAULT-Handling-Interrupt-DS3-5-RTD300/ta-p/1806259 如果 BFARVALID = 1,则读取可配置故障状态寄存器 (CSFR) 和总线故障地址寄存器 (BFAR)。您应该能在堆栈中找到故障指令的 PC 地址。 此致, 丹尼尔 Re: S32K3 core power down error & running(bus error) 谢谢@danielmartynek 该功能不是 RTD 功能,而是一个简单的计算功能。 计算特定地址上 C40 读取数据的 CRC 时出现问题。 该问题出现在执行 CRC 计算功能时,而不是读取数据时。 MCU:S32K312,RTD 版本:2.0.0 我想知道 MCU 现在处于什么状态,以及进入这种状态的原因。 Re: S32K3 core power down error & running(bus error) 你好@kjy106906、 你能说得更具体一些吗? 你在这里做什么工作? 如果您使用 MCU 和 RTD,是否还能说明其版本? 谢谢! BR,丹尼尔 Re: S32K3 core power down error & running(bus error) @kjy106906 , @danielmartynek 同样的问题,您是否找到了根本原因? 使用尺寸优化也会出现此问题,如果不进行任何优化,则问题会消失。 Re: S32K3 core power down error & running(bus error) 你好, 我们最终找到了我们这边问题的根本原因。 它与 NXP 勘误表ERR052460有关,该勘误表与分支推测有关。以下代码片段修正了该行为。 // NXP ERR052460 Workaround: Cortex-M7: A hang scenario can occur when a reserved read locked memory region is accessed by application cores *((uint32_t*) 0x402AC0F0) = 0x1CB0499Du; *((uint32_t*) 0x402AC0F0) = 0xB9920D38u; 我不确定这是否是你们那边的根本原因(我不是恩智浦的员工,而且他们似乎也不会回应),但值得检查一下。 Re: S32K3 core power down error & running(bus error) @Palacni非常感谢您的及时回复。遗憾的是,在我的衍生机型上,勘误表中提到的位置还有一个外围设备,用于启用用户访问。我已经向恩智浦索取了我相对较新的衍生产品的勘误表…… 当使用以下任一方法时,它都能正常工作: 禁用优化(-O0) 使用SoC上另一个功能域的SRAM。 禁用指令缓存 通过调试器单步执行
查看全文
SE050E2HQ1/Z01Z3Zに必要な熱データ こんにちは、チームの皆さん、 部品番号の熱抵抗データと動作接合部温度情報を探しています。 SE050E2HQ1/Z01Z3Z ありがとうございます。 ひどい スマート・カード Re: Thermal Data required for SE050E2HQ1/Z01Z3Z こんにちは、 @Harsh_Bhavsar さん。 詳細については、 https://www.nxp.com/docs/en/data-sheet/SE051.pdfをご参照ください。それらはほとんど同じです。 心から、 カン Re: Thermal Data required for SE050E2HQ1/Z01Z3Z こんにちは、Kan_Liさん。 ご回答ありがとうございます。データシートは大変参考になりました。 同じ接合部の最大許容温度を教えてもらえますか?それとも動作温度を考慮してもいいですか? ありがとうございます。 ひどい Re: Thermal Data required for SE050E2HQ1/Z01Z3Z こんにちは、kanさん、 それは本当に役立つ情報です。 ありがとうございます。 ひどい Re: Thermal Data required for SE050E2HQ1/Z01Z3Z こんにちは、 @Harsh_Bhavsar さん。 動作時の最大接合温度は動作時よりわずかに高く、内部温度センサーは 約110°C で作動し始めます。 すてきな一日を、 カン ------------------------------------------------------------------------------- 注記: この投稿があなたの質問への回答になっている場合は、「正解としてマーク」ボタンをクリックしてください。ありがとうございます! - 前回の投稿から7週間Threadをフォローしており、その後の返信は無視しています もし後で関連する質問があれば、新しいThreadを開き、閉じたThreadを参照してください。 -------------------------------------------------------------------------------
查看全文