0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心
发布
  • 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
FRDM-K20D50M

FRDM-K20D50M

  • 厂商:

    NXP(恩智浦)

  • 封装:

    -

  • 描述:

    FREEDOM BOARD KINETIS

  • 数据手册
  • 价格&库存
FRDM-K20D50M 数据手册
www.freescale.com/FRDM-K20D50M TM Quick Start Guide for FRDM-K20D50M Rev 1 These documents are available as part of the Quick Start Package: Name Type Description Quick Start Guide PDF This document OpenSDA Applications Folder OpenSDA Applications for the FRDM-K20D50M Precompiled Examples Folder S-record images of example projects for use with the MSD Flash Programmer Additional reference documents are available on freescale.com/FRDM-K20D50M: Name Description FRDM-K20D50M Quick Start Package Quick Start Guide and supporting files for getting started with the FRDMK20D50M. FRDM-K20D50M User’s Manual This document—overview and detailed information for the FRDM-K20D50M hardware. FRDM-K20D50M Pinout Spreadsheet of pin connections for all MCU pins. Includes pinout for the I/O headers, Arduino R3 compatibility chart, and OpenSDA MCU pinout FRDM-K20D50M Schematics PDF schematics for the FRDM-K20D50M hardware FRDM-K20D50M Design Package Zip file containing all design source files for the FRDM-K20D50M hardware OpenSDA User’s Guide Overview and instructions for use of the OpenSDA embedded debug circuit. TM 2 Quick Start Guide for FRDM-K20D50M Rev 1 TM 3 Quick Start Guide for FRDM-K20D50M Rev 1 The Freescale Freedom development platform is a set of software and hardware tools for evaluation and development. It is ideal for rapid prototyping of microcontroller-based applications. The Freescale Freedom K20D50M hardware, FRDM-K20D50M, is a simple, yet sophisticated design featuring a Kinetis K Series microcontroller, the industry’s first microcontroller built on the ARM® Cortex™-M4 core. Features: ƒMK20DX128VLH5 MCU – 50MHz, 128KB Flash, 16KB SRAM, 32KB FlexMem, USB OTG (FS), 64LQFP ƒCapacitive touch slider, MMA8451Q accelerometer, Tri-color LED ƒFlexible power supply options – USB, coin cell battery, external source ƒEasy access to MCU I/O ƒBattery-ready, power-measurement access points ƒForm factor compatible with Arduino ™ R3 pin layout ƒOpenSDA debug interface ƒMass storage device flash programming interface (default) – no tool installation required to evaluate demo apps ƒP&E Debug interface provides run-control debugging and compatibility with IDE tools ƒCMSIS-DAP interface: new ARM standard for embedded debug interface Refer to the FRDM-K20D50M User’s Manual and OpenSDA User’s Guide for more information . TM 4 Quick Start Guide for FRDM-K20D50M Rev 1 Installing Drivers and Running the Out of Box Demo 0 Optional: Download and Install the P&E OpenSDA USB Drivers found at www.pemicro.com/opensda. 1 Plug in a USB cable (not included) from a USB host to the OpenSDA mini-B USB connector. The FRDMK20D50M will be powered by this USB connection. FRDM-K20D50M comes with the mass-storage device (MSD) Flash Programmer OpenSDA Application preinstalled. It will appear as a removable storage drive with a volume label of FRDM-K20D50M 2 a. Open Device Manager b. Locate and right-click on “OpenSDA – CDC Serial Port” c. Select “Update Driver Software” d. ”Browse” and select the FRDMK20D50 drive e. Click “Next” to complete the installation 3 The pre-installed demo running on the K20 MCU will cycle through several colors on the RGB LED. After this completes, tilt the board. The color mix of the RGB LED will change based on the accelerometer data. * 4 Touch the capacitive slider. The touch position along the slider will determine the brightness of the LED. The MSD Flash Programmer also includes a USB virtual serial port which requires an .INF file for proper installation in Windows. The necessary .INF file is available in the P&E OpenSDA USB Drivers (Step 0) and also on the FRDM-K20D50 removable drive. If the USB CDC Serial Port fails to automatically install in Windows, follow the instructions in Step 2. Otherwise, skip to Step 3. * Follow the “Using the MSD Flash Programmer ” instructions to update frdm-k20d50m-demo code on your FRDM-K20D50M to the latest version. It is likely that the version provided in this package is newer than what was preprogrammed on your FRDM-K20D50M. TM 5 Quick Start Guide for FRDM-K20D50M Rev 1 OpenSDA is an open-standard serial and debug adapter. It bridges serial and debug communications between a USB host and an embedded target processor. OpenSDA software includes a flash-resident USB mass-storage device (MSD) bootloader and a collection of OpenSDA Applications. FRDM-K20D50M comes with the MSD Flash Programmer OpenSDA Application preinstalled. Follow these instructions to run the OpenSDA Bootloader and update or change the installed OpenSDA Application. Enter OpenSDA Bootloader Mode 1 1 While in OpenSDA Bootloader mode, double-click SDA_INFO.HTML in the BOOTLOADER drive. A web browser will open the OpenSDA homepage containing the name and version of the installed Application. This information can also be read as text directly from SDA_INFO.HTML. 2 Locate the OpenSDA Applications folder in the FRDMK20D50M Quick Start Package. 2 3 4 3 A removable drive should now be visible in the host file system with a volume label of BOOTLOADER. You are now in OpenSDA Bootloader mode. 4 Copy & paste or drag & drop the MSD Flash Programmer Application (MSD-FRDM-K20D_vXYZ_Pemicro.SDA)to the BOOTLOADER drive. Unplug the USB cable and plug it in again. The new OpenSDA Application should now be running and a FRDM-K20D50M drive should be visible in the host file system. You are now running the latest version of the MSD Flash Programmer. Use this same procedure to load other OpenSDA Applications TM 6 Quick Start Guide for FRDM-K20D50M Rev 1 The MSD Flash Programmer is a composite USB application that provides a virtual serial port and an easy and convenient way to program applications into the K20D50M MCU. It emulates a FAT16 file system, appearing as a removable drive in the host file system with a volume label of FRDM-K20D50. Raw binary and Motorola S-record files that are copied to the drive are programmed directly into the flash of the MK20DX128 and executed automatically. The virtual serial port enumerates as a standard serial port device that can be opened with standard serial terminal applications. Using the MSD Flash Programmer 2 Open the serial terminal emulation program of your choice. Examples for Windows include Tera Term, PuTTY, and HyperTerminal. 3 Program one of the “serial test” applications from the Precompiled Examples folder using the MSD Flash Programmer. 1 2 The new application should now be running on the FRDM-K20D50M drive. Program frdm-k20d50m-demo_freedom.srec example to replace the out-of-box demo on your FRDM-K20D50 drive. Using the Virtual Serial Port 1 Determine the symbolic name assigned to the FRDM-K20D50M virtual serial port. In Windows open Device Manager and look for the COM port named “PEMicro/Freescale – CDC Serial Port”. TM 4 5 Configure the terminal program. Most embedded examples use 8 data bits, no parity bits, and one stop bit (8-N-1). Match the baud rate to the selected serial test application and open the port. Press and release the Reset button (SW1) at anytime to restart the example application. Resetting the embedded application will not affect the connection of the virtual serial port to the terminal program. NOTE: Refer to the OpenSDA User’s Guide for a description of a known Windows issue when disconnecting a virtual serial port while the COM port is in use. 7 Quick Start Guide for FRDM-K20D50M Rev 1 Now that you are familiar with the FRDMK20D50M and OpenSDA, it’s time to explore the additional software and lab guides available on www.freescale.com/FRDM-K20D50M. Select your next path from the links in the Jump Start Your Design section. TM 8 Quick Start Guide for FRDM-K20D50M Rev 1 All rights reserved. Information in this document is provided solely to enable system and software implementers to use Freescale products. There are no express or implied copyright licenses granted hereunder to design or fabricate any integrated circuits or integrated circuits based on the information in this document. Freescale reserves the right to make changes without further notice to any products herein. Freescale makes no warranty, representation or guarantee regarding the suitability of its products for any particular purpose, nor does Freescale assume any liability arising out of the application or use of any product or circuit, and specifically disclaims any and all liability, including without limitation consequential or incidental damages. “Typical” parameters that may be provided in Freescale data sheets and/or specifications can and do vary in different applications and actual performance may vary over time. All operating parameters, including “Typicals”, must be validated for each customer application by customer’s technical experts. Freescale does not convey any license under its patent rights nor the rights of others. Freescale sells products pursuant to standard terms and conditions of sale, which can be found at the following address: http://www.reg.net/v2/webservices/Freescale/Docs/TermsandConditions.htm Freescale, the Freescale logo, Altivec, C-5, CodeTest, CodeWarrior, ColdFire, C_Ware, Energy Efficient Solutions logo, Kinetis, mobileGT, PowerQUICC, Processor Expert, QorIQ, Qorriva, StarCore, Symphony, and VortiQa are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. Airfast, BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, MadniV, MXC, Platform in a Package, QorIQ Qonverge, QUICC Engine, Ready Play, SafeAssure, SMARTMOS, TurboLink, Vybrid, and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © Freescale Semiconductor, Inc. 2013. All rights reserved. TM 9 Quick Start Guide for FRDM-K20D50M Rev 1
FRDM-K20D50M 价格&库存

很抱歉,暂时无法提供与“FRDM-K20D50M”相匹配的价格&库存,您可以联系我们找货

免费人工找货