|
RealView Microcontroller Development Kit (MDK-ARM) 有很多完美的特性适合于标准微控设备使用,使得工程开发更快捷,更方便。本说明将详细介绍如何将 ARM RealView Development Suite (RVDS) 中的工程移植到MDK-ARM。
Tool Component RealView Development Suite
(RVDS)
RealView Microcontroller Development Kit
(MDK-ARM)
Compiler (编译器) RVCT C/C++ Compiler, armcc RVCT C/C++ Compiler, armcc
Assembler (汇编程序) RVCT ARM Assember, armasm RVCT ARM Assember, armasm
Linker (链接器) RVCT ARM Linker, armlink RVCT ARM Linker, armlink
IDE CodeWarrior μVision
Debugger (调试器) RealView Debugger μVision
Simulator (模拟器) RealView ISS μVision
Cores Supported (代码支持) All ARM Cores N/A
Devices Supported (设备支持) N/A >150 ARM based MCU's (www.keil.com/arm/chips.asp)
RVDS 和 MDK-ARM都使用相同的编译工具RealView Compilation Tools,这样就使得转换过程直接明了。只是工程的处理过程和目标调试接口有所不同。
具体可以参见 http://www.realview.com.cn/wen-list3.asp?id=352
RVDS中的RVD IDE/Debugger支持所有的ARM核(ARM7TDMI, ARM966E-S 等等),是内核通用的 。
μVision IDE/Debugger是基于具体微控设备的,在创建工程的时候要求选择某一个设备。
http://www.realview.com.cn/wen-list3.asp?id=352 |
|