KEIL C51 v9.51a uVision4官方开发工具 - 软件 - 电子技术论坛 - 最好最受欢迎电子论坛!

KEIL C51 v9.51a uVision4官方开发工具

芒果冰 ( 楼主 ) 2014-10-15 11:28:05  只看该作者 倒序浏览

分享网盘下载地址:http://pan.baidu.com/s/1sj8sBvv


[μVision4]

  • This C51 release comes with μVision V4.60.6.10.
  • Corrected: synchronization of settings between tabs in "Options for Target" dialog.
  • [New Supported Devices]
    • Silicon Laboratories Inc.
      C8051F370, C8051F371, C8051F374, C8051F375, C8051F390, C8051F391, C8051F392, C8051F393, C8051F394, C8051F395, C8051F396,
      C8051F397, C8051F398, C8051F399, C8051T620, C8051T621, C8051T622, C8051T623, C8051T626, and C8051T627.
  • [C51 Compiler]
    • Corrected: calculation of negative constants within nested calls may create incorrect results (this problem was introduced in C51 V9.50a). For example:#define TDO 5 #define GET_TDO() (Arr[TDO]) unsigned char xdata Arr[10]; unsigned char TestTDO() { unsigned char ret; ret = (unsigned char)(((GET_TDO()-1)*2)-1); // Incorrect result. For the negative constant a subtraction has been used instead of an addition. return ret; }
    • Corrected: incorrect pointer arithmetic with subtract of unsigned int variables for XDATA arrays with sizeof < 256 bytes. For example:unsigned char xdata b[256]; /* Problem does not exist when array size > 256 */ void xdata *p; unsigned int i = 256; /* Problem only appears for unsigned int variables */ void main (void) { p = &b[256-i]; /* Works no problem when array index is used */ p = b + 256 - i; /* Failed on pointer arithmetic when uint variable is subtracted */ }
  • [LX51 Linker/Locater]
    • Corrected: a potential DPTR corruption which may occurs in code-banking applications when Global Register Coloring is enabled.
  • [μVision4]
    • This C51 release comes with μVision V4.60.6.8.
    • Enhanced: the Logic Analyzer allows rearranging signals through a simple drag&drop of the signal name. Signals can be scaled in width and height.
    • Corrected: under certain circumstances the Source Browser incorrectly reported several definitions of an "enum".
    • Refer to Revision History for a complete list.



5个回复

张永强 发表于 2014-12-31 10:57:08
相信是好东西,学习学习
henanliwenlong 发表于 2015-1-2 13:21:18
keil C51 5出来了之后,4就不太好找了。谢谢楼主的帖子
lianhua1199 发表于 2016-4-12 16:52:48
谢谢。。。。。。
回复 1

举报 使用道具

戴元惠 发表于 2016-12-11 19:05:24
keil C51找了好久
回复 1

举报 使用道具

伍锡利 发表于 2017-10-10 21:34:48
很好用,比之前版本好用。
您需要登录后才可以回帖 登录 | 注册

本版积分规则


关闭

站长推荐上一条 /6 下一条

小黑屋|手机版|Archiver|电子发烧友 ( 湘ICP备2023018690号 )

GMT+8, 2024-10-20 02:37 , Processed in 0.450827 second(s), Total 41, Slave 31 queries .

Powered by 电子发烧友网

© 2015 bbs.elecfans.com

微信扫描
快速回复 返回顶部 返回列表