Multi Source Translation Content

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

Multi Source Translation Content

ディスカッション

ソート順:
Application Note: Editing the String Table with Window Builder In Window Builder the string table is one of the key elements of the resource manager. This application notes gives tips and tricks to ease the use of string tables. PEG GUI
記事全体を表示
应用说明:使用窗口生成器编辑字符串表 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 在 Window Builder 中字符串表是资源管理器的关键元素之一。本应用说明提供了简化字符串表使用的技巧和窍门。 PEG GUI
記事全体を表示
JN5189/K32W/QN9090 無線認証書 無線認証は、JN5189、QN9090、およびK32W製品で実施されています。 証明書または適合宣言書は、添付ファイルで入手できます。 そして 、K32W061、QN9090またはJN5189で初めてPCBを構築するための最良の方法については 、 ここ をクリックしてください!
記事全体を表示
P1010:带有可信架构的QorIQ P1010/14低功耗通信处理器 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Freescale.com 上的产品信息 P1010 产品摘要页 P1010 文档 P1010 软件和工具 P1010 参数 P1010培训 常见问题 (FAQ) P1010/P1014 USB 常见问题解答 P1010/P1014 以太网 (eTSEC) 常见问题解答 P1010/P1014 DDR 常见问题解答 提示与技巧 在 P1010 参考设计板上启用 SD 接口 P1010 DDR3 SRAM 接口的硬件和设计布局/指南 其他资源 适用于 Power Architecture 处理器的 CodeWarrior 在Power架构上优化CodeWarrior 全新CodeWarrior TAP 的实用技巧!( Power Architecture) QorIQ P1设备
記事全体を表示
FreeMASTER 3.1.2 Update - Release Announcement Version 3.1.2 of the NXP FreeMASTER tool has just been published online.  This version is backward compatible and fully replaces older 3.1.0 and 3.1.1 releases. It brings new features and bugfixes described below. The updated installer is available along with documentation and other resources at http://www.nxp.com/freemaster.   Release description FreeMASTER is a powerful data visualization tool developed and provided by NXP to help users monitor and control embedded applications running on NXP’s targets. It works with almost all NXP Arm ® Cortex®-M microcontrollers from both Edge Processing and Automotive business lines as well as with DSC and legacy Power Architecture, ColdFire and HCS12/Z platforms. Version 3.1.2 is a minor update of the 3.1.x mainline release. If there is any previous 3.1.x version already installed on the host computer, the FreeMASTER 3.1.2 overwrites the installation and it remains referred as a general mainline version 3.1. Older 2.x and 3.0 versions are not removed.  Version 3.1.2 is backward compatible with all previous versions. It supports variable monitoring, oscilloscope real time graphs, fast transient recorder graphs and connectivity to 3rd party applications. An HTML rendering engine based on Chromium with full support of JSON-RPC, HTML5 and JavaScript is available to create custom dashboards and other user interfaces that can run inside FreeMASTER or standalone in local or remote web browser. Older Internet Explorer rendering, ActiveX interface and protocols defined for versions 2.x are also still supported. FreeMASTER Lite service which is part of the FreeMASTER installation package provides the communication core for Windows and Linux systems. It is accessible similarly as the FreeMASTER desktop application over the JSON-RPC interface. FreeMASTER Lite also embeds the popular Node-RED framework for graphical programming and provides many examples of use with the FreeMASTER tool. Find more information related to Node-RED in the dedicated training video.  Note: Installing FreeMASTER Lite will require you to enter an activation code. Get your free code on the License Keys tab at the license information page. FreeMASTER Node.js Installable Modules enable convenient use of the FreeMASTER JSON-RPC components in a Node.js applications managed by the ‘npm’ package manager. New Features Version 3.1.2 introduces brand new features extending data visualization and communication options: Array Viewers New Array Viewers enable to display static arrays as graphs similarly to a Recorder feature. The Array Viewers may be viewed as a simpler and lighter replacement for the Recorder. The Viewer can read one or more array from the target memory and display the values in a graph. Another scalar variable is used as a trigger, causing the graph to refresh any time it changes the value. FreeMASTER can optionally clear the trigger variable automatically after displaying the graph, providing an acknowledge to the target that it may prepare new data. The primary benefit of the Array Viewer is that it only needs the Read Memory feature (and Write Memory only in case of the trigger acknowledge is used). This is the reason why it can operate over any communication interface, including the direct-access JTAG or BDM interfaces which do not use any communication protocol between Host PC and the target MCU. Also in many situations, displaying the whole arrays of values present in the target memory is more natural than using the Recorder which is oriented more towards capturing scalar variables’ transitions in time. Refer to User Guide for more information about setting up the Array Viewers in your FreeMASTER project. TCP and UDP communication New Network communication plug-in has been introduced to enable direct TCP or UDP communication with the target MCU over an Ethernet network. The plug-in is compatible with the FreeMASTER communication driver v3.0.4 available in MCUXpresso SDK v2.10 along with new 'fmstr_net' example application for i.MX-RT10xx and K64F platforms. The network communication supports multiple client sessions (multiple FreeMASTER connections made to the same target board). The FreeMASTER "feature locking" has been extended and is now used consistently for all features. Recorders, Oscilloscopes, Pipes and other instances are now "locked" before use, so they are usable by a single FreeMASTER client at one time. An automatic discovery option can be enabled in the FreeMASTER communication driver so the target boards attached to local network appear automatically in the list within the plug-in configuration dialog. This simplifies connection to targets with dynamic IP address assigned by DHCP or another autoconfiguration protocol. The network plug-in is also supported by the FreeMASTER Lite. Other changes List of other minor changes in version 3.1.2 Number of communication retries made during initial board detection is now configurable in the Options dialog. Important change: Use of a long Break signal sent to RS232 serial line is now also optional and it is turned off by default. The Break signal should not be used with a virtual serial port emulated on the CMSIS-DAP device as it causes target board resets. Enable enumeration (enum) types to be parsed from ELF file and put to global Enumerations list from where it can be bound to Variable objects.   Chromium Embedded Framework (CEF) updated to version 89.0.6+g6f30454+chromium-89.0.4389.72. This should fix a image tooltip appearance issue on Windows 10 and some other minor issues. The tooltip issue may remain present on Windows 7 and older systems. BDM/JTAG plug-ins extended to support new version of iSystem.connect interface which is used by iSystem winIDEA 9.21 and later. Bugfixes and other extensions: Fixed project import of variables with global enumeration type assigned. The enumerations were not imported properly which could even lead to crash during import. Fixed import of virtual variables and import of Variables' comment and description fields. Also virtual variables are not exported to FreeMASTER Lite configuration files.  Fixed ELF/DWARF parser problem of estimating array element size when element type information is missing. Fixed CAN plug-in bug of RX buffer flushing in PEAK-Systems driver. The Peak communication could get corrupted after a single bus error. Fixed Oscilloscope and Recorder behavior when an invalid variable was in inserted into the list. Invalid variable was causing other variables to receive wrong values. Fixed excessive message boxes when opening projects with many resource files missing. Now all files can be extracted or redirected into a temporary directory after single message prompt. Fixed problem of initial page display after loading project with CEF activated when any dialog or message box appears during the loading phase (e.g. Resource redirect prompt). Release target audience Both FreeMASTER and FreeMASTER Lite are primarily targeted to our customers, engineers and developers of NXP embedded applications from Industrial, IoT and Automotive areas who want to monitor and control their applications at runtime. FreeMASTER is also a strong framework which can be used to create interactive demos and user interfaces helping to use the embedded applications by yet wider target audience. Prerequisites FreeMASTER tools run on the host computer and communicate with the target microcontroller application using Serial, CAN, Ethernet/WiFi network, JTAG, BDM or other physical interface. The microcontroller communication drivers are available as part of MCUXpresso SDK, S32 Design Studio or as a standalone installation package. Get familiar with the communication protocol and the microcontroller driver API before using the FreeMASTER tool. License terms and conditions permit use of FreeMASTER solely with systems based on NXP microprocessor or microcontroller systems. Packages A single self-extracting installation package which contains both FreeMASTER desktop application and the new FreeMASTER Lite service is available for Windows platforms. A package with the FreeMASTER Lite service is also available for Linux. Access the installation and documentation at the FreeMASTER home page at https://www.nxp.com/freemaster. FreeMASTER 3.1.2 Update - Release Announcement
記事全体を表示
MC33AR6000 Blind Zone truth table Blind Zone is designed a current gap when excitation start raising at very beginning.  This feature is designed for a mechanical coupling delay time when engine start. Customer can fuse the blind zone as initiation, or config/inhibit blind zone by LIN command. Customer can refer to the attachment truth table find the blind zone result. LIN have higher priority. when BZI(OTP)=BZI(LIN)=1, BZ output=0% For other cases: 1. LIN mode: BZ=BZ(LIN) 2. Defult mode: BZ=BZ(OTP) BZI(OTP) BZ(OTP) BZI(LIN) BZ(LIN) BZ output Version A & B 0 X X 0 3% 0 X X 1 12% 1 X 0 0 3% 1 X 0 1 12% 1 X 1 0 0% 1 X 1 1 0% version C X X   00 0% X X   01 3,125% X X   10 6,25% X X   11 12,50% version E X X   0 3% X X   1 6% No LIN X 00 X X 0% X 01 X X 3,250% X 10 X X 6,00% X 11 X X 12,00% Alternator Regulator
記事全体を表示
Model-Based Design Toolbox for i.MX RT Crossover MCUs version 1.2.0 Product Release Announcement EDGE PROCESSING  NXP Model-Based Design Toolbox for i.MX RT Crossover MCUs – version 1.2.0 The Edge Processing Tools Team at NXP Semiconductors is pleased to announce the release of the Model-Based Design Toolbox for i.MX RT 1xxx Series version 1.2.0. This release supports automatic code generation for peripherals and applications prototyping from MATLAB/Simulink for NXP’s i.MX RT 117x, 106x & 101x Series of crossover MCUs. NXP Download Location https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=MCTB-EX   MATHWORKS Download Location https://www.mathworks.com/matlabcentral/fileexchange/81051-nxp-support-package-imxrt1xxx   Version 1.2.0 Release Content Automatic C code generation based on MCUXpresso SDK 2.9.1/2.9.2 drivers and MCUXpresso Configuration Tools 9.0 initializations from MATLAB®/Simulink® for: i.MX RT 1176: MIMXRT1176DVMAA,MIMXRT1176AVM8A,MIMXRT1176CVM8A i.MX RT 1175: MIMXRT1175DVMAA,MIMXRT1175AVM8A,MIMXRT1175CVM8A i.MX RT 1173: MIMXRT1173CVM8A i.MX RT 1172: MIMXRT1172DVMAA,MIMXRT1172AVM8A,MIMXRT1172CVM8A i.MX RT 1171: MIMXRT1171DVMAA,MIMXRT1171AVM8A,MIMXRT1171CVM8A i.MX RT 1061: MIMXRT1061CVJ5A,MIMXRT1061CVL5A,MIMXRT1061DVJ6A,MIMXRT1061DVL6A i.MX RT 1062: MIMXRT1062CVJ5A,MIMXRT1062CVL5A,MIMXRT1062DVJ6A,MIMXRT1062DVL6A i.MX RT 1064: MIMXRT1064CVJ5A,MIMXRT1064CVL5A,MIMXRT1064DVJ6A,MIMXRT1064DVL6A i.MX RT 1011: MIMXRT1011CAE4A,MIMXRT1011DAE5A Multiple options for configuration of MCU packages, Build Toolchain and embedded Target Connections are available via Simulink Model Configuration UI Multiple MCU peripherals and Drivers supported. The following subsystems highlighted in red as supported in Simulink environments in various forms: blocks, files, options i.MX RT 117x derivatives i.MX RT 106x derivatives i.MX RT 101x derivatives Basic and Advanced Simulink Block configuration modes via MCUXpresso Configuration Tools 9.0 UIs for Pins, Clocks, and Peripherals   MATLAB/Simulink versions 2019a – 2021b are supported for Design, Simulation, Code Generation, and Deployment of applications on i.MX RT 117x,106x & 101x Series. Other i.MX RT devices will be supported in future versions of the toolbox. Support for Software-in-Loop (SiL), Processor-in-Loop (PiL), and External Mode; RTCESL – Real-Time Control Embedded Software Motor Control and Power Conversion Libraries (limited support designed for Motor Control applications). A future update will enhance the number of functionalities supported by Simulink. Simulink Example library with more than 190 models to showcase various functionalities: Integrated PMSM Motor Control Sensor/Sensor-less application for both IMXRT1060-EVK and IMXRT1170-EVK:   Target Applications with MATLAB/Simulink This release of the Model-Based Design Toolbox can be used to design, build, and test applications from multiple domains: INDUSTRIAL AC Meters Motion Control Robotics HMI SMART CITY/HOME Video Surveillance Identification Appliances Speakers AUTOMOTIVE HVAC ECU     Target Audience This release is intended for technology demonstration, evaluation purposes, and prototyping for i.MX RT 1xxx MCUs and their corresponding Evaluation Boards: EVK-MIMXRT1170 EVK-MIMXRT1060 EVK-MIMXRT1064 EVK-MIMXRT1010 Useful Resources Examples, Training, and Support: https://community.nxp.com/community/mbdt Technical by System Tools: https://web.microsoftstream.com/channel/618ab630-c8da-4fa8-ade8-5aa70a353124
記事全体を表示
Nitrogen6X by Boundary Devices The Nitrogen6X is a highly integrated development system based on the next generation ARM-Cortex A9 processor from Freescale, the i.MX6. Click here to visit Boundary Devices for full details   See Compatible Products Tab for: 7″ Display SATA Cable 5MP Camera Android Button Board WiFi ADD-ON LVDS Cable for Freescale 10.1″ PCIE DB Available through Arrow Electronics. Cost will be $199 in Production for non-WiFi (October 2012)   General
記事全体を表示
Processor Expert软件 – 组件开发环境 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Freescale.com 上的产品信息 产品汇总页 文档 文件下载 购买/规格
記事全体を表示
CodeWarriorを使用したV10.x MCUのプログラミング <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 現在、フリースケールの入門ガイドをご覧いただけます。このマニュアルでは、CodeWarrior for Microcontrollers V10.xのインターフェースについて紹介します。マイクロコントローラ10.x IDEの基本コンポーネントとCodeWarrior開発プロセスについて説明します。   詳細については、CodeWarriorクイック リファレンスガイド を確認するか、 フリースケール のWebページにアクセスしてください。   このマニュアルには、次の機能も記載されています。 • Microcontrollers 10.x と Eclipse IDE の概要を説明します。また、マイクロコントローラ10.xをインストールするためのシステム要件も提供します。   • CodeWarrior IDEを使用したアプリケーションの開発に関連する段階について説明します。   • Microcontrollers 10.x インターフェースとそのコンポーネントの概要と、Eclipse インターフェースのさまざまなコンポーネントの操作方法について説明します。   • Microcontrollers 10.x でプロジェクトを作成およびデバッグする方法について説明します。   何をためらっているんですか。今すぐこの マニュアル をチェックしてください! 全般
記事全体を表示
Processor Expert: MQX Lite プロジェクトの作成 (Driver Suite) <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> マイクロコントローラ・ドライバ・スイートを使用して、MQX Liteコンポーネントの作成方法について一から学びます。 Processor Expertでタスク関数とRTOSコードが格納される場所についても解説します。
記事全体を表示
The Growing Impact of Wearable Technology in Health and Wellbeing Applications Wearables are expanding beyond the common activity tracking and fitness use cases that already claim almost 1-billion connected devices today. The evolution of wearable technology can be attributed to improving processor performance, sensors, wireless connectivity and tracking capabilities, contactless payment/access, extended battery life and the demand for richer user experiences. All of this creates the ideal foundation for new health and wellbeing use cases. NXP’s broad portfolio of MCUs, applications processors, WiFi/BLE/NFC/UWB-enabled devices, as well as power management ICs are driving new wearable applications within the IoT, including SOS emergency calling, safe zone alerts, contact tracing/social distancing and vitals reporting (HR, SPO2, Body Temp, Sleep Patterns, etc.) for elderly, cognitively impaired and high-risk patients. Join this session to learn about this ever-expanding market and NXP solutions that help address this space. Presenter: Eduardo Montanez, Marketing Manager, Wearables & Personal Devices, NXP Arm® Processors Interface & Connectivity
記事全体を表示
Accelerometer: MMA8491 Breakout Board The MMA8491Q is a low voltage, 3-axis low-g accelerometer housed in a 3 mm x 3 mm QFN package. The device can accommodate two accelerometer configurations, acting as either a 45° tilt sensor or a digital output accelerometer with I2C bus.      • As a 45° Tilt Sensor, the MMA8491Q device offers extreme ease of implementation by using a single line output per axis.      • As a digital output accelerometer, the 14-bit ±8g accelerometer data can be read from the device with a 1 mg/LSB sensitivity. The extreme low power capabilities of the MMA8491Q will reduce the low data rate current consumption to less than 400 nA per Hz. Here is a Render of the MMA8491 Breakout Board downloaded from OSH park: Layout Design for this board: If you're interested in more designs like this breakout board for other sensors, please go to Freescale Sensors Breakout Boards Designs – HOME Accelerometers
記事全体を表示
Model-Based Design Toolbox for S12ZVMx Automotive Microprocessors Version 1.4.0       Product Release Announcement Automotive Processing   NXP Model-Based Design Toolbox   for S12ZVMx – version 1.4.0     Austin, Texas, USA September 9, 2020 The Automotive Processing, Model-Based Design Tools Team at NXP Semiconductors, is pleased to announce the release of the Model-Based Design Toolbox for S12ZVMx version 1.4.0. This release supports automatic code generation for S12ZVM peripherals and applications prototyping from MATLAB/Simulink for NXP S12ZVMx Automotive Microprocessors. This new release adds extended MATLAB version support (R2015a-R2020a), integrates with AMMCLib v1.1.21, is compatible with MathWorks Automotive Advisory Board checks, adds over 50 new examples and more. FlexNet Location: https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=MCTB-EX   Activation link: https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=MCTB-EX Technical Support: NXP Model-Based Design Toolbox for S12ZVMx issues are tracked through NXP Model-Based Design Tools Community space. https://community.nxp.com/community/mbdt   Release Content Automatic C code generation from MATLAB® for NXP S12ZVMx derivatives: S12ZVM 32/L31/16: MC9S12ZVM16 MC9S12ZVML31 MC9S12ZVM32 S12ZVML/C 128/64/32: MC9S12ZVML32 MC9S12ZVML64 MC9S12ZVMC64 MC9S12ZVML128 MC9S12ZVMC128 S12ZVMC256: MC9S12ZVMC256 Integrates the Automotive Math and Motor Control Library release 1.1.21: All functions in the Automotive Math and Motor Control Functions Library v1.1.21 are supported as blocks for simulation and embedded target code generation for: Bit Accurate Model for 16-bit fixed-point implementation Bit Accurate Model for 32-bit fixed-point implementation Bit Accurate Model for floating-point single precision implementation             Extended support for MATLAB versions We extended support for our toolbox to cover a wider range of MATLAB releases – starting from R2015a and going up to R2020a. This way we want to avoid locking out users that have constraints regarding MATLAB versions. Motor control examples We have added new motor control examples – BLDC (closed loop) and PMSM (closed loop, sensorless):   MAAB Checks (MathWorks Automotive Advisory Board) The toolbox is compatible with MathWorks Automotive Advisory Board checks – reports can be generated from Model Advisor:   Updated examples: We have added over 50 new examples, including: Motor control (both BLDC and PMSM) AMMCLib GDU (Gate Drive Unit) Profiler For more details, features and how to use the new functionalities, please refer to the Release Notes document attached.   MATLAB® Integration The NXP Model-Based Design Toolbox extends the MATLAB® and Simulink® experience by allowing customers to evaluate and use NXP’s S12ZVMx MCUs and evaluation boards solutions out-of-the-box with: NXP Support Package for S12ZVMx  Online Installer Guide Add-on allows users to install NXP solution directly from the Mathwork’s website or directly from MATLAB IDE. The Support Package provide a step-by-step guide for installation and verification. NXP Model-Based Design Toolbox for S12ZVM version 1.4.0 is fully integrated with MATLAB® environment in terms of installation: Target Audience This release (1.4.0) is intended for technology demonstration, evaluation purposes and prototyping S12ZVMx MCUs and Evaluation Boards.   Useful Resources Examples, Trainings and Support: https://community.nxp.com/community/mbdt                                              
記事全体を表示
RidgeRun SDK : i.MX6 - X11, QT and Enlightenment Ridgerun SDK for iMX6 based boards now supports the X11 protocol. The server-client based protocol is now supported by our professional SDK using hardware floating point which enables a high performance and provides all the advantages that comes with X.  In the RidgeRun SDK you'll also find complete integration of Qt4.8.5 using an X-based windowing system. We currently support Matchbox and Enlightenment which is a complete desktop environment. Contact RidgeRun for more details at : [email protected] or Please Click -> Contact Us RidgeRun Home Page : www.ridgerun.com RidgeRun iMX6 based solutions : iMX6 Based Solutions
記事全体を表示
QorIQ LS Series FAQs and Tips (In Progress) Note (11/25): FAEs slowly replying with FAQs. This section is essentially created to help all Freescale Layerscape users ranging from customers to designers to help provide the best solution to the most frequently encountered questions and  some handy tips & tricks related to Freescale QorIQ Processing Platform products.                        Frequently Asked Questions (FAQ) Tips & Tricks QorIQ LS1 Devices QorIQ LS1 Devices QorIQ LS2 Devices QorIQ LS2 Devices Feel free to browse through the various product FAQs to get answers to most commonly encountered questions on topics like DDR3, Ethernet (eTSEC), Booting, USB, Hardware Spec/Reference Manual and more. Also browse through the tips & tricks to help you with your design. Drop a comment or two on how we can keep building these pages. Also, feel free to give your suggestions on what you feel should be added to the FAQs or to the FAQ section as a whole. We intend the Freescale Community to grow while mutually helping each other and help reduce design times by providing hands-on solution to tricky problems and questions. QorIQ LS1 Devices LS1020A/LS1021A/LS1022A FAQs LS102x FAQs LS102MA/LS1024A FAQs LS102MA/LS1024A Specific FAQs LS1043A FAQs P1020/P1011 Clocking Specific FAQs P1020/P1011 COP/JTAG Specific FAQs P1020/P1011 Ethernet (eTSEC) Specific FAQs P1020/P1011 Hardware Specifications/Reference Manual Specific FAQs P1020/P1011 IBIS Specific FAQs P1020/P1011 Local Bus Specific FAQs P1020/P1011 Memory Controller Specific FAQs P1020/P1011 Reset Configuration Specific FAQs P1020/P1011 SPI Specific FAQs [ top of page ] QorIQ LS1 Devices - Tips & Tricks                Booting P1020/P1011 from On-Chip ROM (eSDHC or eSPI) Booting P1021/P1012 from On-Chip ROM (eSDHC or eSPI) Booting P1022/P1013 from On-Chip ROM (eSDHC or eSPI) Booting to Linux from an SD Card/MMC for P1020/P1011 Booting to Linux from an SD Card/MMC for P1021/P1012 Booting to Linux from an SD Card/MMC for P1022/P1013 Enabling SD Interface on P1010 Reference Design Board Enabling SD Interface on P1023 Reference Design Board Enabling SD Interface on P1024 Reference Design Board Enabling SD Interface on P1025 Reference Design Board Hardware and Design Layout/Guidelines for P1010 DDR3 SRAM Interfaces Hardware and Design Layout/Guidelines for P1023 DDR3 SRAM Interfaces Hardware and Design  Layout/Guidelines for P1024 DDR3 SRAM Interfaces Hardware and Design Layout/Guidelines for P1025 DDR3 SRAM Interfaces [ top of page ] QorIQ LS2 Devices LS2085A FAQs P2010/P2020 Clocking Specific FAQs P2010/P2020 DDR Specific FAQs P2010/P2020 eSDHC Specific FAQs QorIQ LS2 Devices - Tips & Tricks Booting P2010 from On-Chip ROM (eSDHC or eSPI) Booting P2040/P2041 from On-Chip ROM (eSDHC or eSPI) Booting to Linux from an SD Card/MMC for P2010 Booting to Linux from an SD Card/MMC for P2040/P2041 Enabling SD Interface on P2020 Reference Design Board Hardware and Design Layout/Guidelines for P2020 DDR3 SRAM Interfaces [ top of page ]
記事全体を表示
FSLコミュニティBSP 1.7がリリースされました! <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> FSL Community BSP 1.7 (コードネーム Dizzy) を発表できることをうれしく思います。これは、いくつかの新しいボードのサポートが追加されて忙しいリリースサイクルでした。現在、合計で複数のベンダーの 42 のボードをサポートしています。 1.7のリリースサイクルでは、新しいSoCファミリのサポート(QorlQ Layerscape1)が含まれ、アプリケーションとグラフィカルスタックのサポート(一部を列挙するためのより優れたWayland、Qt5、およびChromiumのサポート)が大幅に拡張されました。これはすべて、コアBSPレイヤーの変更を大幅に減らす(コミットを53%減らす)ことで達成され、FSLコミュニティBSPの長期的な品質とサポートの妥協を余儀なくされます。 もう一つ引用する価値のあるニュースは、リリースノートに関するものです。オンラインで入手でき、サポートされているボードの概要、デフォルトパッケージとオプションパッケージで利用可能なバージョン、およびリリース時点での既知の問題が記載されています。 このリリースでは、リリースノートが完全に改訂され、拡張されました。現在、通常のオンライン版に加えて、PDF版(表示および印刷用)を提供しています。
記事全体を表示
5 Watt Charging and NFC communication with portable devices Built to automotive grade specifications, this Qi compliant wireless charging reference design charges up devices in the car. The devices can integrate into the dash or center console of car.     https://community.nxp.com/players.brightcove.net/4089003392001/default_default/index.html?videoId=4282648274001" style="color: #05afc3; background-color: #ffffff; font-size: 14.4px;" target="_blank   Features Wireless Charging Reference design for Automotive applications Integration into dash board or center console 5 Watts of power following Qi standard Near field Communication (NFC) Loop included   Featured NXP Products 5 Watt Wireless Automotive 5 Watt Wireless Industrial Links WCT-5WTXAUTO: Multi-Coil Wireless Charging Tr Block Diagram   Automotive Industrial
記事全体を表示
Example MPC5604B LINFlex LIN Master-Slave communication demo CW210 This demo performs a communication on LIN bus between two MPC5604B EVBs.   LinFlex0 LIN Master ******************************************************************************** * Detailed Description: * - send header from a LIN Master * - either receive data from a LIN Slave or transmit a data * - no interrupt is used, just SW pooling * * ------------------------------------------------------------------------------ * Test HW:  XPC560B 144 LQFP MINIMODULE, XPC56XX EVB MOTHERBOARD, SPC5604B 2M27V * Target :  internal_RAM, Flash * LinFlex0: Lin Master, 19200 baudrate * Fsys:     64 MHz PLL with 8 MHz crystal reference * * ------------------------------------------------------------------------------ * EVB connections and jumper configuration * * XPC56XX EVB MOTHERBOARD * for LinFlex0 connection to the MC33661 LIN transceiver: * - RXDA_SEL (near SCI !!!!) jumper over pins 1-2 * - TXDA_SEL (near SCI) jumper over 1-2 * * for LIN Master functionality * - VSUP (J6) jumper fitted *   lin xceiver will get +12V from the EVB * - V_BUS (J14) jumper not fitted * - MASTER_EN jumper fitted * - LIN_EN jumper fitted * ********************************************************************************     LinFlex0 LIN Slave ******************************************************************************** * Detailed Description: * - receive header from a LIN Master * - either receive data from a LIN Master or transmit a data * - Filter can be enabled with the FILT_EN = 1 * - If filter is enabled TX interrupt is used to prepare data to send and *    RX interrupt to read received data * - If filter is disabled SW polling is used * * ------------------------------------------------------------------------------ * Test HW:  XPC560B 144 LQFP MINIMODULE, XPC56XX EVB MOTHERBOARD, SPC5604B 2M27V * Target :  internal_RAM * LinFlex0: Lin Slave, 19200 baudrate * Fsys:     64 MHz PLL with 8 MHz crystal reference * * ------------------------------------------------------------------------------ * EVB connections and jumper configuration * * XPC56XX EVB MOTHERBOARD * for LinFlex0 connection to the MC33661 LIN transceiver: * - RXDA_SEL (near SCI !!!!) jumper over pins 1-2 * - TXDA_SEL (near SCI) jumper over pins 1-2 * * for LIN Slave functionality * - VSUP (J6) jumper not fitted ...LIN transceiver will get +12V from the Master * - V_BUS jumper not fitted * - MASTER_EN jumper not fitted * - LIN_EN jumper fitted * ******************************************************************************** General
記事全体を表示
QorIQ Linux SDK 1.6 と Yocto の連携 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このアプリケーションノートでは、Yoctoをインストールして使用し、必要なイメージをカスタマイズおよび生成する方法を紹介します。 QorIQ SDK 1.6のインストールおよびビルド環境設定の手順 スクリプト fsl-setup-poky を使用してビルドプロジェクトを作成し、ローカル設定ファイルに関連する特定のパラメータを説明します。 Yocto Imageのタイプと生成、および必要なイメージを生成するためにマシン設定ファイルの変数を変更する方法。 特定の bitbake タスクを実行する方法、u-boot と Linux カーネルを設定および再構築する方法。 カスタマイズされたrootfsイメージレシピを作成する方法 パッケージリストを追加および削除し、イメージ生成前にRFSコンテンツを変更するためにROOTFS_POSTPROCESS_COMMANDを使用します。 merge-files パッケージを使用して、ユーザー自身のファイルをルートファイルシステムに追加します。 Yoctoビルド環境で新しいパッケージレシピを作成します。 Re:QorIQ Linux SDK 1.6とYoctoの連携 こんにちは、私はbitbakeを使用してu-bootを構築しようとしています。しかし、ループエラーが発生しています。誰かが私がこれを解決する方法を知っているでしょうか?ubuntu-22.04では、recipes-devtools / bisonのバージョンをbison_3.8.2.bbに更新する必要がありました。そのため、次のエラーが発生しています。 Build Configuration: BB_VERSION = "1.22.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-22.04" TARGET_SYS = "arm-fsl-linux-gnueabi" MACHINE = "ls1021aiot" DISTRO = "fsl-networking" DISTRO_VERSION = "QorIQ-SDK-V1.8" TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa7" TARGET_FPU = "vfp-neon" meta meta-yocto meta-yocto-bsp meta-rds meta-fsl-arm meta-fsl-networking meta-fsl-toolchain meta-virtualization meta-oe meta-networking meta-perl toolchain-layer meta-java meta-linaro-toolchain meta-security = "feature/jpc/jenkins:073d500a2f332da0d339f635acf98a3a69ed1e25" NOTE: Preparing runqueue ERROR: Unbuildable tasks were found. These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of unbuildable tasks. Identifying dependency loops (this may take a short while)... ERROR: Dependency loop #1 found: Task 187 (virtual:native:/home/trilliant/tmpDev/arnav_dev/fsl-ls1021aiot-sdk/poky/meta/recipes-devtools/bison/bison_3.8.2.bb, do_install) (dependent Tasks ['bison, do_compile']) Task 188 (virtual:native:/home/trilliant/tmpDev/arnav_dev/fsl-ls1021aiot-sdk/poky/meta/recipes-devtools/bison/bison_3.8.2.bb, do_populate_sysroot) (dependent Tasks ['bison, do_install']) Task 190 (virtual:native:/home/trilliant/tmpDev/arnav_dev/fsl-ls1021aiot-sdk/poky/meta/recipes-devtools/bison/bison_3.8.2.bb, do_configure) (dependent Tasks ['autoconf, do_populate_sysroot', 'automake, do_populate_sysroot', 'gettext-minimal-native, do_populate_sysroot', 'libtool-native, do_populate_sysroot', 'bison, do_patch', 'bison, do_populate_sysroot', 'gnu-config, do_populate_sysroot', 'flex, do_populate_sysroot']) Task 191 (virtual:native:/home/trilliant/tmpDev/arnav_dev/fsl-ls1021aiot-sdk/poky/meta/recipes-devtools/bison/bison_3.8.2.bb, do_compile) (dependent Tasks ['bison, do_configure'])
記事全体を表示