FRDM-K20D50M
Platform Update
NOTE: This product is no longer manufactured from NXP, though limited stock may be available through NXP distribution partners. For a similar development tool, please consider the FRDM-K22F based on the Kinetis K22 MCU or the FRDM-K64F based on the Kinetis K64 MCU.
Overview¶
The FRDM-K20D50M has been designed by NXP in collaboration with mbed for prototyping all sorts of devices, especially those requiring the size and price point offered by Cortex-M4 and the power of USB Host and Device. It is packaged as a development board with connectors to break out to strip board and breadboard, and includes a built-in USB FLASH programmer.
Important Notes
Please note that on this MCU in SPI Slave mode pins labeled MOSI behave as Slave Output and pins labeled MISO behave as Slave Input. The terms MOSI (Master Out Slave In) and MISO (Master In Slave Out) only apply to Master mode.
It is based on the Kinetis K20 USB MCU family built on the ARM® Cortex™-M4 processor. Features include easy access to MCU I/O, battery-ready, low-power operation, a standard-based form factor with expansion board options and a built-in debug interface for flash programming and run-control. With 128KB FLASH, 16KB RAM, 32k FlexNVM and lots of interfaces including USB Host, USB Device, SPI, I2C, ADC, PWM, Touch Sensor and other sensors getting started is quick and easy.
The FRDM-K20D50M is fully supported in the mbed platform, so it gets access to the free tools and SDK that provides experienced embedded developers with powerful and productive tools for building proof-of-concepts. The pinout above shows the commonly used interfaces and their locations. Note that all the numbered pins (PT_XX) can also be used as DigitalIn and DigitalOut interfaces.
Features¶
- NXP K20 Kinetis MCU (MK20DX128VLH5)
- High performance ARM® Cortex™-M4 Core
- 48MHz, 16kB RAM, 32kB FLEXNVM, 2kB EEPROM 128kB FLASH
- USB (Host/Device)
- SPI (1)
- I2C (1)
- I2S (1)
- UART (3)
- PWM (10)
- ADC (1x 16bit (6 input mux))
- Touch Sensor
- GPIO (40)
- Analog Comparator
- FRDM-K20D50M Onboard Sensors
- MMA8451Q - 3-axis accelerometer
- Capacitive touch sensor
- Temperature sensor - BD1020HFV-TR
- Visible light sensor - ALS-PT19-315C/L177/TR8
- Evalution Form factor
- 81mm x 53mm
- 5V USB or 4.5-9V supply
- Built-in USB drag 'n' drop FLASH programmer
- mbed HDK & SDK enabled
- Drag-n-drop programming
- USB Serial Port
- CMSIS-DAP
- Online development tools
- Easy to use C/C++ SDK
- Lots of published libraries and projects
Firmware¶
FirmwareUpdate
A new interface firmware image is necessary to mbed-enable NXP FRDM boards
Getting Started with mbed¶
1. Connect your microcontroller to a PC¶
Use the USB lead to connect your mbed to a PC. The status light will come on, indicating it has power. After a few seconds of activity, the PC will recognise the mbed Microcontroller as a standard USB drive.
Windows XP example | Mac OS X example |
2. Click the MBED.HTM link to get logged in¶
Go to the new USB Drive, and click MBED.HTM to open it in a web browser.
If you do not have an mbed account, choose "Signup", and create your mbed Account. Otherwise, log in with your normal username and password.
This will give you access to the website, tools, libraries and documentation.
PC Configuration¶
Your mbed Microcontroller can appear on your computer as a serial port. On Mac and Linux, this will happen by default. For Windows, you need to install a driver:
Windows
See Windows-serial-configuration for full details about setting up Windows for serial communication with your mbed Microcontroller
From a host PC to communicate with mbed you will need a terminal application
. This allows the mbed Microcontroller to print to your PC screen, and for you to send characters back to your mbed.
- Terminals - Using Terminal applications to communicate between the Host PC and the mbed Micrcontroller
Some terminal programs (e.g. TeraTerm) list the available serial ports by name. However, if you do need to know the identity of the serial port so that you can attach a terminal or an application to it:
Downloading A program¶
1. Save a program binary (.bin) to the FRDM Platform¶
Download the appropriate "Hello World!" binary:
- NXP FRDM-K20D50M: HelloWorld_K20D50M.bin
Note: the source code for this program will be seen in the next section.
Save the program binary file to your mbed Microcontroller Disk, just like you would with a normal USB disk. The Status LED will flash as the PC writes the file to the Microcontroller disk.
2. Press the Reset Button¶
When the Reset Button in pressed, the newest program on the mbed Microcontroller Disk will be loaded in to the Microcontroller FLASH memory. The Status LED will flash as this happens.
When the program is has been loaded onto the microcontroller, it will then start it running.
3. Hello World!¶
The Microcontroller is now running the program; flashing LED1 forever! If you reset the Microcontroller, or disconnect and reconnect the power, the program will simply restart.
4. To download a different program¶
It is the newest program on the mbed Microcontroller that is run after reset. We can therefore download a new program or overwrite an existing one to update the program that will run.
Hello World!¶
Import programmbed_blinky
The example program for mbed pin-compatible platforms
Where Next¶
Follow the guide to creating your own programs using the online compiler
Technical Reference¶
Power¶
- USB powered or 4.5v - 9v on Vin pin
- Current (active): < _ _ _ mA
- Current (sleep): < _ _ _ mA
- 3.3v regulated output on VOUT to power peripherals
- 5.0v from USB available on 5v (only available when USB is connected unless extra regulator is added!)
- Digital IO pins are 3.3v, 4mA each, 400mA max total
Schematics¶
Data Sheets¶
- NXP K20 Data Sheet
- NXP K20 Reference Manual
- NXP K20 Errata Sheet
- NXP MMA8451Q Data Sheet
- ALS-PT19-315C/L177/TR8
- BD1020HFV Temperature sensor
Interface Firmware¶
You need to log in to post a discussion
Discussion topics
Topic | Replies | Last post |
---|---|---|
UART | 3 |
06 Nov 2014
by
|