Getting Started with KEIL MDK-ARM 4.54
1. Download and install Keil MDK-ARM 4.54 or later, evaluation version :
http://www.keil.com/arm/mdk.asp
2. (Re)Install Windows USB Driver OpenSDA Support from P&E Micro Systems
v11_120720 or later, at
http://www.pemicro.com/opensda
3. Patch Keil MDK-ARM or later, to make it compatible with OpenSDA Debug
• Copy the content of the folder “development tool patches\Keil_patch_v110\patch”
from the FRDM-KL25Z_v1.00 zip file in the directory [Keil Install Dir]\ARM\PEMicro
4. Load the OpenSDA Debug Application
• Follow step 3-2
Quick Start Guide
• Follow step 3-2
5. Run Keil MDK-ARM or later and build the project
• Run
Keil uVision4
or later, by selecting it from the Windows Start menu
• Select Project, Open Project
• Select
Blinky.uvproj
available in the “
Project Example\build\keil\Freedom_Blinky
” folder
from the FRDM-KL25Z_v1.00 zip file then
Open
• Right click on Blinky_Freedom Project (left panel) then Select
Options for Target
‘Blinky_Freedom’
- Tab “Device” verify that “Freescale” “MKL25Z128xxx4” is selected
- Tab “Output” select the option “Create HEX File” if you want to generate a precompiled
S-record file usable with OpenSDA MSD Flash Programming demo (see step 2)
Preliminary