Multi Source Translation Content

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

Multi Source Translation Content

讨论

排序依据:
Hands-On Lab 3: LPC55S69 Powerquad DSP Lab Understand the value, benefits and features  of Arm's latest Cortex-M33 core through a LPC5500-based product training and hand-on session. Understand the value, benefits and features  of Arm's latest Cortex-M33 core through a LPC5500-based product training and hand-on session. Kinetis Cortex®-M Microcontrollers LPC Microcontrollers
查看全文
S32レーダープロセッサ、製品革命 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このセッションでは、S32レーダープロセッサの概要を説明し、トレンドと主な機能をカバーします <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このセッションでは、S32レーダープロセッサの概要を説明し、トレンドと主な機能をカバーします
查看全文
エッジ コンピューティング - 中国How_Connects、いつ、なぜ、 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> エッジコンピューティングは、クラウドコンピューティングソフトウェアインフラストラクチャを組み込みクラスの処理プラットフォームに配置して、レイテンシーとアップリンク帯域幅の消費を削減します。1コアから16コアのデバイスまで、重要なI/O機能を統合し、ハードウェアの信頼の基点を統合するLayerscapeファミリーは、エッジコンピューティングプラットフォームに最適です。EdgeScaleのような補完的なソフトウェアは、これらのプラットフォームの使いやすさを向上させ、顧客の市場投入までの時間を短縮します。このセッションでは、Layerscape ファミリーのプロセッサ上での Edge コンピューティング アプリケーションの実行について概説します。エッジコンピューティングの概念とそれが必要な理由をカバーし、それを使用できるさまざまなユースケースについて詳しく説明します。Layerscape SDKを使用してコンテナベースのエッジコンピューティングアプリケーションを実行し、AWS、Azure、Alibabaなどの一般的なエッジコンピューティングフレームワークを活用する方法について説明します。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> エッジコンピューティングは、クラウドコンピューティングソフトウェアインフラストラクチャを組み込みクラスの処理プラットフォームに配置して、レイテンシーとアップリンク帯域幅の消費を削減します。1コアから16コアのデバイスまで、重要なI/O機能を統合し、ハードウェアの信頼の基点を統合するLayerscapeファミリーは、エッジコンピューティングプラットフォームに最適です。EdgeScaleのような補完的なソフトウェアは、これらのプラットフォームの使いやすさを向上させ、顧客の市場投入までの時間を短縮します。このセッションでは、Layerscape ファミリーのプロセッサ上での Edge コンピューティング アプリケーションの実行について概説します。エッジコンピューティングの概念とそれが必要な理由をカバーし、それを使用できるさまざまなユースケースについて詳しく説明します。Layerscape SDKを使用してコンテナベースのエッジコンピューティングアプリケーションを実行し、AWS、Azure、Alibabaなどの一般的なエッジコンピューティングフレームワークを活用する方法について説明します。
查看全文
ムラタ:NXP i.MX & RTプラットフォーム向けムラタWi-Fi IBTコネクティビティモジュールを発表 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Murata Wi-Fi IBT Connectivity Modules for NXP i.MX & RT Platformをご紹介します。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Murata Wi-Fi IBT Connectivity Modules for NXP i.MX & RT Platformをご紹介します。 i.MXアプリケーション・プロセッサ インターフェース&コネクティビティ Re: Murata: NXP i.MX & RT Platform 向け Murata Wi-Fi IBT コネクティビティモジュールを発表 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ムラタは、NXP Semiconductors N.V.、Cypress Semiconductor Corporation、Embedded Artists tellsubway.com と提携しています ABは、世界クラスのインターネット接続製品を構築するための完全なWi-FiおよびBluetooth接続環境を提供します。
查看全文
Build Manufacturing Firmware   The mfgtool is the tool download the images to i.MX series of applications processors. It’s convenient and easy use to download the images to your board. About its introductions, work flow and use guide you can see details in the Document file of mfgtool. If customers use our reference boards, they can directly use the default mfgtools we supply for every version BSP and board. But when customers design board and do porting with our i.MX series processors. As they do many changes from our reference board, they need to rebuild the images for their board and for the download tool mfgtool. In the old version BSP, take the L3.0.35_4.1.0_130816 version as an example. When finishing porting the BSP for design board. Run the following command line to generate the manufacturing firmware. ./ltib --profile config/platform/imx/updater.profile --preconfig config/platform/imx/imx6q_updater.cf --continue –batch For android BSP Android4.2.2, one can use the follow command: make distclean make mx6dl_sabresd_mfg_config make In the newest BSP, for linux BSP in yocto use the command: $ bitbake fsl-image-mfgtool-initramfs For the newest android BSP, the command” make mx6dl_sabresd_mfg_config” can not use anymore. So how to get the \Profiles\Linux\OS Firmware\firmware\u-boot-imx6dlsabresd_sd.imx? The easiest way that you can use the u-boot you build for your board, and in the newest BSP, mfgtool can use the same u-boot with the normal u-boot for your board. You do not need to build the u-boot for mfgtool separately. They can use the same one. Hope this can do some help for you. Re: Build Manufacturing Firmware This says for the newest BSP you don't need a mfg version of U-Boot and can use the normal U-Boot. Can you clarify the version of "newest BSP". I am using Android N7.1.2 for iMX6  (U-Boot is u-boot-2017.03, kernel is 4.9.17). Will this version support using same U-boot for both normal and MFG? Thanks, Bruno
查看全文
你是否有一分钟来了解一下i.MX RT [中文翻译版] 见附件   原文链接: https://community.nxp.com/community/imx/blog/2019/04/17/do-you-have-a-minute  i.MXRT 101x i.MXRT 102x i.MXRT 105x i.MXRT 106x
查看全文
Example MPC5777C-eQADC_Simple GHS714 ******************************************************************************** * Detailed Description: * Initializes eQADC module and cyclically converts chosen channel, displaying * it into terminal window. * User could connect EVB pot's wiper to pin header W (see below) to see valid * conversion result. * ------------------------------------------------------------------------------ * Test HW:         MPC5777C-512DS Rev.A + MPC57xx MOTHER BOARD Rev.C * MCU:             PPC5777CMM03 2N45H CTZZS1521A * Fsys:            PLL1 = core_clk = 264MHz, PLL0 = 192MHz * Debugger:        Lauterbach Trace32 * Target:          internal_FLASH * Terminal:        19200-8-no parity-1 stop bit-no flow control on eSCI_A * EVB connection:  For ADC: J53-1 (EVB pot's wiper) --> PW7  - ANB16 *                                                       PW8  - ANB17 *                                                       PW9  - ANB18 *                                                       PW10 - ANB19 ******************************************************************************** ******************************************************************************** * Detailed Description: * Initializes eQADC module and cyclically converts chosen channel, displaying * it into terminal window. * User could connect EVB pot's wiper to pin header W (see below) to see valid * conversion result. * ------------------------------------------------------------------------------ * Test HW:         MPC5777C-512DS Rev.A + MPC57xx MOTHER BOARD Rev.C * MCU:             PPC5777CMM03 2N45H CTZZS1521A * Fsys:            PLL1 = core_clk = 264MHz, PLL0 = 192MHz * Debugger:        Lauterbach Trace32 * Target:          internal_FLASH * Terminal:        19200-8-no parity-1 stop bit-no flow control on eSCI_A * EVB connection:  For ADC: J53-1 (EVB pot's wiper) --> PW7  - ANB16 *                                                       PW8  - ANB17 *                                                       PW9  - ANB18 *                                                       PW10 - ANB19 ********************************************************************************
查看全文
IMX RT - Drum Pad Hi All, One of my recent work with IMXRT Series MCU's, A Simple Drum Pad Proto designed with IMXRT Crossover platform MCU's and Capsense touch. For more details about the project and source. checkout here https://www.hackster.io/ashokr/imx-rt-drum-pad-a8c1cd Thanks Ashok R Embedded Club (@embeddedclub) • Instagram photos and videos #nxp  General
查看全文
EMIOS.pdfのMCBモードでオーバーフロー割り込みとアンダーフロー割り込みを区別する方法 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 全般
查看全文
美光科技最新 i.MX 8M 系列内存解决方案 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> NXP 最新的 i.MX 8M 处理器需要最新的内存才能保持高效运行。作为系统设计师,您的内存选择会影响最终产品的性能、尺寸、成本、电源可靠性和寿命。我们将讨论新款 i.MX 8M 处理器系列支持的最新内存。其中包括 DDR3、DDR4 和 LPDDR4。我们将向设计师展示如何优先考虑性能、功率或价格以开发最优的系统。我们还将提供有关 eMMC 5.1 存储产品的详细信息。这包括命令排队等高性能功能以及几个新的缓存操作。我们还将重点介绍一种新型 MCP,它将 LPDDR4 和 eMMC 包含在一个节省空间的封装中。本次会议将为设计师提供创建最先进的 i.MX 8M 系统所需的工具。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> NXP 最新的 i.MX 8M 处理器需要最新的内存才能保持高效运行。作为系统设计师,您的内存选择会影响最终产品的性能、尺寸、成本、电源可靠性和寿命。我们将讨论新款 i.MX 8M 处理器系列支持的最新内存。其中包括 DDR3、DDR4 和 LPDDR4。我们将向设计师展示如何优先考虑性能、功率或价格以开发最优的系统。我们还将提供有关 eMMC 5.1 存储产品的详细信息。这包括命令排队等高性能功能以及几个新的缓存操作。我们还将重点介绍一种新型 MCP,它将 LPDDR4 和 eMMC 包含在一个节省空间的封装中。本次会议将为设计师提供创建最先进的 i.MX 8M 系统所需的工具。 i.MX 应用处理器 软件和工具
查看全文
S32 Design Studio for Power Architecture 2017.R1 - Update 11 available       Product Release Announcement Automotive Microcontrollers and Processors S32 Design Studio for Power Architecture 2017.R1 Update 11          What is new? S32 SDK for Power Architecture RTM 3.0.0 supporting  S32R274, S32R372, MPC574x-B-C-G, MPC574x-P, MPC574x-R and MPC577x-B-E-C (see the S32 SDK release notes) Integrated Radar SDK RTM 1.2.1 (see the Radar SDK release notes) This is a cumulative update - it includes all of the content of previous updates (Update 1, Update 2, Update 3, Update 4, Updates 5 and 6, Update 7, Update 8, Update 9, Update 10  ). Installation instructions The update is available for online installation (via S32DS Eclipse Updater) or offline installation (direct download link)  installation:  go to menu "Help" -> "Install New Software..." dialog  select predefined update site "S32DesignStudio - http://www.nxp.com/lgfiles/updates/Eclipse/S32DS_POWER_2017.R1/updatesite" select all available items and click "Next" button offline installation:   go to S32 Design Studio for Power product page -> Downloads section or use direct link to download the update archive zip file  Start S32DS and go to "Help" -> "Install New Software..." Add a new "Archive" repository and browse to select the downloaded update archive zip file you downloaded in the previous step Select all available items and click "Next" button.   This will start the update installation process. General SDKs
查看全文
Example MPC5744P 1b+2b_PERRAM_ECC_error_injection GHS614 ******************************************************************************** * Detailed Description: * Purpose of the example is to show how to simulate Multi-bit or Single-bit ECC * error in internal DMA TCD RAM (user must choose it in the option at the end of * main function). * EIM (Error Injection Module) is used to simulate a multi-bit or single-bit * ECC error in DMA TCD RAM (Peripheral RAM). * When corrupted data is accessed the IVOR1 exception handler is called in case * of multi-bit ECC error (IVOR1 exception occurs) and FCCU_Alarm_Interrupt * handler is called in case of single-bit ECC error (FCCU interrupt occurs). * Both function calls MEMU handler. * The example displays notices in the terminal window (connector J19 on * MPC57xx_Motherboard)(19200-8-no parity-1 stop bit-no flow control on eSCI_A). * No other external connection is required. * ------------------------------------------------------------------------------ * Test HW:         MPC57xx_Motherboard + MPC5744P-144DC * MCU:             PPC5744PFMLQ8,0N15P,QQAA1515N, Rev2.1B * Fsys:            200 MHz PLL with 40 MHz crystal reference * Debugger:        Lauterbach Trace32 * Target:          internal_FLASH, RAM * Terminal:        19200-8-no parity-1 stop bit-no flow control * EVB connection:  default ******************************************************************************** ******************************************************************************** * Detailed Description: * Purpose of the example is to show how to simulate Multi-bit or Single-bit ECC * error in internal DMA TCD RAM (user must choose it in the option at the end of * main function). * EIM (Error Injection Module) is used to simulate a multi-bit or single-bit * ECC error in DMA TCD RAM (Peripheral RAM). * When corrupted data is accessed the IVOR1 exception handler is called in case * of multi-bit ECC error (IVOR1 exception occurs) and FCCU_Alarm_Interrupt * handler is called in case of single-bit ECC error (FCCU interrupt occurs). * Both function calls MEMU handler. * The example displays notices in the terminal window (connector J19 on * MPC57xx_Motherboard)(19200-8-no parity-1 stop bit-no flow control on eSCI_A). * No other external connection is required. * ------------------------------------------------------------------------------ * Test HW:         MPC57xx_Motherboard + MPC5744P-144DC * MCU:             PPC5744PFMLQ8,0N15P,QQAA1515N, Rev2.1B * Fsys:            200 MHz PLL with 40 MHz crystal reference * Debugger:        Lauterbach Trace32 * Target:          internal_FLASH, RAM * Terminal:        19200-8-no parity-1 stop bit-no flow control * EVB connection:  default ******************************************************************************** Re: Example MPC5744P 1b+2b_PERRAM_ECC_error_injection GHS614 Hello David ,       1b+2b_PERRAM_ECC_error_injection doesn't work in my main function,PR_CE and PR_UCE of MEMU_ERR_FLAG register are always zero,my chip is SPC5744PFK1AMLQ9,the 1b+2b_PERRAM_ECC_error_injection code that injected into the main function is as the follows pictures:       Thanks for your help!! Re: Example MPC5744P 1b+2b_PERRAM_ECC_error_injection GHS614 I am sorry but I don't understand you. Could you clarify what exactly does not work for you? Thanks Re: Example MPC5744P 1b+2b_PERRAM_ECC_error_injection GHS614 Hello, I encountered a problem in the process of testing 5744: MEMU_PERIPH_RAM_CERR,MEMU_PERIPH_RAM_UNCERR injection failed to make the MEMU_ERR_FLAG register PR_CE,PR_UCE set, the test code is downloaded from the NXP website. At the end of the main function injection, the code is as follows: #define EIM_EICHEN_DMA_memory_0 0x80000000u // must be somewhere in DMA TCD area i.e. 0xFC0A1000-0xFC0A13FE #define Injected_ECC_error_address 0xFC0A1000u void Generate_1b_ECC_error_in_DMA_TCD(void) { register vuint32_t test_read = 0u; //printf("ECC 1b error injected into RAM\r\n"); /* invert 1 LSB bits to create non-correctable data error */ EIM.EICHD_Word1.R = 0x00000001u; /* PRAMC_0 channel error injection enable */ EIM.EICHEN.R = EIM_EICHEN_DMA_memory_0; /* global error injection enable */ EIM.EIMCR.R = 1u; /* error caused by read (it should set MCSR[MAV, LD, BUS_DRERR]) */ test_read = *(unsigned int*) Injected_ECC_error_address; } void Generate_2b_ECC_error_in_DMA_TCD_duplicate(void) { register vuint32_t test_read = 0u; //printf("ECC 2b error injected into RAM\r\n"); /* invert 2 LSB bits to create non-correctable data error */ EIM.EICHD_Word1.R = 0x00000003u; /* PRAMC_0 channel error injection enable */ EIM.EICHEN.R = EIM_EICHEN_DMA_memory_0; /* global error injection enable */ EIM.EIMCR.R = 1u; /* error caused by read (it should set MCSR[MAV, LD, BUS_DRERR]) */ test_read = *(unsigned int*) Injected_ECC_error_address; } note: FLASH_RAM,SYS_RAM can use NXP Web site code to implement error_injection. Thank you very much for your help!
查看全文
opencv 3.1 supports on the mx6q board OpenCV (Open Source Computer Vision Library) is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS and Android. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. Written in optimized C/C++, the library can take advantage of multi-core processing. Enabled with OpenCL, it can take advantage of the hardware acceleration of the underlying heterogeneous compute platform In current bsp , which supports opencv 2.4, but some customer wants to use the opencv 3.1, then one can use the morty yocto bsp to install the opencv. step 1: for how to install the package on ubuntu and how to build the environment, pls refer to the bsp user guide, for how to build the branch morty, try to use the command as below: MACHINE=imx6qsabresd source fsl-setup-release.sh -b build_qt5 -e fb step 2: for how to enable the opencv, pls add the command as below in the local.conf, the path is fsl-release-bsp/build/conf, "CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev" CORE_IMAGE_EXTRA_INSTALL += "opencv-apps opencv-dev python-opencv python-modules"" then build again by bitbake. then you can find the image in the fsl-release-bsp/build/tmp/deploy/images/im6qsabresd/, one can find the opencv libary when extracting the rootfs file step 3: then you can use dd command or mfgtool downloading the image file to the board and use the opencv libary file. other usage: one can install the populate_sdk to build the source code, for opencv 3.1, maybe you will find some g++ issue to fix, so just simple introduce this use the command: bitbake -c populate_sdk fsl-image-gui(for example)  then you can find the sdk install file in the fsl-release-bsp/build_x11/tmp/deploy/sdk, run the install file, set the installation file in the /opt/poky, then you can find the toolchain in the /opt/poky after install successfully.
查看全文
Dual camera & dual display working on MYIR's MYD-JX8MX Dev Board MYD-JX8MX development board based on NXP i.MX8M quad processors provides powerful multi-media functions including dual displays, dual cameras, high-quality audio, etc. The target applications scale from consumer home audio to industrial building automation and mobile computers requiring high-performance and low-power processors. Highlights: - MYC-JX8MX CPU Module as Controller Board - NXP i.MX 8M Quad Application Processor - 1GB / 2GB LPDDR4, 8GB eMMC Flash, 256Mbit QSPI Flash - RS232, 4 x USB 3.0 Host, 1 x USB 3.0 Host/Device, PCIe 3.0 (x4) NVMe SSD Interface, TF Card Slot - Supports Gigabit Ethernet, WiFi/BT and 4G LTE - 2 x MIPI-CSI, HDMI, 2 x LVDS, MIPI-DSI, Audio Input/Output General
查看全文
S32 Design Studio 3.2 - Update 191226 available!       Product Release Announcement Automotive Microcontrollers and Processors S32 Design Studio 3.2  Update 191226          What is new? Vision Extension Package for S32V234 1.1.0 with VSDK 1.5.0 integrated.(VSDK Release Notes) This is a cumulative update (includes previous updates: Update 191219) Installation instructions The update is available for online (via Eclipse Updater) or offline installation (direct download link)  online installation:  go to menu "Help" -> "S32DS Extensions and Updates" dialog  select from available items and click "Install/Update" button   offline installation:   go to S32 Design Studio product page -> Downloads section or use direct link to download the update archive zip file Start S32 Design Studio and go to "Help" -> "S32DS Extensions and Updates" Add a new "Add.." S32DS Software Site and browse to select the downloaded update archive .zip file you downloaded in the previous step         Select from available items and click "Install/Update" button. This will start the update installation process.
查看全文
Hands-On Workshop: Machine Learning with the i.MX RT1060 Crossover Processor Building on the classroom training presentation "Deploying eIQ Machine Learning on NXP MCU and Apps Processors", this hands-on session will allow attendees to take a trained neural network model and deploy it on a i.MX RT1060 crossover processor. Attendees will use MCUXpresso as the development environment and implement an end-to-end use case. See notes here. Building on the classroom training presentation "Deploying eIQ Machine Learning on NXP MCU and Apps Processors", this hands-on session will allow attendees to take a trained neural network model and deploy it on a i.MX RT1060 crossover processor. Attendees will use MCUXpresso as the development environment and implement an end-to-end use case. See notes here. i.MX Applications Processors Software & Tools Re: Hands-On Workshop: Machine Learning with the i.MX RT1060 Crossover Processor Hi, the elQ pack is not yet available on MCUXpresso SDK. Will it be updated soon?
查看全文
Last Mile Connectivity Using 5G Fixed Wireless—Learn About the Market and Solutions Fixed Wireless Access (FWA) emerged as an attractive option for high-speed broadband connectivity in urban/suburban areas as a solution to the ‘last mile problem’. 60 GHz wireless mesh systems are generating commercial interest due to the attractive cost and deployment logistics of unlicensed, high-bandwidth spectrum relative to optical fiber networks. NXP’s Layerscape products are designed into FWA systems conceived to exploit the many opportunities of wireless mesh networks. Learn how NXP's 64-bit Arm® platforms drive the next generation of FWA success. Fixed Wireless Access (FWA) emerged as an attractive option for high-speed broadband connectivity in urban/suburban areas as a solution to the ‘last mile problem’. 60 GHz wireless mesh systems are generating commercial interest due to the attractive cost and deployment logistics of unlicensed, high-bandwidth spectrum relative to optical fiber networks. NXP’s Layerscape products are designed into FWA systems conceived to exploit the many opportunities of wireless mesh networks. Learn how NXP's 64-bit Arm® platforms drive the next generation of FWA success.
查看全文
功能安全与保障:软件安全 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> SbSW 上的演讲介绍了一种新颖的 NXP 安全解决方案,该解决方案通过故障在实际应用中的影响来检测故障。需要解释该方法、阐述其优点、描述其挑战及其解决方案。最后,将展示一个演示作为概念证明。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> SbSW 上的演讲介绍了一种新颖的 NXP 安全解决方案,该解决方案通过故障在实际应用中的影响来检测故障。需要解释该方法、阐述其优点、描述其挑战及其解决方案。最后,将展示一个演示作为概念证明。
查看全文
NXP Technology Days - Minneapolis - May 21, 2018 Automotive i.MX 8/8X Overview  Artificial Intelligence, Enabling Technologies, Security & Solutions Achieving End-to-end Security Starting with Secure Boot  Computing at the Edge - When, Why and How  Hands-On Workshop: Crossover MCU Memory Expansion Advantage: Designing with Execute in Place Serial Flash   i.MX RT Execute in Place Serial Flash Lab Guide.pdf  Hands-On Workshop: Learn to Get Up and Running Fast with MCUXpresso Software and Tools  AMF-ENT-T3024 - Lab 2 - Getting Started with MCUXpresso.pdf  Hands-On Workshop: Leveraging MCUXpresso SDK Examples within Your Designs  AMF-ENT-T3025 - SDK Examples - Labs 1-5.pdf  Hands-On Workshop: Using MCUXpresso Software and Tools with Amazon Web Services (AWS)  AMF-ENT-T3026 - AWS Shadow - Labs 1-2.pdf  AMF-ENT-T3026 - AWS Greengrass - Labs 3-4.pdf  Smart Machinery & Industrial Automation Hands-On Workshop: Get Your Motor Spinning with Kinetis Motor Suite and DC Motor Control Solutions from NXP  AMF-IND-T3033 - 2018 KMS Custom Hardware LAB Guide 1.pdf  NFC in Industrial and Healthcare - More Use Cases Than You Imagine  Time Sensitive Networking (TSN) and Precision Time Protocol (PTP): Challenges, Opportunities and Solutions  Smarter World Solutions & Multimode Connectivity Amazon Alexa Voice Services  Hands-On Workshop: i.MX RT Overview and Training  Identification and Authentication of Consumables and Accessories  i.MX 8M - Next-Generation of Applications Processors for High Performance, Smart Design and Advanced Multimedia  Introduction of NXP Wireless Charging  NXP BLE Low-Power Solutions for Consumer, Medical, Industrial IoT and Automotive Markets  NXP Connectivity Solutions for Smart Home, Building and Lighting  Rapid IoT Prototyping Kit 
查看全文
架构介绍 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 索引| 上一页 |下一页 (在 “我的视频” 中查看)
查看全文