Multi Source Translation Content

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Multi Source Translation Content

ディスカッション

ソート順:
HCP - Videos This page summarizes all Model-Based Design Toolbox videos related to HCP Product Family. Deploying Radar Applications to NXP´s S32R41 Processor Using Simulink® Link to the recording here This webinar shows how to use Radar Toolbox, Simulink ®  , and Embedded Coder ®  to generate C code for radar signal processing algorithms for range and speed estimation and deploy them to NXP ® ´s S32R41 high-performance processor for high-resolution radar. Based on MathWorks´ radar example models, we use Embedded Coder to generate optimized C code and run it in Processor-in-the-Loop (PIL) mode on the S32R41 processor. The code generation workflow will feature the use of NXP´s Model-Based Design Toolbox (MBDT), which provides an integrated development environment and toolchain for configuring and generating all the necessary software to execute complex applications on NXP MCUs and processors.
記事全体を表示
Kinetis Design Studio (KDS) での割り込みを使用したFRDM-K64F RGB LEDの切り替え <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />   こんにちは、Freedomコミュニティのユーザー Bheema は、Kinetis Design Studio (KDS) を使用して FRDM-K64 の基本的なプロジェクト例をゼロから作成するための非常に明確なチュートリアルを Element14 コミュニティに投稿しています (以下のリンクからアクセス可能)。 フリースケール・フリーダム開発プラットフォーム: [FRDM-K... | element14] これらの手順に従って、ツールと新しいFreedomおよびTWRボードに組み込まれたOpenSDAv2インターフェースを適切にセットアップすることを強くお勧めします。 ハッピープログラミング グレッグ 全般 Re: Kinetis Design Studio (KDS) での割り込みを使用した FRDM-K64F RGB LED の切り替え <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> わかりました。彼らが違うことに気づきませんでした。どうもありがとう。 あなたのブログとあなたが投稿している例に本当に感謝しています。 Re: Kinetis Design Studio (KDS) での割り込みを使用した FRDM-K64F RGB LED の切り替え <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちはエリック ありがとう - サポートに感謝し、私が見つけていることを喜んで言ってください。 私は別の問題を思いつきました-私は本当に基本的な何かを見逃しているかどうかわかりません。 私は別のプロジェクトの開始に戻りました - 私の目的は、USBスティックへのUSBホストMSC書き込みをテストすることです。 チュートリアルに従って、以前とまったく同じように、プロジェクトBit1:BitIO_LDDに最初のピンを追加するとすぐに赤いxでマークされます-そしてタブの問題があります "エラー: エラー: このコンポーネントは、Kinetis SDK プロジェクト モードではサポートされていません。" 私はどういうわけかプロセッサエキスパートを動揺させたようで、それを取り戻すことができないようです。 私は、1ビットを正しく生成し、プロジェクトを閉じ、マシンを再起動してすべてのプロセッサが死んでいることを確認するために、さまざまなアプローチを試しましたが、うまくいきません。 無関係なプロジェクトをすべて閉じました。 スナップショットjpgを追加しますが、このエディターでは無効になっています。 だから、私は何か本当に基本的な間違ったことをしているに違いないのですが、それが理解できません。ワークスペースを切り替える必要がありますか? 助けてくれてありがとう
記事全体を表示
メンターグラフィックス組み込みソリューションi.MX6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> デモ所有者: Andrew Patterson Mentor GraphicsのAndrew Pattersonが、Mentor Embedded設計ツールとMCU上のランタイムソフトウェアを使用して、AUTOSARおよび車両ネットワーク設計のデモを行います。また、インフォテインメントとインストルメントクラスターソリューションを i.MX 6シリーズアプリケーションプロセッサに組み合わせる展示も展示されています。     https://community.nxp.com/players.brightcove.net/4089003392001/default_default/index.html?videoId=4282653864001" style="color: #05afc3; background-color: #ffffff; font-size: 14.4px;" target="_blank機能 一般的なカーエンターテイメントシステムのセットアップを展示 Wi-Fiが有効になっている i.MX6上のAndroid Jelly Bean OS 他のスマートデバイスが接続できるようにアクセスポイントとして動作することも、クライアントとして外部ネットワークにアクセスすることもできます インストルメントクラスターディスプレイは、車に接続できるさまざまなアプリケーションを備えた実行中のLinuxクライアントです 注目のNXP製品 ARM® Cortex-A9®コア:i.MX 6シリーズマルチコアプロセッサ リンクス NXP Connect - メンターグラフィックス   オートモーティブ
記事全体を表示
[LPC546xx] Understanding ECRP [LPC546xx] Understanding ECRP Code protection is usually considered at the last step during developing stage. The purpose is to protect our code being hacked when the product is released to market. For example, using ECRP to disable SWD debug interface, disable ISP, disable mass erase, etc. 1.    ECRP vs Legacy CRP ECRP (Enhanced Code Read Protection) is versus legacy CRP on early LPC devices. We can consider ECRP as an advanced version of CRP. Comparing with CRP, ECRP adds new protection features: − Block ISP via Pins − Block ISP using IAP − Block SWD − Mass Erase enable/disable − Sector protection This table lists the difference of ECRP vs. CRP from Anti-Tampering and Flexible view. 2.    Understand and implement ECRP ECRP allows user to tenable below features: − Protect FLASH from ISP Erase/Write − Protect FLASH from IAP Erase/Write − Enable/Disable ISP Entry from bootloader − Enable/Disable ISP Entry from IAP call − Enable/Disable SWD Enable/Disable It looks easy but it is important to know that ECRP feature is controlled by both FLASH and OTP configuration! The most restrictive combination in both setting is needed 2.1          Where is FLASH ECRP: ECRP is at 0x20 of vector table, it’s uint32_t type. We write to this address to set FLASH ECRP protection. The valid bits of FLASH_ECRP is 0-17bit, and the default value is 0xFFFF_FFFF. For detail, please see UM. 2.2          Where is OTP ECRP OPT is a non-volatile and write-once register. OTP is not FLASH and it can be ONLY written by IAP function. OPT ECRP configuration is at OPT bank 3. The default OTP ECRP value is 0. 2.3          FLASH ECRP + OTP ECRP Decides the Protection. See this table to show the combination. Here OTP ECRP is always set with higher priority than FLASH ECRP! Here is typical ECRP settings 2.4        Be Attention! The part is permanently disabled when On-chip Image(s) are ruined SWD access prohibited ISP entries prohibited Please be attention when testing ECRP feature, mis-operation may make the chip brick! General LPC Marketing LPC546xx Peripherals
記事全体を表示
FlexPWM Init Capture テスト S32DS21の例 MPC5744P ******************************************************************************** *詳細な説明: * ※この例では、FlexPWMモジュールの使用例です。 * Submodule0は、独立したPWMA信号とPWMB信号を生成するように設定されています * PWMXはキャプチャー機能の入力として使用されます。 ※キャプチャロジックは、ワンショットモードで1つの立ち上がりエッジと1つの立ち下がりエッジをキャプチャするように設定されています。 *したがって、エッジの配置を確認し、生成されたデューティサイクルを計算できます。 * * ------------------------------------------------------------------------------ * テストHW:DEVKIT-MPC5744P rev.D ※マスクセット:1N16P ※対象:FLASH * Fsys:200 MHz PLL1 *デバッガ:ラウターバッハ * * * EVB接続: * ・J1.3 - D[9] ..FlexPWM X[0]入力 ※J1.5 - A[11] ..FlexPWM A[0]出力 ※J1.7 - A[10] ..FlexPWM B[0]出力 * * * 生成されたパルスを測定するには、X[0]入力をA[0]またはB[0]出力に接続します。 * ********************************************************************************
記事全体を表示
Firstview Consultants:使用 i.MX 6 应用处理器的仪表板应用程序 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 演示所有者: Dominic Selvaraj Firstview Consultants 的 Dominic Selvaraj 在 2014 年 FTF Americas 上演示了使用i.MX 6 处理器的 18 轮卡车的定制仪表板应用程序。     https://community.nxp.com/players.brightcove.net/4089003392001/default_default/index.html?videoId=4282651084001" style="color: #05afc3; background-color: #ffffff; font-size: 14.4px;" target="_blank 特性 展示 18 轮卡车的辅助仪表板应用程序 仪表板配有触摸屏界面,运行Android操作系统 模型卡车上有 4 个摄像头(可 360 度观察车辆周围) 仪表已转变为由矢量图形驱动的虚拟仪表 车载副驾驶导航和多媒体广播   特色恩智浦产品 ARM® Cortex®-A9内核:i.MX 6系列多核处理器 链接 NXP Connect - Firstview   汽车电子 工业控制
記事全体を表示
Why add Deglither in Pre-Exc 2 of AR6000? In pre excitation mode 2, you can have any duty cycle between pre exc value and 100% depending on battery and Vset voltage. On some alternators, with high duty cycles, the switching of excitation causes so much noise through the phase that this noise can be interpreted as valid phase signal. Thus, the device can go to regulation. To avoid that, we added the ability to deglitch the phase input only in pre excitation mode 2 to be sure that the signal we have are real phase signals. Depending on the duration of the noise our customer can see during pre excitation mode2, they can set the value of deglitcher. If they don't use pre excitation mode2, this value is "don't care".   Alternator Regulator
記事全体を表示
Introducing QorIQ LS2 Family -- Combining Ease of Use with Performance Demo Owner: Eyal Harari     Features Explore QorIQ Processing Platforms LS2 family, combining ease of use with performance where software developers can focus at a higher level. Management Complex introduction (MC) and features Featured NXP Products QorIQ Communications Infrastructure
記事全体を表示
NTAG I2C Demo iOS source code sharing Please kindly refer to the attachment for details. Hope that helps, Connected Tag Solutions Re: NTAG I2C Demo iOS source code sharing Hello, may I ask a question? When I was using your code, I found that I was getting ns_ The function 'reg' cannot return the correct result. Can you help me check the problem
記事全体を表示
Learn & Make: Small and Medium Appliances Overview Block Diagram Base Guides for using NFC with the i.MX RT MCU Guide for user interface with i.MX RT 1050 Base and Motor Control Guide for the use of motor control Overview Small and medium appliances are part of the things we use every day in our homes. Some of these applications have a similar operating foundation, in this post we present the necessary tools with which you can learn and develop your own application. Block Diagram Base Small and medium appliances are part of the things we use every day in our homes. Some of these applications have a similar operating foundation, in this post we present the necessary tools with which you can learn and develop your own application. For this application we use the i.MX RT1050 as the main MCU. Guides for using NFC with the i.MX RT MCU Guide for using NTAG I²C plus with i.MX RT Boards NFC Reader Library Porting to i.MX RT1050 Guide for user interface with i.MX RT 1050 Hands-On Workshop: Graphics—How To Create Graphics with i.MX RT (1060, 1050 or 1064) - Lab Material 1 Base and Motor Control A second diagram gives us an equal basis, only with the difference of an extra motor control block, we continue to use the i.MX RT 1050 Guide for the use of motor control Get Your Motor Spinning with i.MX RT - Lab 1 Get Your Motor Spinning with i.MX RT - Lab 2 To finish it is necessary to unite everything done with the previous tutorials to have a complete application, which corresponds to the following diagram. Create your application with and share it with us in the NXP Designs community Block Diagrams Smart Home
記事全体を表示
RDWIRELESSBATTERY: Wireless Charger for Industrial Battery Packs Overview Features Overview NXP ® 's wireless charging reference design uses inductive charging technology to charge high-capacity, multi-cell Li-Ion battery packs. The reference design is capable of charging four battery packs simultaneously, using a single NXP digital signal controller. The reference design consists of two main components: a transmitter that sends the requested power level to the battery packs, and a receiver embedded in the battery packs. The receiver provides a controlled charge to the battery by implementing a charging algorithm. Each transmitter channel adjusts its energy transfer independently by responding to commands from the receiver embedded in the battery pack. The intelligent charging method is software-controlled and has the ability to dynamically adjust the power transfer. Archived content is no longer updated and is made available for historical reference only.   Features 80% transfer efficiency Four charging stations to charge four battery packs simultaneously Supports Qi communications protocol Overtemp, overcurrent and overvoltage protection Legacy Designs
記事全体を表示
支持摄像头的发光演示 所附的两个演示是使用GLOW AOT 工具编译的模型,并使用连接到 i.MXRT1060-EVK 的摄像头生成用于推理的数据。默认的 MCUXpresso SDK Glow 演示了对静态图像的推理,这些演示扩展了这些项目对相机数据进行推理的能力。每个演示都使用 SDK 中的默认模型。 每个演示的/doc文件夹中都有一个 readme.txt 文件,提供了每个演示的详细信息,并且在同一个/doc文件夹中还有一个 PDF,例如用于指向相机进行推理的图像。 软件要求 ==================== -MCUXpresso IDE 11.2.x -适用于 RT1060 的 MCUXpresso SDK 硬件要求 ===================== Micro USB电缆 - 个人电脑 - IMXRT1060-EVK 板,附带摄像头 + RK043FN02H-CT LCD 看板设置 ============== 连接到 i.MXRT1060-EVK 的摄像头和 LCD 准备演示 ================ 1.安装并打开MCUXpresso IDE 11.2 2. 如果尚未完成,请将压缩的 SDK 文件拖放到“已安装的 SDK”选项卡中,以导入 RT1060 MCUXpresso SDK。 3. 下载附加的 zip 文件之一,然后使用快速启动面板中的“从文件系统导入项目...”导入项目。使用“存档”选项选择包含该项目的 zip 文件。 4. 点击快速启动面板中的“Build”来构建项目 5. 使用 USB 电缆连接主机 PC 和目标板上的 OpenSDA 端口 (J41)。 6. 使用以下设置打开串行终端: - 115200 波特率 - 8个数据位 - 无奇偶校验 - 一个停止位 - 无流量控制 7. 单击快速启动面板中的“调试”将程序下载到目标板,然后单击出现的调试视角中的“恢复”按钮运行演示。 运行演示 ================ 对于 CIFAR10 演示:使用相机查看 CIFAR10 模型可以识别的飞机、船舶、鹿等图像。包含的 PDF 可用作示例图像。 对于 MNIST 演示:使用摄像头查看 LeNet MNIST 模型可以识别的手写数字。所包含的 PDF 可用作示例数字,或者您也可以编写自己的数字。 有关更多详细信息,请参阅 /doc 目录中每个演示内的readme.txt文件。另请参阅i.MX RT 的 Glow Lab,了解有关如何使用 Glow 编译神经网络模型的更多详细信息。 i.MX RT
記事全体を表示
NXPテックセッション - S32Gビークルネットワークプロセッサについて知る <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ウェビナーの録画を見る <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ウェビナーの録画を見る
記事全体を表示
Powertrain & Electrification: Wireless BMS Introduction of innovative BMS system concepts based on wireless communication. Overview of system configuration and communication strategy. Validation results from lab work with OEM partner. Introduction of innovative BMS system concepts based on wireless communication. Overview of system configuration and communication strategy. Validation results from lab work with OEM partner. Power Management
記事全体を表示
パワートレイン&電動化:ワイヤレスBMS <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 無線通信に基づく革新的なBMSシステムコンセプトの紹介。システム構成とコミュニケーション戦略の概要。OEMパートナーとのラボ作業による検証結果。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 無線通信に基づく革新的なBMSシステムコンセプトの紹介。システム構成とコミュニケーション戦略の概要。OEMパートナーとのラボ作業による検証結果。 パワー・マネジメント
記事全体を表示
インフォテインメント、コネクティビティ、セキュリティ:i.MX 8アプリケーションプロセッサ向けAUTOSAR MCAL <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> この講義では、NXPの i.MX 8 AUTOSAR MCALおよびSafety MCAL製品の詳細について説明します。これらは、ECU設計アプローチがコーディングからコンフィギュレーションにシフトしているため、製品開発のコストと時間に多大なメリットをもたらします。これらは、i.MX MPUを利用する多くの車載ECU製品にとって、AUTOSARの階層化アーキテクチャに不可欠なコンポーネントとなります。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> この講義では、NXPの i.MX 8 AUTOSAR MCALおよびSafety MCAL製品の詳細について説明します。これらは、ECU設計アプローチがコーディングからコンフィギュレーションにシフトしているため、製品開発のコストと時間に多大なメリットをもたらします。これらは、i.MX MPUを利用する多くの車載ECU製品にとって、AUTOSARの階層化アーキテクチャに不可欠なコンポーネントとなります。 i.MXアプリケーション・プロセッサ
記事全体を表示
Yocto Project Advanced(ヨクトプロジェクト™アドバンスド) <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> i.MX アプリケーションプロセッサ用のYocto Projectを使用した開発のガイドです。レイヤーやレシピの追加、イメージのカスタマイズ、カーネルの操作、その他の重要なYocto開発タスクなど、Yocto Projectを開発に活用する方法を学びます。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> i.MX アプリケーションプロセッサ用のYocto Projectを使用した開発のガイドです。レイヤーやレシピの追加、イメージのカスタマイズ、カーネルの操作、その他の重要なYocto開発タスクなど、Yocto Projectを開発に活用する方法を学びます。 i.MXアプリケーション・プロセッサ Re:Yocto Project™ Advancedについて <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> これらのスライドでは、3.10カーネルとmeta-fsl-armを使用していますか?これ、陳腐じゃないですか?meta-fsl-armへの最後のコミットは2016年でした。 meta-fsl-arm - Freescale ARM ハードウェア サポート メタデータを含むレイヤー  私は、i.MX & Yoctoで構築するための現在のヒントとコツについて読むのをとても楽しみにしていましたが、これはそうではないと思います。
記事全体を表示
MCUXpresso IDEでスタティックライブラリを作成して使用する方法 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 以前のKDSまたはCodeWarriorユーザーの場合、メソッドがまったく同じではないため、MCUXpresso IDEで静的ライブラリを問題なく作成および使用することはできません。 MCUXpresso IDEは、「スマートアップデート」ウィザードを使用して、ユーザープロジェクトにスタティックライブラリを追加することをサポートしています。 この機能は、LPCXpresso IDE から派生しています。ただし、「スマートアップデート」ウィザードは、MCUXpresso 10.1.0のネイティブサポートLPC製品でのみ使用できますおよび下位バージョン。MCUXpresso IDEの将来のリリースでは、すべてのLPCおよびKinetis製品をサポートする予定です。 MCUXpressoがネイティブにサポートしているLPC製品の場合、「Smart Update」を使用してライブラリを追加すると非常に便利です。ユーザーはこの記事からその使用法を学ぶことができます: ライブラリプロジェクトの作成とリンクhttps://community.nxp.com/message/630594 Kinetis製品の場合、プロジェクトにライブラリを追加する唯一の方法は手動で行うことです。 この記事では、MK64Fデモの例を取り、MCUXpresso IDEで静的ライブラリを作成して使用する方法を段階的に説明します。また、すべてのLPCおよびKinetisユーザーが、ユーザープロジェクトがMCUXpressoの下で外部静的ライブラリとどのように連携するかを理解するのも良いでしょう。 この記事のデモコードが必要な場合は、コミュニティ内部メッセージを送ってください。 LPCXサポートからの提案に感謝します         Re:MCUXpresso IDEで静的ライブラリを作成して使用する方法 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> これで、スタティックライブラリの作成に成功し、別のプロジェクトでスタティックライブラリの使用に成功しました。 しかし、別の静的ライブラリ内に静的ライブラリを作成するにはどうすればよいですか?私は別のlib(ソースコードなし、 '.a'libファイルのみ)を私のlibにパッケージ化する必要があります。
記事全体を表示
SD-CPE——与虚拟机(Docker 等)一起部署并由 Orchestrator 管理的 CPE <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> SD-CPE的概念、CPE上功能/应用的虚拟化、编排器对CPE的集中管理、优势以及在家庭、企业和工业中的应用场景。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> SD-CPE的概念、CPE上功能/应用的虚拟化、编排器对CPE的集中管理、优势以及在家庭、企业和工业中的应用场景。
記事全体を表示
车身与舒适度:S32K 完整产品组合更新 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> S32K11x、S32K14x产品和解决方案,迁移到未来的S32K产品。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> S32K11x、S32K14x产品和解决方案,迁移到未来的S32K产品。 Arm® 处理器
記事全体を表示