Multi Source Translation Content

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

Multi Source Translation Content

讨论

排序依据:
Example MPC5748G-FlexCAN_with_interrupts S32DS_1.0 ******************************************************************************** * Detailed Description: * This example shows, how to initialize FlexCAN modules for simple transmission * and reception using RX interrupt. Both modules are configured for 100kbit/s * bit rate. CAN_0 module transmits message using MB0. CAN_1 module receives * message using interrupt via MB0. * * * ------------------------------------------------------------------------------ * Test HW:         MPC5748G-324DS, MPC574XG - Motherboard * MCU:             PPC5748GMMN6A 1N81M * Fsys:            PLL0 160MHz * Debugger:        Lauterbach Trace32 *                  PeMicro USB-ML-PPCNEXUS * Target:          internal_FLASH (debug mode, release mode) * EVB connection:  Connect jumpers J15 and J16 on motherboard *                    Connect P14 H to P15 H *                    Connect P14 L to P15 L * ******************************************************************************** ******************************************************************************** * Detailed Description: * This example shows, how to initialize FlexCAN modules for simple transmission * and reception using RX interrupt. Both modules are configured for 100kbit/s * bit rate. CAN_0 module transmits message using MB0. CAN_1 module receives * message using interrupt via MB0. * * * ------------------------------------------------------------------------------ * Test HW:         MPC5748G-324DS, MPC574XG - Motherboard * MCU:             PPC5748GMMN6A 1N81M * Fsys:            PLL0 160MHz * Debugger:        Lauterbach Trace32 *                  PeMicro USB-ML-PPCNEXUS * Target:          internal_FLASH (debug mode, release mode) * EVB connection:  Connect jumpers J15 and J16 on motherboard *                    Connect P14 H to P15 H *                    Connect P14 L to P15 L * ******************************************************************************** General Re: Example MPC5748G-FlexCAN_with_interrupts S32DS_1.0 Thank you, It works Best regards Re: Example MPC5748G-FlexCAN_with_interrupts S32DS_1.0 Hello, if you want FlexCAN example based on SDK, this is directly included in S32 Design Studio. If you want to use this one. you can simply create new project and manually migrate source codes or you can try to use following tutorial https://community.nxp.com/docs/DOC-335361  Regards, Martin Re: Example MPC5748G-FlexCAN_with_interrupts S32DS_1.0 Hello martinkovar, Do you have any updated version of this example to work with the SDK or new version of compiler? If not, could you please tell me what should I do to get this example to work on R1.2017? Thank you so much Re: Example MPC5748G-FlexCAN_with_interrupts S32DS_1.0 Hello, Do you have the example with DMA enabled on FlexCAN? Thanks, Xiaofeng Re: Example MPC5748G-FlexCAN_with_interrupts S32DS_1.0 Hello, which version of S32DS you use? If you recompiled this in S32DS v1.2 or R1.2017, it would not work correct, because there are some significant changes in compiler. Regards, Martin Re: Example MPC5748G-FlexCAN_with_interrupts S32DS_1.0 Hi,I download your code,it can run,but i have some problems when debug it. when i debug it ,it would go to dummy interruption function。like below picture, then,i press the F5(step into),it will enter main() function.like below; I'm confused, why it's not the first to go into main () function. Thank you . Regards, YSl
查看全文
SMI-N2000 真空管に対するソリッドステートRFパワーの利点 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1920年代初頭から、マイクロ波発電の源は伝統的に真空管とマグネトロンでした。今日、一部の高電力RFアプリケーションは、ソリッドステートRF発電に多くの進歩が見られるにもかかわらず、依然として真空管技術に依存しています。このクラスでは、ダイナミックレンジ制御、スペクトル純度、製造規模の経済性、製品寿命など、ソリッドステートの技術的利点について説明します。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1920年代初頭から、マイクロ波発電の源は伝統的に真空管とマグネトロンでした。今日、一部の高電力RFアプリケーションは、ソリッドステートRF発電に多くの進歩が見られるにもかかわらず、依然として真空管技術に依存しています。このクラスでは、ダイナミックレンジ制御、スペクトル純度、製造規模の経済性、製品寿命など、ソリッドステートの技術的利点について説明します。 スマートマシナリー&インダストリアルオートメーション Re:SMI-N2000真空管に対するソリッドステートRFパワーの利点 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> RF誘電体加熱の応用を見てきました。そして、RFEM24-250のような暖房用器具を作りたい。ISM帯域は40MHzで、トランジスタはMRFE6VP6300HまたはMRFE6VP5150Nを使用しています。 リファレンスデザインを見つけたい
查看全文
Android Open Accessory (AOA) kit Link to board: http://www.lpcware.com/content/devboard/android-open-accessory-aoa-kit Android Demos There are three demos available for download on the Embedded Artists website http://embeddedartists.com/products/app/aoa_kit.php The code bundle contains the following: Demo 1: Android Open Accessory demo which lets you control and monitor the AOA Board (LPC1769 side) from an Android device. Demo 2: Android Open Accessory demo which lets an Android device detect CAN nodes (such as the LPC11C24 side of the AOA board) in a CAN network. The CAN nodes can be controlled and monitored from the Android device. Demo 3: Android Open Accessory demo which lets an Android device detect Xbee nodes in an Xbee network. The Xbee nodes can be controlled and monitored from the Android device. FreeRTOS has been ported to the board and a demo is available that show how to use it. lwIP v1.4.0 has been ported to the board. The httpserver_raw (webserver) application from the lwIP contrib package is available with a small modification to use the on-board SD-card interface instead of the ROM based file system. FatFs file system module has been ported to the board. The lwIP demo (based on httpserver_raw) is using this module to access files on an SD card. nxpUSBlib is available and used in the AOA demos. How to setup the projects in LPC Xpresso Make sure that the latest version of the LPCXpresso IDE is installed. Download the package of sample application projects into the Eclipse workspace. The package can be downloaded (as a zip-file) from Embedded Artists’ support page after registering the product. The zip-file contains all project files and is a simple way to distribute complete Eclipse projects. Start the LPCXpresso IDE and select a new (and empty) workspace directory. Select the Import and Export tab in the Quickstart Panel and then Import archived projects (zip), see Figure 1 below. Browse and select the downloaded zip file containing the archived sample applications. Select all sub-projects to be imported, see Figure 2 below. By default the NXP USB library has been configured for USB device only. This needs to be changed to USB host. Right click on the nxpUSBlib project and select Build Configuration, then Set Active. In the list select LPC17xx_Host. See Figure 3. The projects are now imported. Click (to select) the project to work with. Click Build in the Quickstart Panel (under Start Here). See Figure 4 There is also a video on how to setup Demo 1 and get it running by connecting your android device. (Getting started video provided by Embedded Artists) http://www.youtube.com/watch?v=l3f2ss1IdV0&feature=player_embedded
查看全文
Touch Sense Interface for Kinetis KE15Z MCUs Video   NXP’s Touch Sense Interface (TSI) offers a complete solution to help easily integrate this growing ‘touch’ requirement on your next design. NXP’s touch software, offered as a middleware as part of the MCUXpresso SDK, is optimized to work with the Kinetis KE15Z MCU to deliver an easy-to-implement solution. Product features Advanced EMC robustness, pass IEC61000-4-6 standard test Support both of Self-cap sensor and Mutual-cap sensor, up to 36 touch keys Low BOM cost per touch key, no need for external devices Adjustable touch sensing resolution and sensitivity, high performance for waterproof Low power support NXP recommends the following links for additional information Product Link NXP Touch Solution for Kinetis KE15Z MCU Family NXP Touch-Based User Interface Solutions for Kinetis KE15Z MCU Family | NXP  Touch Module for Freedom Board FRDM-TOUCH|Touch Module for Freedom Board | NXP  Freedom Development Platform for Kinetis® KE1xMCUs FRDM-KE15Z Platform|Freedom Development Board | NXP  Industrial
查看全文
SMI-N1805 NXPs Functional Safety Portfolio - An Introduction Designer have a simple way to achieve functional safety standards with NXP's functional safety microcontroller portfolio. During this session we will cover how functional safety applies to both the automotive and industrial markets and the support NXP offers in each step. Watch Video Presentation Designer have a simple way to achieve functional safety standards with NXP's functional safety microcontroller portfolio. During this session we will cover how functional safety applies to both the automotive and industrial markets and the support NXP offers in each step. Watch Video Presentation Smart Machinery & Industrial Automation
查看全文
How to: install KSDK 2.0 Hello KSDK team!   I created helpful tutorial, how to install new version of KSDK.   1) Go to www.nxp.com/ksdk and click to Download button 2) Now choose the Kinetis SDK v2 & v1.3 click Download button 3) At the moment you are redirected to the Kinetis Expert Site, please go to Build an SDK 4) Please, sign in and click Sign in 5) Select MCU for the work and click Select Configuration 6) Selected MCU is supported by KSDK 2.0, you can download the package, choose the toolchain and Operation System. (Also you can add µC/OS-II and µC/OS-III to your package), click on Build SDK Package 7) Done, check Software Vault tab 😎 Please, go to Preferences 9) Please, fill the Preferences and don´t forget Save 10) After successful filling Preferences you are able to see the package in the window 11) Read the Software Terms and Conditions and agree with them 12) Save the package and you can start with KSDK 2.0   SDK API Documentation v.2.0 is located Kinetis SDK 2.0 API Reference Manual: Introduction Enjoy KSDK 2.0!   All feedbacks are very welcome!   Best Regards, Iva General Re: How to: install KSDK 2.0 Iva, I have just upgraded to KDS 3.2.0 and am trying to install KSDK 2.0, using your instructions. When I click on the [Download] button in step 2) my browser intercepts the download with the warning: > > The security certificate presented by this website was issued for a different > website's address. > > Security certificate problems may indicate an attempt to fool you or intercept any > data you send to the server. > > We recommend that you close this webpage and do not continue to this website. > Is it possible your site has been hacked?  Explorer refuses to let me access it. Re: How to: install KSDK 2.0 Same here. The SW seems flaky. I have also tried to follow tutorials just to get a "Blinky" project up and running, but it falls short on the loading of the 2.2 SDK: Tutorial: Blinky with NXP Kinetis SDK V2.0 and Processor Expert | MCU on Eclipse  Does not work with the SDK exported from  Re: How to: install KSDK 2.0 I am unable to get KDS to recognize my KSDK 2.0 download. The toolchain is set to Kinetis Design Studio but when I go to download it I see This MCUXpresso SDK configuration is available for direct download I can't seem to find a tutorial that matches what I actually see when I try to run through the setup of a project. Re: How to: install KSDK 2.0 Any updates regarding downloading support for multiple processors in the same package?  Or a release supporting all processors?  I'm currently forced to merge and maintain a pseudo repository kinetis-sdk2 / mcuxpresso-sdk (or whatever the new name is) to support parts.  Would be handy of Freescale/NXP/Qualcomm followed a model of releasing an upstream repository via git or similar. Re: How to: install KSDK 2.0 Hi Steve, unfortunately not. There is no easy way how to comfortably migrate the project from 1.3 to 2.0 because of a lot of changes. It is recommended to create new KSDK 2.0 project  and copy your code into this new project. Then is needed setup the pins and clocks through hardware_init(). Not sure, what is your project about. At the moment there is still option for downloading only 1 package per 1 device. If I will know the update about this, I will let you know. Thank you for your feedback. Have a nice day! Iva Technical Support Engineer Re: How to: install KSDK 2.0 Jason, We're at the point in our project where we've got a window to look into converting from 1.3 to 2.0. I'm concerned with setting up version control, and having to have separate areas for single processors. I looked into merging multiple packages manually, and it's not trivial, especially with the manifest. Any update on when, or even if, NXP will support multiple processors in a single package? Thank, Steve Re: How to: install KSDK 2.0 thank you. My problem has been solved. Re: How to: install KSDK 2.0 Steve - This feedback has been communicated with the engineering team behind the package builder. Regards Re: How to: install KSDK 2.0 I understand that some developer might not want to download all the processor versions, and this makes a smaller download. But, some of us do, needing to support multiple parts and packages. To get support for multiple parts (or packages), the current method is causing me to download the entire package for each part. Comparing the downloads, for the most part, only the devices and boards has any differences. Sometimes there is more "middleware" included. Every time, I'm also downloading the tool suite, libraries, etc. Would you please add the ability to select multiple, or all, devices to the tool? Or at least the entire family? -Steve Re: How to: install KSDK 2.0 Hi, no, there will be a replacement by another tool. -Iva Re: How to: install KSDK 2.0 Is there any plan to add Processor Expert support?
查看全文
Working with FreeRTOS projects using KDS and KSDK 1.3 Project Generator tool Hello all, This document describes how to create a FreeRTOS project in KDS using the Kinetis SDK Project Generator tool. If you are interested in how to Create a FreeRTOS project using KDS and Kinetis SDK Project V2.0 please check the below link: https://community.freescale.com/docs/DOC-330183 In order to follow this document, first it is necessary to install: Kinetis Design Studio (KDS) Kinetis Design Studio Integrated Development |NXP KINETIS-SDK: Software Development Kit for Kinetis MCUs Software Development Kit for Kinetis MCUs|NXP KSDK Project Generator tool Software Development Kit for Kinetis MCUs|NXP Creating a new project using the Project Generator tool Kinetis SDK Project Generator tool is a supplement to the KSDK. It is intended to provide users with a convenient method for generating KSDK based projects for their intended target hardware. The KSDK Project Generator requires the user to install an instance of KSDK 1.2.0 or 1.3.0 before generating new projects. The KSDK Project Generator requires operates on Windows, Linux, and Mac OSX. 1. Launch the Project Generator executable. 2. Introduce the Project Name and choose the board used. For this example it is used the TWR-K64F120M. 3. In order to generate a FreeRTOS project, click on the "Advanced" button. 4. Choose the operating system, in this case FreeRTOS, the IDE KDS and select Generate standalone project. 5. After that, click on "Advanced Generate" button to create the project. Open the project in KDS Every application/example created using the KSDK Project Generator tool has one associated working set description file which includes the path to the example project file and the dependent RTOS library project file. Simply import that file into KDS working space. At this point you should be able to build the library and the project created. Developing a FreeRTOS with KSDK application Operating System Abstraction layer (OSA) provides a common set of services for drivers and applications so that they can work with or without the operating system. OSA provides these services: task management, semaphore, mutex, event, message queue, memory allocator, critical part, and time functions. An easy method to create a task is using  the OSA_TASK_DEFINE macro and the function OSA_TaskCreate(). The macro OSA_TASK_DEFINE declares a task handler and task stack statically. The function OSA_TaskCreate() creates task base-on the resources declared by OSA_TASK_DEFINE. The parameters for this function are: The stack size in byte. Pointer to the stack. The stack size in byte. Pointer to the stack. Initial priority of the task: OSA supports task priorities 0∼15, where priority 0 is the highest priority and priority 15 is the lowest priority. Pointer to be passed to the task when it is created. If this task will use float register or not. Pointer to the task handler. NOTE: The disadvantage with this method is that task function can only create one task instance. The project created using the Project Generator tool creates one  task (task_example) implementing OSA. For more information about functions, macros and drivers please consult the Kinetis SDK v.1.3 API Reference Manual. This is located, after install Kinetis SDK, at the path: \doc GPIO Example 1. Add a new task named task_led. Add also a macro for OSA_TASK_DEFINE, the priority of the task and the prototype. To initialize and start RTOSes, OSA uses abstract functions OSA_Init() and OSA_Start(). Call OSA_Init() after calling hardware_init(). 2. Create the empty body of task_led 3. Add the following code initialization code for GPIO driver. PRINTF("\nLED TASK is running \n"); /* Enable clock for PORTs */ CLOCK_SYS_EnablePortClock(PORTA_IDX); CLOCK_SYS_EnablePortClock(PORTE_IDX); //Initializes GPIO driver GPIO_DRV_Init(switchPins, ledPins); 4. Now add logic to toggle a LED when a button is pressed. while(1) { //  check if SW2 is pressed if(GPIO_DRV_ReadPinInput(kGpioSW3) == 0) { GPIO_SW_DELAY; GPIO_DRV_TogglePinOutput(BOARD_GPIO_LED_BLUE); } } 5. It is needed a delay for the push buttons debounce. In this case it is GPIO_SW_DELAY which is defines as follows: /*Delay for Switch debounce*/ #define GPIO_SW_DELAY \ do \ { \ uint32_t i; \ for (i = 0; i < 0x2FFFFF; i++) \ { \ __asm("nop"); \ } \ } while (0) GPIO 6. Build and debug the project. Enjoy... Re: Working with FreeRTOS projects using KDS and KSDK 1.3 Project Generator tool I'm using Project Generator 2.2, KSDK 1.3 to generate FreeRTOS project for TWL-POS-K81. The Project Generator does not complete. please advice.
查看全文
FTF-ACC-F1243.pdf <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このセッションでは、AUTOSARの標準概念とフリースケールAUTOSAR量産グレード・ソフトウェアについて紹介します。ハンズオンでは、AUTOSAR MCU Abstraction Layerドライバー(MCAL)、AUTOSARリアルタイムオペレーティングシステム(OS)の使用、および自動車アプリケーションの使用に焦点を当てます。このセッションでは、ソフトウェアの構成、コード生成、フリースケールの車載用マイクロコントローラでのアプリケーションの実行まで、段階的なアプローチで視聴者をガイドします。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このセッションでは、AUTOSARの標準概念とフリースケールAUTOSAR量産グレード・ソフトウェアについて紹介します。ハンズオンでは、AUTOSAR MCU Abstraction Layerドライバー(MCAL)、AUTOSARリアルタイムオペレーティングシステム(OS)の使用、および自動車アプリケーションの使用に焦点を当てます。このセッションでは、ソフトウェアの構成、コード生成、フリースケールの車載用マイクロコントローラでのアプリケーションの実行まで、段階的なアプローチで視聴者をガイドします。
查看全文
K22FSH Development Presented at DwF IoT Wireless Module Solutions - Wuhan - May 28, 2015 Presented at DwF IoT Wireless Module Solutions - Wuhan - May 28, 2015
查看全文
FTF-ACC-F1242.pdf <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 車載アプリケーションが複雑化するにつれて、コスト効率の高いプログラムおよびデータストレージのために外部メモリの使用を必要とするソリューションが増えています。このプレゼンテーションでは、フリースケールの車載用プロセッサおよびコントローラで使用されるメモリの特性をレビューし、それぞれのアプリケーションの利点をまとめています。含まれるメモリインターフェースとテクノロジーは、SDRAM、QuadSPI、I2C、SDおよびSDIO、NANDフラッシュ、USBです。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 車載アプリケーションが複雑化するにつれて、コスト効率の高いプログラムおよびデータストレージのために外部メモリの使用を必要とするソリューションが増えています。このプレゼンテーションでは、フリースケールの車載用プロセッサおよびコントローラで使用されるメモリの特性をレビューし、それぞれのアプリケーションの利点をまとめています。含まれるメモリインターフェースとテクノロジーは、SDRAM、QuadSPI、I2C、SDおよびSDIO、NANDフラッシュ、USBです。
查看全文
One-Chip Qi transmitter NXQ1TXH5 Demo The NXQ1TXH5 is a one-chip low power Qi transmitter, and it enables an ultra-low cost wireless charging transmitter dramatically reducing application cost while still providing latest WPC version 1.2 Qi compliant performance.   The NXQ1TXH5 demo is provided in an exciting form-factor with a backlight module on which Qi enabled phones can be charged. The demonstration shows the extremely low component count, which is interesting for professionals to understand, and at the same time showing a real-life eye-catching form-factor that draws non-technically skilled person attention. The demonstration challenges people to actually charge their phone and experience charging without wires.   One of the table modules is provided with a table-fan in which there is a Qi power receiver built-in. It can be used as a standby-demo to further draw attention to the demo, even when no phone is placed, and it avoids phones getting lost when there is no expert attending the demo.     The Qi wireless charging demo consists of a module that can be built into any table, using a 181mm round hole and it can simply be dropped into the hole. It is delivered with a universal mains power supply and hence easy to install. Below pictures show the Qi wireless charging table module demo, as well as dimensions to help building it into available infrastructure.   Demo / product features   Ultra low component count solution. Reducing application cost by 30-50% compared to other solutions Easy to layout on 2-sided PCB Excellent EMI behaviour without additional external filtering Ultra low standby power of 10 mW meeting 5-start smartphone charger standby rating High efficiency of 75% Excellent thermal behaviour due to NXPs proprietary low RDSon power silicon technology NXP Recommends   NXQ1TXH5 - Low cost version; contact your local sales representative for information on NXQ1TXL5 Mobile
查看全文
Freescale_Cup_2015__Technical_Report_UAS_Landshut.pdf Freescale Cup technical report from EMEA finalist team UAS from the University of Applied Sciences Landshut Freescale Cup technical report from EMEA finalist team UAS from the University of Applied Sciences Landshut
查看全文
Example MPC5744P eTimer CTU ADC synchronization GHS614 ******************************************************************************** * Detailed Description: * * * This example shows synchronization between eTimer, CTU and ADC modules. * The eTimer0 module timer 2 is initialized to generate PWM signal, and rising edge * of this signal is used to generate trigger signal for CTU module. The CTU module * use one command list with 4 ADC_0 channels. Single conversion mode is used, * so ADC0 ch0, ch1, ch2 and ch3 are sampled. * ------------------------------------------------------------------------------ * Test HW:  MPC57xx * Maskset:  1N65H * Target :  internal_FLASH * Fsys:     200 MHz PLL with 40 MHz crystal reference * * EVB connection: * * P8.1  - A[0]  .. GPIO output, used to see CTU-ADC ISR period * P9.1     - B[7]  .. ADC0 AN[0] input * P9.2     - B[8]  .. ADC0 AN[1] input * P16.4 - I[3] .. CTU0 EXT TRG output * * see CTU0 EXT TRG output signal (toggle on each trigger) on P16.4 with respect of eTimer PWM signals. * ******************************************************************************** ******************************************************************************** * Detailed Description: * * * This example shows synchronization between eTimer, CTU and ADC modules. * The eTimer0 module timer 2 is initialized to generate PWM signal, and rising edge * of this signal is used to generate trigger signal for CTU module. The CTU module * use one command list with 4 ADC_0 channels. Single conversion mode is used, * so ADC0 ch0, ch1, ch2 and ch3 are sampled. * ------------------------------------------------------------------------------ * Test HW:  MPC57xx * Maskset:  1N65H * Target :  internal_FLASH * Fsys:     200 MHz PLL with 40 MHz crystal reference * * EVB connection: * * P8.1  - A[0]  .. GPIO output, used to see CTU-ADC ISR period * P9.1     - B[7]  .. ADC0 AN[0] input * P9.2     - B[8]  .. ADC0 AN[1] input * P16.4 - I[3] .. CTU0 EXT TRG output * * see CTU0 EXT TRG output signal (toggle on each trigger) on P16.4 with respect of eTimer PWM signals. * ******************************************************************************** General Re: Example MPC5744P eTimer CTU ADC synchronization GHS614 Hi Pat, Feel free to create a new thread. So others can also join a discussion. If your questions are related to any issues in my examples than feel free to write here. Peter
查看全文
Example MPC5744P FlexPWM SGEN synchronization GHS614 ******************************************************************************** * Detailed Description: * * * This example shows usage of FlexPWM and Sine Wave generator (SGEN) modules. * The setting is selected in the way to have a PWM output signal synhronized with * SGEN output signal. This is necessary for resolver usage in motor control appls. * * See attached Excel sheet for calculation of parammeters used here (AUX0_clk_DIV0, * AUX0_clk_DIV1, SGEN_IOFREQ, PWM_PRESCALER, PWM_MODULO). * * This example is set for 2.44140625 kHz SGEN/PWM frequency. * * * ------------------------------------------------------------------------------ * Test HW:  MPC57xx * Maskset:  1N65H * Target :  internal_FLASH * Fsys:     200 MHz PLL with 40 MHz crystal reference * * EVB connection: * * P20.1 - D[7] .. SGEN output *          connected to FEC PHY's MIIMODE input on motherboard, *          to see full amplitude remove J26    * * P8.12    - A[11] .. FlexPWM A[0] output * P8.11    - A[10] .. FlexPWM B[0] output * * ******************************************************************************** ******************************************************************************** * Detailed Description: * * * This example shows usage of FlexPWM and Sine Wave generator (SGEN) modules. * The setting is selected in the way to have a PWM output signal synhronized with * SGEN output signal. This is necessary for resolver usage in motor control appls. * * See attached Excel sheet for calculation of parammeters used here (AUX0_clk_DIV0, * AUX0_clk_DIV1, SGEN_IOFREQ, PWM_PRESCALER, PWM_MODULO). * * This example is set for 2.44140625 kHz SGEN/PWM frequency. * * * ------------------------------------------------------------------------------ * Test HW:  MPC57xx * Maskset:  1N65H * Target :  internal_FLASH * Fsys:     200 MHz PLL with 40 MHz crystal reference * * EVB connection: * * P20.1 - D[7] .. SGEN output *          connected to FEC PHY's MIIMODE input on motherboard, *          to see full amplitude remove J26    * * P8.12    - A[11] .. FlexPWM A[0] output * P8.11    - A[10] .. FlexPWM B[0] output * * ******************************************************************************** General
查看全文
i.MX51 PDK operating system with LTIB HI, I want to build an Ubuntu Linux operating system with LTIB, but from the user guide the host system is Ubuntu 9.04, but we can't use 'apt-get install' any package due to there are no source lists. What should we do next? Thank you!
查看全文
ARC Car1 テクニカルReport.pdf <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> フリースケールカップWWファイナル2015(ランク3)のARCインジェネリー(スイス)のチームARCカー1からのテクニカルレポート。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> フリースケールカップWWファイナル2015(ランク3)のARCインジェネリー(スイス)のチームARCカー1からのテクニカルレポート。
查看全文
Low power mode example code for MagniV S12ZVC device The example code demonstrates MCU low power modes: STOP and WAIT. For detailed description see main.c file of the project. * - tested on X-VLG-S12ZVC board * - BUSCLK = 6.25MHz based on internal oscillator clock IRCCLK = 1MHz.The PLL set by default in PEI mode. * - Reference documentation: MC9S12ZVCRMV1.pdf (REV 1.9) VLG-MC9S12ZVC-SCH.pdf (Document Number SCH-28038, SPF-28038) General Re: Low power mode example code for MagniV S12ZVC device Hi Paolo, It has been fixed, thank you, BR, Daniel Re: Low power mode example code for MagniV S12ZVC device Hi guys, where I can find the file EX-TIC-S12ZVC-STOPandWAITmode-CW106.zip? The link seems to be broken "Not Found The item does not exist. It may have been deleted". Regards Re: Low power mode example code for MagniV S12ZVC device Hi Daniel,  Thank you very much for the effort. Best regards, Alexis Re: Low power mode example code for MagniV S12ZVC device Hi Alexis, It has been updated. Thanks. Regards, Daniel Re: Low power mode example code for MagniV S12ZVC device Hi guys, It seems that the link is broken "Error 404 file not found".
查看全文
QorIQ通信プラットフォームおよびC29x暗号化コプロセッサ・ファミリ上のOpenSSL <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> OpenSSLは、非常に人気のある暗号ツールキットおよびプロトコルスタックですが、FreescaleのQorIQ通信プラットフォームやC29x暗号コプロセッサファミリに見られるような最新の暗号アクセラレーションを活用するのにはあまり適していません。このセッションでは、フリースケールのSECドライバと標準OpenSSLとの統合、およびRSAおよびレコード・レイヤ・オフロードの最適化について説明します。T4240+C29x での最適化と HTTPS 接続速度を使用した場合と使用しない場合の OpenSSL 速度テストのパフォーマンス デモが含まれており、T4240 のローカル セキュリティ エンジンと外部 C29x の間でオフロードを分割する方法を示します。 ジム・ブリッジウォーターによる発表 2015年3月26日、DwF Silicon Valleyにて発表 セッションID: AMF-SNT-T1047 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> OpenSSLは、非常に人気のある暗号ツールキットおよびプロトコルスタックですが、FreescaleのQorIQ通信プラットフォームやC29x暗号コプロセッサファミリに見られるような最新の暗号アクセラレーションを活用するのにはあまり適していません。このセッションでは、フリースケールのSECドライバと標準OpenSSLとの統合、およびRSAおよびレコード・レイヤ・オフロードの最適化について説明します。T4240+C29x での最適化と HTTPS 接続速度を使用した場合と使用しない場合の OpenSSL 速度テストのパフォーマンス デモが含まれており、T4240 のローカル セキュリティ エンジンと外部 C29x の間でオフロードを分割する方法を示します。 ジム・ブリッジウォーターによる発表 2015年3月26日、DwF Silicon Valleyにて発表 セッションID: AMF-SNT-T1047 Power Architecture®プロセッサ
查看全文
GoKit WIFI Application with KL02 There is a popular WIFI platform called “GoKit” in China. This testing kit can be use to do some customized application. Not only WIFI communication, kit also support other functions. You can find interfaces listed as below. GoKit Interfaces: I try to use FRDM-KL02 to communicate with this kit to do a WIFI communication application. Board connection as below. This platform has two running mode. One is AirLink mode, and another is normal running mode. AirLink mode is used to WIFI communication or pair. Go to AirLink mode steps: Power on FRDM-KL02 Long press key1 to reset WIFI module. Wait until RED led on. Short press Key2 to go into configuration mode, wait until RED led flash on WIFI module. Open demo APP, select “adding device”, input SSID password. Waiting for configuration finish. Command Format HOF: 2bytes, value 0xFFFF Length: 2bytes Cmd:1byte SN:1byte Flags:2bytes DATA: Xbytes Checksum:1byte WIFI acquire device information MCU inform WIFI into configure mode MCU reset WIFI WIFI inform MCU status WIFI ask for reset Illegal command For detail code, I will post another thread for your reference. Kinetis L Series MCUs
查看全文
AMF-ACC-T1655 Learn the major components of an Automotive Traction Inverter by walking through a prototype hardware and software design. I will be highlighting our IGBTs, GDICs, micros, and voltage / frequency (V/F) software to control an induction motor. This class provides a solid foundation on motor control and inverter design and an excellent class for engineers that are involved with EV systems but not yet motor control experts. Learn the major components of an Automotive Traction Inverter by walking through a prototype hardware and software design. I will be highlighting our IGBTs, GDICs, micros, and voltage / frequency (V/F) software to control an induction motor. This class provides a solid foundation on motor control and inverter design and an excellent class for engineers that are involved with EV systems but not yet motor control experts.
查看全文