 | MCB2470 User's Guide |  |
|
|
| ARM Microcontroller Development KitTo use the MCB2470 Board download the Lite Edition of the Keil Microcontroller Development Kit (MDK-ARM). The MDK-ARM Lite Edition includes: - Powerful and easy-to-use µVision IDE that includes editor, project management, and make capability.
- µVision Debugger with complete CPU, peripheral simulation, and driver for the Keil ULINK USB-JTAG Adapter.
- ARM Compilation Tools that include ANSI C/C++ Compiler and related utilities.
- RTX RTOS Kernel for the ARM Compiler.
- Extensive tutorials and documentation.
The restrictions for the MDK-ARM Lite Edition are: - The image ROM size of the generated application is limited to 32KB maximum.
- The base address for code/constants is restricted to 0xXX000000, 0xXX800000, or 0x00080000 whereby XX stands for 00, 01, ..., FF. This allows memory start address like 0x00000000, 0x12800000 and so on.
- It is not possible to generate position independent code or data.
- The compiler does not generate a listing file.
|
|