TWR-K60F120M-KIT Freescale Semiconductor, TWR-K60F120M-KIT Datasheet - Page 8

no-image

TWR-K60F120M-KIT

Manufacturer Part Number
TWR-K60F120M-KIT
Description
Development Boards & Kits - ARM TWR-K60F120M Dev Kit
Manufacturer
Freescale Semiconductor
Datasheet

Specifications of TWR-K60F120M-KIT

Rohs
yes
Product
Development Kits
Tool Is For Evaluation Of
MK60FN1M0VLQ12
Core
ARM Cortex M4
Interface Type
USB
Operating Supply Voltage
3.3 V
Description/function
The TWR-K60F120M module is part of the Freescale Tower System, a modular development platform that enables rapid prototyping and tool re-use through reconfigurable hardware
Using script tool to accelerate the process
4 Using script tool to accelerate the process
4.1 About the script tool
Introduction to MQX’s BSP
easy. So this section discusses how a script tool can make this process easier.
The steps for creating a new BSP given in
copying a folder and its subfolders and files to other location, renaming a folder or a file, and replacing some text in some
files. These operations can be done by executing shell command in script except the command of replacing strings in some
files.
The GNU Stream Editor (sed) can be used to implement the text replacement in files. For more information about sed, visit:
The software attachment AN4626SW.zip associated with this application note has a sed.exe file for Windows and it is tested
on Windows XP. The sed command is quite powerful for text replacement. The users can also modify the .bat file provided in
the attached software files for other special applications.
The sed commands used here are:
8
10. At <mqx_install>\shell\build\uv4\, copy, paste, and rename shell_twrk60n512.uvproj to shell_nb_test.uvproj. Then,
11. At <mqx_install>\usb\device\build\uv4\, copy, paste, and rename usb_ddk_twrk60n512.uvproj to
12. At <mqx_install>\usb\host\build\uv4\, copy, paste, and rename usb_hdk_twrk60n512.uvproj to
3. Make new .bat file at <mqx_install>\mqx\build\bat\ based on bsp_ twrk60n512.bat by copying, pasting, and renaming
4. Make new .bat file at <mqx_install>\mqx\build\bat\ based on psp_ twrk60n512.bat by copying, pasting, and renaming
5. At <mqx_install>\mqx\build\uv4, copy, paste, and rename bsp_twrk60n512.uvproj to bsp_nb_test.uvproj. Then, open
6. At <mqx_install>\mqx\build\uv4, copy, paste, and rename psp_twrk60n512.uvproj to psp_nb_test.uvproj. Then open
7. Make a new folder <mqx_install>\mqx\source\bsp\nb_test\, and copy all the files in <mqx_install>\mqx\source\bsp
8. At <mqx_install>\mfs\build\uv4\, copy, paste, and rename mfs_twrk60n512.uvproj to mfs_nb_test.uvproj. Then, open
9. At <mqx_install>\rtcs\build\uv4\, copy, paste, and rename rtcs_twrk60n512.uvproj to rtcs_nb_test.uvproj. Then, open
• gnuwin32.sourceforge.net/packages/sed.
to bsp_nb_test.bat. Then open bsp_nb_test.bat , and replace all twrk60n512 to nb_test in the text.
to psp_nb_test.bat. Then open psp_nb_test.bat , and replace all twrk60n512 to nb_test in the text.
bsp_nb_test.uvproj, and replace all twrk60n512 to nb_test in the text.
psp_nb_test.uvproj, and replace all twrk60n512 to nb_test in the text.
\twrk60n512\ to it.
mfs_nb_test.uvproj, and replace all twrk60n512 to nb_test in the text.
rtcs_nb_test.uvproj, and replace all twrk60n512 to nb_test in the text.
open shell_nb_test.uvproj, and replace all twrk60n512 to nb_test in the text.
usb_ddk_nb_test.uvproj. Then, open usb_ddk_nb_test.uvproj, and replace all twrk60n512 to nb_test in the text.
usb_hdk_nb_test.uvproj. Then, open usb_hdk_nb_test.uvproj, and replace all twrk60n512 to nb_test in the text.
gnu.org/software/sed/
grymoire.com/Unix/Sed
sed s/old string/new string/g original file > new file
the new string and saves the file to a new file with the result of replacing operation.
sed s/old string1/new string1/g; s/old string2/new string2/g original file > new file
This command replaces two strings in the original file to get a new file.
MQX Board Support Package Porting Guide on KEIL, Rev. 0, 11/2012
discussed the steps through which the user can make a new BSP. But that procedure is not so
Introduction to MQX’s BSP
require a lot of command of creating a new folder,
: This command replaces the old string with
Freescale Semiconductor, Inc.
:

Related parts for TWR-K60F120M-KIT