|
|
|
| keil c51v9.05 KEIL V9 C51V905 |
| 运行环境: Win9x/NT/2000/XP/2003 |
 |
文件大小: 54000 K |
| 软件等级: ★★★ |
软件类别: 国产软件 |
| 开 发 商: www.keil… |
软件语言: 英文 |
| 相关链接: 软件下载演示地址 软件下载注册地址 |
软件属性: 热 |
下载次数: 本日: 本周: 本月: 总计: |
授权方式: 免费版 |
| 解压密码: |
| 软件添加: 审核:armopen 录入:armopen |
添加时间: 2011-9-29 8:45:02 |
FTP下载地址1
LPC1768开发板(支持HOST,OTG读写U盘功能,100M以太网,双路CAN,4个串口).
LPC1343开发板(支持USB方式下载程序)
LPC2368开发板(LPC2378开发板 支持USB下载程序,100M以太网,双路CAN,4个串口).
LM3S6916开发板(支持串口下载程序,100M以太网).
8路逻辑分析仪43元! USB Saleae 24M 8CH.
LPC2148开发板(可播放MP3).
KEIL ULINK2仿真器(优惠中.电话:020-31913273)
全功能JLINK V8 ARM全功能仿真器(优惠促销中,3年质保,电话:020-31913273).
|
|
::版权归原作者所有,请尊重知识版权!软件仅供测试评估之用,请勿用于商业用途!电子书仅供学习之用.有能力购买的单位或个人建议购买.::
共享你的资料(datasheet,芯片应用,源程序等) 资料上传 |
What's New in C51 Version 9.05
- [C51 Compiler]
- Improved: access to bit-field members with size 1 bit. The compiler uses bit instructions to access such bit-field members objects that are defined with the bdata memory type. This is now extended also to structs that are defined with the extern attribute.
- Corrected: Common sub-expression elimination can deliver incorrect values when array pointers are used. Example:
int foo (unsigned char dat[]) {
int len1, len2, ofs;
ofs = 5;
len1 = dat[ofs];
if(len1 > 0x10) return -1;
ofs += len1 + 1; // modify 'ofs'
len2 = dat[ofs]; // 'dat[ofs]' not reloaded, instead value of 'len1' is used
return len2;
}
- Corrected: Wrong code with pointer arithmetic and conversions to long. Example:
unsigned char *p;
unsigned int code a1[10];
unsigned char xdata a2[500;
void foo (void) {
unsigned long r1 = (unsigned long)(p - (a2 + a1[0])); // wrong
unsigned long r2 = (unsigned long)(p - (unsigned long)(a2 + a1[0])); // work around
}
- Corrected: Pointer arithmetic with conversion to 'unsigned long' rejected. Example:
unsigned char xdata *ptr1;
unsigned char xdata *ptr2;
unsigned long i4;
void foo (void) {
i4 = (ptr1 - ptr2); // pointer conversion rejected, instead an error was issued
}
- [LX51 Linker/Locater]
- Corrected: When Linker Code Packing is used with a banking application,segments or the content of segments may get lost. This problem was introduced with C51 Version 9.03.
- [New Supported Devices]
- CoreRiver ADCore200, ADCore210, ADCore220, AmpCore100, ChargerCore2.0, GC230, GC400, GC410, GC81L541A0, GC81L581A0, GC81L591A0, GC89L541A0, GC89L581A0, GC89L591A0, and HallCore110 davices.
- Nuvoton N78E055A, N78E059A, N78E366A, N78E517A, N79E234, N79E235, N79E342, N79E352, N79E822, N79E823, N79E824, N79E825, N79E843, N79E844, N79E845, N79E853, N79E854, N79E855, N79E875, W78E051D, W78E052D, W78E054D, W78E058D, and W78E516D devices.
- Silabs C8051T620, C8051T621, C8051T622, C8051T623, C8051T320, C8051T321, C8051T322, C8051T323, C8051T326, C8051T327, C8051F380, C8051F381, C8051F382, C8051F383, C8051F384, C8051F385, C8051F386, and C8051F387, devices.
- [µVision4]
This C51 release comes with µVision V4.22.00. |
* 为了达到最快的下载速度,推荐使用网际快车下载本站软件。 * 如果您发现该软件不能下载,请通知管理员或点击【此处报错】,谢谢! * 未经本站明确许可,任何网站不得非法盗链及抄袭本站资源;如引用页面,请注明来自本站,谢谢您的支持!
* 本站内所有资料仅限学习、交流,禁止用于任何商业用途!
* 站内提供的资料均来自网络以及注册用户自行上传,若侵犯了您的权益,敬请来信通知我们!
* 若您的资料希望能与大家分享,我们愿意和您一起宣传!投稿请点击这里。
* 推荐使用电信,网通,铁通网络,本站不支持多线程下载。
|
|
|
| 网友评论:(评论内容只代表网友观点,与本站立场无关!) |
【发表评论】 |
|
|