Keil for ARM 下增加支持C51,C5x
第一步编辑 TOOLS.ini
找到Keil安装目录, 用记事本修改 TOOLS.ini
在 [ARM] 段前面增加 [C51]段,需增加的内容如下, 注意 PATH路径可能需修改为实际路径
[C51]
PATH="C:\Keil\C51\"
SN=K1DZP-5IUSH-A01UE
VERSION=V9.01
BOOK0=HLP\RELEASE_NOTES.HTM("Release Notes",GEN)
BOOK1=HLP\GS51.PDF("uVision2 Getting Started",GEN)
BOOK2=HLP\C51.PDF("C51 User's Guide",GEN)
BOOK3=HLP\C51LIB.CHM("C51 Library Functions",C)
BOOK4=HLP\A51.PDF("Assembler/Utilities",GEN)
BOOK5=HLP\TR51.CHM("RTX51 Tiny User's Guide",GEN)
BOOK6=HLP\DBG51.CHM("uVision2 Debug Commands",GEN)
BOOK7=HLP\ISD51.CHM("ISD51 In System Debugger",GEN)
BOOK8=HLP\FlashMon51.CHM("Flash Monitor",GEN)
BOOK9=MON390\MON390.HTM("MON390: Dallas Contiguous Mode Monitor",GEN)
TDRV0=BIN\MON51.DLL ("Keil Monitor-51 Driver")
TDRV1=BIN\ISD51.DLL ("Keil ISD51 In-System Debugger")
TDRV2=BIN\MON390.DLL ("MON390: Dallas Contiguous Mode")
TDRV3=BIN\LPC2EMP.DLL ("LPC900 EPM Emulator/Programmer")
TDRV4=BIN\UL2UPSD.DLL ("ST-uPSD ULINK Driver")
RTOS1=RTXTINY.DLL ("RTX-51 Tiny")
RTOS2=RTX51.DLL ("RTX-51 Full")
这一步之后,就可以 用keygen 算注册码授权了, 新建工程时就能选择C5x器件了
第二步 下载并解压C51编译器放在 Keil安装目录下即可
可以去这个地址下载
http://download.csdn.net/detail/skertone/3887373
或者去别人装了Keil For C51的机器上Copy一份
|