Multi Source Translation Content

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

Multi Source Translation Content

Discussions

Sort by:
Vehicle Service-Oriented Gateway Opportunities and Enablement This session will introduce you to a new type of vehicle gateway called a Service-oriented Gateway that can support broad deployment of services to transform the automotive industry with new opportunities, and provide insights on how NXP can help you develop one. This session will introduce you to a new type of vehicle gateway called a Service-oriented Gateway that can support broad deployment of services to transform the automotive industry with new opportunities, and provide insights on how NXP can help you develop one. Interface & Connectivity
View full article
S12Z machine exception caused by ECC issue – address detection The S12Z devices contain unmaskable machine exception interrupt for severe system problems. The Memory Map Control module (MMC) generates this exception in the case of illegal memory access and uncorrectable ECC errors. The MMCECn register is set to a non-zero value if an S12ZCPU access violation or an uncorrectable ECC error has occurred. At the same time when this register is set to a non-zero value, access information is captured in the MMCPCn (program counter) and MMCCCRn (CCR U, X and I bits) registers. The MMCECn registers are cleared by writing the value 0xFFFF. Unfortunately, the exact address with corrupted data isn’t stored in any user-accessible register and this makes the debugging more difficult. In the case of reading memory with an uncorrectable ECC error, the MMC causes jump to the address in the Machine Exception vector as soon as the current instruction finishes execution. This may be used in workaround code for detection of the exact address with corrupted data. See attached example code. Note: The code detects only the first address of the phrase with uncorrectable corrupted data. The solution for detecting multiple ECC issues isn't included.   The execution of a machine exception code isn’t straightforward in this case. Please read the simplified procedure: The reading of uncorrectable corrupted data (double bit ECC error) will invoke machine exception. The ma_counter variable is incremented to 1. The MMCEC register is checked for detection of machine exception source. If ECC at EEPROM or P-Flash is detected as a machine exception source, the sequential reading of appropriate memory starts. Note: Since the P-FLASH is protected by 39-Bit ECC Scheme, we should read at leats single word(byte) from every aligned 32bit phrases. The global variable add contains a current reading address. When CPU read the uncorrectable corrupted data again, the MMC causes jump to the address in the Machine Exception vector again. The ma_counter variable is incremented to 2. When ma_counter is 2, we may store add variable address with corrupted data, clear ma_counter and clear pending flags in MMCEC register. Application project-specific user code for machine exception case may be applied (signalization, repair,…) Please be aware that no information is stored on the stack during entering machine exception handler (missing return address). So, default RTI instruction on end of routine cannot be used for returning to the application code. We must end the machine exception routine by MCU reset or jump to some known code entry point or by an endless loop.  This code is only a simple example code and does not cover all conditions. More details regarding simulating ECC issue at EEPROM and P-Flash: S12Z - Simulating ECC errors at EEPROM by cumulative write  https://community.nxp.com/docs/DOC-334327 
View full article
ARM用S32DS - サンプル一覧 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> S32 Design Studio の例のリストはここに移動されました。 https://community.nxp.com/docs/DOC-341380  S32K144 例: S32K_printf_implementation - S32DS  例: S32k144 FreeRTOS での UART printf/scanf - S32DS  例: S32K SDK - LPIT タイマーを使用して構成可能期間の関数呼び出し。  例:FlexNVMをコード/データフラッシュとして使用  例: EEEPROM の使用S32K144  例: EEEPROM の使用S32K144 - SDK なし  例: S32K144 .noinit セクションの使用  その他の例とハウツーについては、以下を参照してください。 S32K1xx ドキュメント &サンプルリスト
View full article
イネーブリング・テクノロジー: DDRの基礎 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このクラスでは、DDRデバイスの基本操作と内部メカニズムについて説明します。このクラスでは、DDRサブシステムの立ち上げと検証を可能にし、簡素化するためのツールについても説明します。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このクラスでは、DDRデバイスの基本操作と内部メカニズムについて説明します。このクラスでは、DDRサブシステムの立ち上げと検証を可能にし、簡素化するためのツールについても説明します。
View full article
Tools & Enablement: BlueBox v2.0 のソフトウェアイネーブルメント: ADAS Enablement <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このセッションでは、BlueBox v2.0、別名「BlueBox Mini」または「BLBX2」に関するソフトウェアの有効化について詳しく説明します。レベル2/3の自動運転に適しています。エンジニアリングの観点からは、トピックには次のものが含まれます:1。BlueBox v2.0 ハードウェア レイアウト。2.ミドルウェアを使用したBSPコンテンツ。Linux configおよびUbuntu rootfs;それらの間のLinuxオプションとそれらの間の相互通信。ミドルウェアオプション (ROS バージョンなどを含む) についてのディスカッション。3. ADASのサポート方法4. AutonomouStuffでレベル2/3のADASを達成するために組み合わせます。5. Apolloバージョンの移植と計画モジュールのベンチマーク。6. ハードウェアサポートとシステムレベルの安全性とオーケストレーションを備えた将来の製品。7. このイネーブルメントの内部を説明する技術講義。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このセッションでは、BlueBox v2.0、別名「BlueBox Mini」または「BLBX2」に関するソフトウェアの有効化について詳しく説明します。レベル2/3の自動運転に適しています。エンジニアリングの観点からは、トピックには次のものが含まれます:1。BlueBox v2.0 ハードウェア レイアウト。2.ミドルウェアを使用したBSPコンテンツ。Linux configおよびUbuntu rootfs;それらの間のLinuxオプションとそれらの間の相互通信。ミドルウェアオプション (ROS バージョンなどを含む) についてのディスカッション。3. ADASのサポート方法4. AutonomouStuffでレベル2/3のADASを達成するために組み合わせます。5. Apolloバージョンの移植と計画モジュールのベンチマーク。6. ハードウェアサポートとシステムレベルの安全性とオーケストレーションを備えた将来の製品。7. このイネーブルメントの内部を説明する技術講義。
View full article
QN9080 PCB RF検証とMT8872を使用した非シグナリングテスト <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> お客様から、QN9080 を MT887x でテストできるかどうか尋ねられます。台湾アンリツと協力して、QN9080とMT887xを統合し、1M bps、2M bps、およびフレームエラーレートテストを実行します。このドキュメントでは、QN9080 のセットアップと MT887x c接続のセットアップについて説明します。1M bps、2M bps、およびフレームエラーレートの結果を示します。 アンリツの機器はMT8870に適用され、MT8872のモデル名です。 同じテスト環境を実行する場合。アンリツに問い合わせて、アンリツがリリースした最新の「オートテストツール」を入手し、SOPドキュメントに従って「オートテストツール」をPCにインストールして、このRF検証テストを実行することができます。 BLEソフトウェア QNの 日時:MT8872を使用した非シグナリングテストによるQN9080PCB RF検証 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> また、国際的な先進生産設備と良好な協力メーカーがあり、会社は片面myprepaidcenterの活性化を生産できます
View full article
Tools & Enablement: The Software Enablement of BlueBox v2.0: ADAS Enablement This session will go into the detail of the software enablement around the BlueBox v2.0, aka “BlueBox Mini” or “BLBX2”. Suited for level 2/3 autonomous drive. From an engineering perspective topics will include: 1. The BlueBox v2.0 hardware layout. 2. BSP content with middleware; Linux config and Ubuntu rootfs; Linux options between and inter-communication between them; Discussion of middleware options (including ROS versions, and others). 3. How ADAS is supported. 4. Combined to achieve level 2/3 ADAS with AutonomouStuff. 5. Apollo versions ported and benchmarking of the planning module. 6. Future offerings with hardware support and systems-level safety and orchestration. 7. Technical lecture explaining the internals of this enablement. This session will go into the detail of the software enablement around the BlueBox v2.0, aka “BlueBox Mini” or “BLBX2”. Suited for level 2/3 autonomous drive. From an engineering perspective topics will include: 1. The BlueBox v2.0 hardware layout. 2. BSP content with middleware; Linux config and Ubuntu rootfs; Linux options between and inter-communication between them; Discussion of middleware options (including ROS versions, and others). 3. How ADAS is supported. 4. Combined to achieve level 2/3 ADAS with AutonomouStuff. 5. Apollo versions ported and benchmarking of the planning module. 6. Future offerings with hardware support and systems-level safety and orchestration. 7. Technical lecture explaining the internals of this enablement.
View full article
车身电子:使用 S32K 的边缘节点 OTA 解决方案 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 加入此会议,了解边缘节点中的 AB 交换固件更新解决方案的概述,特别关注我们的 S32K1xx 微控制器系列。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 加入此会议,了解边缘节点中的 AB 交换固件更新解决方案的概述,特别关注我们的 S32K1xx 微控制器系列。 回复:车身电子:使用S32K的边缘节点OTA解决方案 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 您能发布其中的演示代码吗?
View full article
EdgeLock ™ SE050:恩智浦新一代即插即用解决方案,确保物联网边缘安全 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 没有其他公司拥有如此广泛和多样化的嵌入式解决方案来应对物联网安全挑战。从安全元件 IC 到先进的多媒体和网络微处理器,恩智浦提供了保护终端或边缘节点整个生命周期所需的技术。此外,借助 Edgescale 云服务软件,可以从部署到退役对设备进行维护。加入此课程以了解 NXP 安全解决方案的概述。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 没有其他公司拥有如此广泛和多样化的嵌入式解决方案来应对物联网安全挑战。从安全元件 IC 到先进的多媒体和网络微处理器,恩智浦提供了保护终端或边缘节点整个生命周期所需的技术。此外,借助 Edgescale 云服务软件,可以从部署到退役对设备进行维护。加入此课程以了解 NXP 安全解决方案的概述。 软件和工具
View full article
セキュア・カー・アクセス:ハンズオン・ワークショップ:新しいNXP RFレシーバー(Lizard)とトランシーバー(MantraCS/F)とカー・アクセス・システム用のすぐに使えるファームウェア・スタック <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 当社のRF製品(Lizard、MantraCS、MantraF)のRCI(Remote Control Interface)についてご紹介します。システムの統合と開発は、RCIファームウェアとConfiguration Development Kit(CDK)を併用することで簡単に行えます。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 当社のRF製品(Lizard、MantraCS、MantraF)のRCI(Remote Control Interface)についてご紹介します。システムの統合と開発は、RCIファームウェアとConfiguration Development Kit(CDK)を併用することで簡単に行えます。
View full article
Body Electronics: An OTA Solution for Edge Nodes Using S32K Join this session for an overview of the A-B swap firmware update solutions in edge nodes, specially focusing on our S32K1xx microcontroller family. Join this session for an overview of the A-B swap firmware update solutions in edge nodes, specially focusing on our S32K1xx microcontroller family. Re: Body Electronics: An OTA Solution for Edge Nodes Using S32K Could you please release the demo code in it?
View full article
安全汽车访问:实践研讨会:S32K 烹饪手册 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 与会者将获得有关 S32K Cookbook 应用说明示例的知识和经验,从而实现成功的客户设计。所有示例都会有一个概述,并且会进行一些练习。与会者必须携带笔记本电脑并预装 S32 Design Studio for Arm。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 与会者将获得有关 S32K Cookbook 应用说明示例的知识和经验,从而实现成功的客户设计。所有示例都会有一个概述,并且会进行一些练习。与会者必须携带笔记本电脑并预装 S32 Design Studio for Arm。
View full article
Secure Car Access: Hands-On Workshop: New NXP RF Receiver (Lizard) and Transceiver (MantraCS/F) with Ready to Use Firmware Stack for Car Access Systems Introduction on RCI (Remote Control Interface) for our RF products (Lizard, MantraCS, MantraF). System integration and development made easy using the RCI firmware together with the Configuration Development Kit (CDK). Introduction on RCI (Remote Control Interface) for our RF products (Lizard, MantraCS, MantraF). System integration and development made easy using the RCI firmware together with the Configuration Development Kit (CDK).
View full article
车载无线充电解决方案 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 由于无线充电的便利性、耐用性和汽车安装性,消费者对无线充电的接受度正在呈指数级增长。本次会议将提供车载无线充电设计的深入技术细节和指导。还回顾了涵盖低功率和中功率应用的 NFC/RFID 卡保护。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 由于无线充电的便利性、耐用性和汽车安装性,消费者对无线充电的接受度正在呈指数级增长。本次会议将提供车载无线充电设计的深入技术细节和指导。还回顾了涵盖低功率和中功率应用的 NFC/RFID 卡保护。
View full article
車載ワイヤレス充電設計 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ワイヤレス充電の受け入れは、利便性と耐久性、および自動車への設置により、消費者の間で指数関数的に増加しています。このセッションでは、車載ワイヤレス充電の設計に関する詳細な技術的詳細とガイダンスを提供します。また、低電力と中電力の両方のアプリケーションをカバーするNFC / RFIDカード保護のレビュー。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ワイヤレス充電の受け入れは、利便性と耐久性、および自動車への設置により、消費者の間で指数関数的に増加しています。このセッションでは、車載ワイヤレス充電の設計に関する詳細な技術的詳細とガイダンスを提供します。また、低電力と中電力の両方のアプリケーションをカバーするNFC / RFIDカード保護のレビュー。
View full article
Quick Start of i.MXRT 1050 EVK + MCUXpresso In the i.MXRT 1050 EVK web page, there is a very nice "Getting Started" page to show the videos and steps how to use the board. 1. Connect the board to your PC by a USB cable. 2. Build and download the SDK. a. In the SDK Builder web page, you can customize and download the specific SDK of your board. b. On the next page, you can select different OS and different IDE. Select "MCUpresso IDE" for Windows here. c. You can add the software component that you wanted. d. Request to build the SDK. e. When the build request has completed, the SDK is available for download under the SDK Dashboard page. - Download icon : Download the SDK - Rebuild icon : Rebuild the SDK with different setting - Share icon : Share the SDK to others - MCUConfigTool icon : Run the MCU Configuration Tool to configure the pinmux and clocks for your own design board. - Remove icon : Remove the SDK from the Dashboard. 3. Install the MCUXpresso IDE. a. Go to the MCUXpresso IDE weg page to download the IDE and then install it. 4. Build and run the example on EVK. a. Open the MCUXpresso IDE. Simply drag & drop the SDK zip file to "Installed SDKs" view. b. Import the SDK examples and then click "Next". c. Select the "hello_world" under the demo_apps. d. Click "Build" to build the demo. e. Execute the terminal software (e.g. PuTTY). The COM port of the console output can be found in "devices manager". The COM setting is 115200,8,N,1. f. Click the "bug" icon to start the debugging. g. Click "Resume All Debug Sessions" icon to run the demo. h. "hello world" print out in console. Reference: i.MXRT1050 web page ( Contain the datasheet, reference manual of the i.MXRT1050 processor) i.MXRT1050EVK web page ( Contain the user's guides of the i.MXRT1050 EVK) MCUXpresso IDE web page ( Contain the user's guides of the MCUXpresso IDE ) i.MXRT 105x
View full article
AUTOSAR MCAL快速入门 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 该课程面向刚入门或有兴趣了解如何使用 AUTOSAR MCAL 生成和实施代码的工程师。使用 Tresos 配置工具生成 AUTOSAR 定义的结构来呈现“Hello world”级别的示例。这些指令与 NXP 编写的驱动程序和用户代码相结合来构建应用程序。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 该课程面向刚入门或有兴趣了解如何使用 AUTOSAR MCAL 生成和实施代码的工程师。使用 Tresos 配置工具生成 AUTOSAR 定义的结构来呈现“Hello world”级别的示例。这些指令与 NXP 编写的驱动程序和用户代码相结合来构建应用程序。
View full article
CAN FD and Partial Networking Provide an overview of the protocol and implementation of CAN FD in system architectures, including the use of partial networking in relation to the deployment of CAN FD. Provide an overview of the protocol and implementation of CAN FD in system architectures, including the use of partial networking in relation to the deployment of CAN FD. Re: CAN FD and Partial Networking I am using i.MXRTOS1170 EVKB. I am using sample project "evkbmimxrt1170_canfd_interrupt_transfer_cm7" but it is not working the way it should I am getting garbage data from transmitter. Any help. I configured CAN3 and LPUART1 no warnings or errors. It is failing below  Re: CAN FD and Partial Networking If CAN FD communication is exposed to a CAN node, the CAN node willsee the CAN FD frame as an error and block the communication, thereby rendering the network useless. By using original CAN protocol on the CAN FD nodes all advantages of CAN FD are lost. prepaidgiftbalance
View full article
1秒未満で起動しますか?中国How_Connects学ぶ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> プラットフォームが 1 秒未満で起動することを期待してください...あなたの顧客はそれを求めていますか?それが場合によっては十分に速くない場合でも...ブートパフォーマンスを向上させるために何ができるかについて説明します。ブートROM、ブートローダからOSやアプリケーションまでのブートプロセスを設計および最適化する方法について、専門家から学びます。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> プラットフォームが 1 秒未満で起動することを期待してください...あなたの顧客はそれを求めていますか?それが場合によっては十分に速くない場合でも...ブートパフォーマンスを向上させるために何ができるかについて説明します。ブートROM、ブートローダからOSやアプリケーションまでのブートプロセスを設計および最適化する方法について、専門家から学びます。
View full article
電動化:HV EVパワーインバーターシステムとGD3100のレビュー <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このコースでは、高電圧電気インバータシステムのシステム分析を行います。NXPの電動化ソリューションについてもっと知りたいと思っているすべての人にとって良いセッションです。電気自動車のパワートレインのアーキテクチャと機能安全をレビューします。MC33GD3100の概要、主要な機能、および設計サポートに重点を置いています。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このコースでは、高電圧電気インバータシステムのシステム分析を行います。NXPの電動化ソリューションについてもっと知りたいと思っているすべての人にとって良いセッションです。電気自動車のパワートレインのアーキテクチャと機能安全をレビューします。MC33GD3100の概要、主要な機能、および設計サポートに重点を置いています。
View full article