我也是按照那个pdf做的,我调的是LCD_1620,加德ini文件是LCD_1620uvision下的RAM.ini,但是调试不了,output window 提示如下,还请高人不吝指点迷津。 MISSING DEVICE (R003: SECURITY KEY NOT FOUND) Running in Eval Mode Include "E:LCD_1620uvisionRAM.ini" /******************************************************************************/ /* RAM.INI: RAM Initialization File */ /******************************************************************************/ // <<< Use Configuration Wizard in Context Menu >>> // /******************************************************************************/ /* This file is part of the uVision/ARM development tools. */ /* Copyright (c) 2005-2007 Keil Software. All rights reserved. */ /* This software may only be used under the terms of a valid, current, */ /* end user licence from KEIL for a compatible version of KEIL software */ /* development tools. Nothing else gives you the right to use this software. */ /******************************************************************************/ FUNC void Setup (void) { SP = _RDWORD(0x20000000); // Setup Stack Pointer PC = _RDWORD(0x20000004); // Setup Program Counter _WDWORD(0xE000ED08, 0x20000000); // Setup Vector Table Offset Register } LOAD RAMBlinky.axf INCREMENTAL // Download _____^ *** error 56, line 19: cant open file Setup(); // Setup for Running Cannot access Memory Cannot access Memory Cannot access Memory ......